Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp395 int BestIndex; member in __anone74076820511::FilterChooser
409 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
420 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1), in FilterChooser()
479 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
480 return Filters[BestIndex]; in bestFilter()
1503 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1522 BestIndex = -1; in filterProcessor()
1726 BestIndex = 0; in filterProcessor()
1737 BestIndex = i; in filterProcessor()
1772 BestIndex = -1; in doFilter()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp988 unsigned BestIndex; member in clang::comments::__anonae66d1410211::SimpleTypoCorrector
994 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {} in SimpleTypoCorrector()
1007 return BestIndex; in getBestDeclIndex()
1028 BestIndex = CurrIndex; in addDecl()