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 75 unsigned BestQuality = 0;
78 if (!Best || Qual > BestQuality) {
81 BestQuality = Qual;
82 } else if (Qual == BestQuality)
  /external/llvm/utils/FileCheck/
FileCheck.cpp 496 double BestQuality = 0;
513 if (Quality < BestQuality || Best == StringRef::npos) {
515 BestQuality = Quality;
522 if (Best && Best != StringRef::npos && BestQuality < 50) {

Completed in 31 milliseconds