Home
last modified time | relevance | path

Searched refs:BestQuality (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/FileCheck/
DFileCheck.cpp512 double BestQuality = 0; in PrintFailureInfo() local
529 if (Quality < BestQuality || Best == StringRef::npos) { in PrintFailureInfo()
531 BestQuality = Quality; in PrintFailureInfo()
538 if (Best && Best != StringRef::npos && BestQuality < 50) { in PrintFailureInfo()