HomeSort by relevance Sort by last modified time
    Searched refs:BestQuality (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
TargetRegistry.cpp 34 unsigned BestQuality = 0;
37 if (!Best || Qual > BestQuality) {
40 BestQuality = Qual;
41 } else if (Qual == BestQuality)
  /external/llvm/utils/FileCheck/
FileCheck.cpp 400 double BestQuality = 0;
417 if (Quality < BestQuality || Best == StringRef::npos) {
419 BestQuality = Quality;
426 if (Best && Best != StringRef::npos && BestQuality < 50) {

Completed in 711 milliseconds