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

/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1319 double BestQuality = 0; local
1336 if (Quality < BestQuality || Best == StringRef::npos) {
1338 BestQuality = Quality;
1345 if (Best && Best != StringRef::npos && BestQuality < 50) {

Completed in 165 milliseconds