Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp407 int BestIndex; member in __anoncf345abb0511::FilterChooser
421 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
491 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
492 return Filters[BestIndex]; in bestFilter()
1515 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1534 BestIndex = -1; in filterProcessor()
1738 BestIndex = 0; in filterProcessor()
1749 BestIndex = i; in filterProcessor()
1784 BestIndex = -1; in doFilter()
1799 if (BestIndex != -1) { in emitTableEntries()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentSema.cpp988 unsigned BestIndex; member in clang::comments::__anon5983895a0211::SimpleTypoCorrector
994 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {} in SimpleTypoCorrector()
1007 return BestIndex; in getBestDeclIndex()
1028 BestIndex = CurrIndex; in addDecl()