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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp163 uint32_t BestIndex = 0; local
178 BestIndex = I;
183 MinLineDelta = DeltaInfos[BestIndex].Delta;
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp383 int BestIndex; member in class:__anon4935::FilterChooser
397 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1),
408 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1),
466 assert(BestIndex != -1 && "BestIndex not set");
467 return Filters[BestIndex];
1470 BestIndex = 0; // Sole Filter instance to choose from.
1489 BestIndex = -1;
1693 BestIndex = 0;
1704 BestIndex
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp1053 unsigned BestIndex; member in class:clang::comments::__anon1566::SimpleTypoCorrector
1059 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {}
1072 return BestIndex;
1093 BestIndex = CurrIndex;

Completed in 56 milliseconds