Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSimpleTypoCorrection.h30 unsigned BestIndex; variable
36 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {} in SimpleTypoCorrection()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSimpleTypoCorrection.cpp37 BestIndex = NextIndex; in add()
53 unsigned SimpleTypoCorrection::getCorrectionIndex() const { return BestIndex; } in getCorrectionIndex()
/freebsd/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/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp495 int BestIndex; member in __anonfc09cd8b0211::FilterChooser
516 BestIndex(-1), BitWidth(BW), Emitter(E) { in FilterChooser()
526 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1), in FilterChooser()
575 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
576 return Filters[BestIndex]; in bestFilter()
1544 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1563 BestIndex = -1; in filterProcessor()
1762 BestIndex = 0; in filterProcessor()
1773 BestIndex = Idx; in filterProcessor()
1808 BestIndex = -1; in doFilter()
[all …]