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

/freebsd-current/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-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp397 int BestIndex; member in class:__anon3012::FilterChooser
411 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1),
422 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1),
481 assert(BestIndex != -1 && "BestIndex not set");
482 return Filters[BestIndex];
1505 BestIndex = 0; // Sole Filter instance to choose from.
1524 BestIndex = -1;
1728 BestIndex = 0;
1739 BestIndex
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp987 unsigned BestIndex; member in class:clang::comments::__anon270::SimpleTypoCorrector
993 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {}
1006 return BestIndex;
1027 BestIndex = CurrIndex;

Completed in 131 milliseconds