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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp163 uint32_t BestIndex = 0; local
178 BestIndex = I;
183 MinLineDelta = DeltaInfos[BestIndex].Delta;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp385 int BestIndex; member in class:__anon3302::FilterChooser
399 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1),
410 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1),
468 assert(BestIndex != -1 && "BestIndex not set");
469 return Filters[BestIndex];
1476 BestIndex = 0; // Sole Filter instance to choose from.
1495 BestIndex = -1;
1699 BestIndex = 0;
1710 BestIndex
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp1053 unsigned BestIndex; member in class:clang::comments::__anon305::SimpleTypoCorrector
1059 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {}
1072 return BestIndex;
1093 BestIndex = CurrIndex;

Completed in 201 milliseconds