/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
H A D | Marshallers.cpp | 29 unsigned Distance = Item.edit_distance(Search); in getBestGuess() local 50 unsigned Distance = NoPrefix.edit_distance(Search); in getBestGuess() local
|
H A D | VariantValue.cpp | 49 unsigned Distance; in isConvertibleTo() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Unicode.h | 81 uint32_t Distance = 0; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace.cpp | 159 static uptr Distance(uptr a, uptr b) { return a < b ? b - a : a - b; } in Distance() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 100 const SCEV *Distance = nullptr; // NULL implies no distance available. member 407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonBranchRelaxation.cpp | 155 unsigned Distance = 0; in isJumpOutOfRange() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | UnicodeNameToCodepoint.cpp | 432 char32_t Value) -> bool { in nearestMatchesForCodepointName() 449 [&](const MatchForCodepointName &a, std::size_t Distance) { in nearestMatchesForCodepointName()
|
H A D | YAMLParser.cpp | 1039 void Scanner::skip(uint32_t Distance) { in skip()
|
H A D | CommandLine.cpp | 604 unsigned Distance = StringRef(Name).edit_distance( in LookupNearestOption() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MIRCanonicalizerPass.cpp | 206 unsigned Distance = ~0U; in rescheduleCanonically() local
|
H A D | MachinePipeliner.cpp | 1135 unsigned Distance = 1; in calculateRecMII() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 64 unsigned *Distance) { in isBaseOf()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Iterator.cpp | 226 const SVal &Distance) { in advancePosition()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 528 int64_t Distance; member 690 auto Distance = std::vector<int64_t>(NumBlocks(), INF); in findShortestPath() local
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 1002 auto Distance = Loc.getRawEncoding() - Last.getRawEncoding(); in updateConsecutiveMacroArgTokens() local
|
H A D | LiteralSupport.cpp | 502 unsigned Distance = 0; in DiagnoseInvalidUnicodeCharacterName() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1678 bool MemoryDepChecker::couldPreventStoreLoadForward(uint64_t Distance, in couldPreventStoreLoadForward() 1799 static bool areStridedAccessesIndependent(uint64_t Distance, uint64_t Stride, in areStridedAccessesIndependent() 1904 int64_t Distance = Val.getSExtValue(); in isDependent() local
|
H A D | LoopCacheAnalysis.cpp | 245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse() local
|
H A D | DependenceAnalysis.cpp | 678 const SCEV *Distance = getDistance(II); in dump() local 1270 APInt Distance = ConstDelta; // these need to be initialized in strongSIVtest() local 1458 APInt Distance = APDelta; // these need to be initialzed in weakCrossingSIVtest() local
|
H A D | ScalarEvolution.cpp | 10490 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 312 uint32_t Distance = (uint32_t)*MaybeDistance; in checkARM64Instructions() local 1559 uint32_t Distance = (uint32_t)*MaybeDistance; in checkARMInstructions() local
|
/openbsd-src/gnu/llvm/llvm/lib/Option/ |
H A D | OptTable.cpp | 295 unsigned Distance = StringRef(Candidate).edit_distance( in findNearest() local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 729 unsigned Distance = O.getName().edit_distance(Group, true, BestDistance); in getNearestOption() local
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 122 uint32_t Distance) { in getAdvancedSymbolEntryAddress()
|
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1488 unsigned Distance = computeMatchDistance(Buffer.substr(i)); in printFuzzyMatch() local
|