/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.operations/ |
H A D | advance.pass.cpp | 55 typedef std::iterator_traits<const char*>::difference_type Distance; in tests() typedef 68 typedef int Distance; in tests() typedef 77 typedef std::size_t Distance; in tests() typedef
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Unicode.h | 81 uint32_t Distance = 0; member
|
/llvm-project/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
|
/llvm-project/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
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FileDistanceTests.cpp | 18 TEST(FileDistanceTests, Distance) { in TEST() argument
|
H A D | QualityTests.cpp | 277 URIDistance Distance(ProxSources); in TEST() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBranchRelaxation.cpp | 155 unsigned Distance = 0; in isJumpOutOfRange() local
|
/llvm-project/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
|
/llvm-project/llvm/lib/Support/ |
H A D | UnicodeNameToCodepoint.cpp | 429 char32_t Value) -> bool { in nearestMatchesForCodepointName() 446 [&](const MatchForCodepointName &a, std::size_t Distance) { in nearestMatchesForCodepointName()
|
/llvm-project/llvm/unittests/ADT/ |
H A D | SequenceTest.cpp | 196 TEST(SequenceTest, Distance) { in TEST() argument
|
H A D | IteratorTest.cpp | 753 TEST(RangeTest, Distance) { in TEST() argument 814 TEST(RangeSizeTest, Distance) { in TEST() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRCanonicalizerPass.cpp | 206 unsigned Distance = ~0U; in rescheduleCanonically() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyCheck.cpp | 181 unsigned Distance = getEnumInt() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 1184 unsigned Distance = 1; global() member in __anonc429d1160111::MFMAExpInterleaveOpt::IsSuccOfPrevNthGroup 1212 IsSuccOfPrevNthGroup(unsigned Distance,const SIInstrInfo * TII,unsigned SGID,bool NeedsCache=false) IsSuccOfPrevNthGroup() argument 1221 unsigned Distance = 1; global() member in __anonc429d1160111::MFMAExpInterleaveOpt::IsReachableFromPrevNthGroup 1248 IsReachableFromPrevNthGroup(unsigned Distance,const SIInstrInfo * TII,unsigned SGID,bool NeedsCache=false) IsReachableFromPrevNthGroup() argument 2004 unsigned Distance = 1; global() member in __anonc429d1160111::MFMASmallGemmSingleWaveOpt::SharesPredWithPrevNthGroup 2046 SharesPredWithPrevNthGroup(unsigned Distance,const SIInstrInfo * TII,unsigned SGID,bool NeedsCache=false) SharesPredWithPrevNthGroup() argument [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | ASTTypeTraitsTest.cpp | 55 unsigned Distance = 1; in TEST() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 79 unsigned *Distance) { in isBaseOf()
|
/llvm-project/clang/test/CodeGen/ |
H A D | fp-floatcontrol-pragma.cpp | 170 struct Distance {}; struct
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Iterator.cpp | 224 OverloadedOperatorKind Op, SVal Distance) { in advancePosition() argument
|
/llvm-project/bolt/lib/Passes/ |
H A D | TailDuplication.cpp | 260 uint64_t Distance = 0; in isInCacheLine() local
|
/llvm-project/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 1001 auto Distance = Loc.getRawEncoding() - Last.getRawEncoding(); updateConsecutiveMacroArgTokens() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 529 int64_t Distance; member 691 auto Distance = std::vector<int64_t>(NumBlocks(), INF); in findShortestPath() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse() local
|
H A D | LoopAccessAnalysis.cpp | 1752 couldPreventStoreLoadForward(uint64_t Distance,uint64_t TypeByteSize) couldPreventStoreLoadForward() argument 1870 areStridedAccessesIndependent(uint64_t Distance,uint64_t Stride,uint64_t TypeByteSize) areStridedAccessesIndependent() argument 2055 int64_t Distance = Val.getSExtValue(); isDependent() local [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 312 uint32_t Distance = (uint32_t)*MaybeDistance; in checkARM64Instructions() local 1571 uint32_t Distance = (uint32_t)*MaybeDistance; in checkARMInstructions() local
|