Searched defs:Distance (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp29 unsigned Distance = Item.edit_distance(Search); local
50 unsigned Distance = NoPrefix.edit_distance(Search); local
H A DVariantValue.cpp48 unsigned Distance; local
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc123 static uptr Distance(uptr a, uptr b) { return a < b ? b - a : a - b; } function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cc127 static uptr Distance(uptr a, uptr b) { return a < b ? b - a : a - b; } function in namespace:__sanitizer
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp154 unsigned Distance = 0; local
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cpp165 static uptr Distance(uptr a, uptr b) { return a < b ? b - a : a - b; } function in namespace:__sanitizer
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTTypeTraits.cpp53 isBaseOf(NodeKindId Base, NodeKindId Derived, unsigned *Distance) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp216 unsigned Distance = ~0U; local
H A DMachinePipeliner.cpp1180 unsigned Distance = 1; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp224 advancePosition(ProgramStateRef State, const SVal &Iter, OverloadedOperatorKind Op, const SVal &Distance) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp139 const SCEV *Distance = D->getDistance(II); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp305 unsigned Distance = local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h102 const SCEV *Distance; // NULL implies no distance available. member in struct:llvm::Dependence::DVEntry
386 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator in enum:llvm::DependenceInfo::Constraint::ConstraintKind
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1025 void Scanner::skip(uint32_t Distance) { argument
H A DCommandLine.cpp603 unsigned Distance = StringRef(Name).edit_distance( local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1481 unsigned Distance = computeMatchDistance(Buffer.substr(i)); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp613 const SCEV *Distance = getDistance(II); local
615 OS << *Distance; local
1185 APInt Distance = ConstDelta; // these need to be initialized local
1373 APInt Distance = APDelta; // these need to be initialzed local
[all...]
H A DLoopAccessAnalysis.cpp1300 bool MemoryDepChecker::couldPreventStoreLoadForward(uint64_t Distance, argument
1421 static bool areStridedAccessesIndependent(uint64_t Distance, uint64_t Stride, argument
1522 int64_t Distance = Val.getSExtValue(); local
[all...]

Completed in 320 milliseconds