Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp424 int BestIndex; member in __anon260f03c00511::FilterChooser
438 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
449 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1), in FilterChooser()
508 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
509 return Filters[BestIndex]; in bestFilter()
1555 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1574 BestIndex = -1; in filterProcessor()
1778 BestIndex = 0; in filterProcessor()
1789 BestIndex = Idx; in filterProcessor()
1824 BestIndex = -1; in doFilter()
[all …]
/src/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp987 unsigned BestIndex; member in clang::comments::__anonc5cb10bf0211::SimpleTypoCorrector
993 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {} in SimpleTypoCorrector()
1006 return BestIndex; in getBestDeclIndex()
1027 BestIndex = CurrIndex; in addDecl()