Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp163 uint32_t BestIndex = 0; in encode() local
178 BestIndex = I; in encode()
183 MinLineDelta = DeltaInfos[BestIndex].Delta; in encode()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp397 int BestIndex; member in __anon983fc5010511::FilterChooser
411 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
481 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
482 return Filters[BestIndex]; in bestFilter()
1505 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1524 BestIndex = -1; in filterProcessor()
1728 BestIndex = 0; in filterProcessor()
1739 BestIndex = i; in filterProcessor()
1774 BestIndex = -1; in doFilter()
1789 if (BestIndex != -1) { in emitTableEntries()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp987 unsigned BestIndex; member in clang::comments::__anonbe819ce00211::SimpleTypoCorrector
993 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {} in SimpleTypoCorrector()
1006 return BestIndex; in getBestDeclIndex()
1027 BestIndex = CurrIndex; in addDecl()