Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp360 int BestIndex; member in __anonc01b33bf0511::FilterChooser
374 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
434 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
435 return Filters[BestIndex]; in bestFilter()
1418 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1437 BestIndex = -1; in filterProcessor()
1641 BestIndex = 0; in filterProcessor()
1652 BestIndex = i; in filterProcessor()
1687 BestIndex = -1; in doFilter()
1702 if (BestIndex != -1) { in emitTableEntries()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp992 unsigned BestIndex; member in clang::comments::__anon75f4a8790211::SimpleTypoCorrector
998 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {} in SimpleTypoCorrector()
1011 return BestIndex; in getBestDeclIndex()
1032 BestIndex = CurrIndex; in addDecl()