Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp163 uint32_t BestIndex = 0; in encode() local
178 BestIndex = I; in encode()
183 MinLineDelta = DeltaInfos[BestIndex].Delta; in encode()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp385 int BestIndex; member in __anon4dd75e120511::FilterChooser
399 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
410 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1), in FilterChooser()
468 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
469 return Filters[BestIndex]; in bestFilter()
1476 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1495 BestIndex = -1; in filterProcessor()
1699 BestIndex = 0; in filterProcessor()
1710 BestIndex = i; in filterProcessor()
1745 BestIndex = -1; in doFilter()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentSema.cpp1053 unsigned BestIndex; member in clang::comments::__anon060202420211::SimpleTypoCorrector
1059 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {} in SimpleTypoCorrector()
1072 return BestIndex; in getBestDeclIndex()
1093 BestIndex = CurrIndex; in addDecl()