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

/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp328 int BestIndex; member in class:__anon26598::FilterChooser
341 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth),
350 Parent(nullptr), BestIndex(-1), BitWidth(BW), Emitter(E) {
364 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
415 assert(BestIndex != -1 && "BestIndex not set");
416 return Filters[BestIndex];
1389 BestIndex = 0; // Sole Filter instance to choose from.
1408 BestIndex
[all...]
/external/clang/lib/AST/
H A DCommentSema.cpp960 unsigned BestIndex; member in class:clang::comments::__anon17723::SimpleTypoCorrector
967 BestIndex(0), NextIndex(0)
981 return BestIndex;
1002 BestIndex = CurrIndex;

Completed in 1470 milliseconds