Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp328 int BestIndex; member in __anon7d7e680d0711::FilterChooser
346 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
358 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth), in FilterChooser()
409 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
410 return Filters[BestIndex]; in bestFilter()
1352 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1371 BestIndex = -1; in filterProcessor()
1575 BestIndex = 0; in filterProcessor()
1586 BestIndex = i; in filterProcessor()
1621 BestIndex = -1; in doFilter()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp960 unsigned BestIndex; member in clang::comments::__anonbaf662dd0211::SimpleTypoCorrector
967 BestIndex(0), NextIndex(0) in SimpleTypoCorrector()
981 return BestIndex; in getBestDeclIndex()
1002 BestIndex = CurrIndex; in addDecl()