OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BestQuality
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
TargetRegistry.cpp
75
unsigned
BestQuality
= 0;
78
if (!Best || Qual >
BestQuality
) {
81
BestQuality
= Qual;
82
} else if (Qual ==
BestQuality
)
/external/llvm/utils/FileCheck/
FileCheck.cpp
515
double
BestQuality
= 0;
532
if (Quality <
BestQuality
|| Best == StringRef::npos) {
534
BestQuality
= Quality;
541
if (Best && Best != StringRef::npos &&
BestQuality
< 50) {
[
all
...]
Completed in 105 milliseconds