/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.operations/ |
H A D | distance.pass.cpp | 30 typedef typename std::iterator_traits<It>::difference_type Difference; in check_distance() typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/ |
H A D | iterator_count_sentinel.pass.cpp | 26 using Difference = std::iter_difference_t<It>; in check_forward() typedef 54 using Difference = std::iter_difference_t<It>; check_forward_sized_sentinel() typedef 95 using Difference = std::iter_difference_t<It>; check_backward() typedef [all...] |
H A D | iterator_count.pass.cpp | 22 using Difference = std::iter_difference_t<It>; check() typedef
|
/llvm-project/flang/include/flang/Parser/ |
H A D | char-set.h | 68 constexpr SetOfChars Difference(SetOfChars that) const { in Difference() function
|
/llvm-project/bolt/lib/Passes/ |
H A D | BinaryPasses.cpp | 1324 const double Difference = (double)OutgoingMap[&BB] - IncomingMap[&BB]; runOnFunctions() local 1354 const double Difference = (double)OutgoingMap[&BB] - IncomingMap[&BB]; runOnFunctions() local
|
/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 501 bool Difference = false; in diff() local
|
/llvm-project/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 358 const ssize_t Difference = FS.Width - FS.Str.size(); operator <<() local
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 2131 updateOverlapStatsForFunction(uint64_t BaseSample,uint64_t TestSample,uint64_t HotBlockCount,SampleOverlapStats & FuncOverlap,double & Difference,MatchStatus Status) updateOverlapStatsForFunction() argument 2153 updateForUnmatchedCallee(const sampleprof::FunctionSamples & Func,SampleOverlapStats & FuncOverlap,double & Difference,MatchStatus Status) updateForUnmatchedCallee() argument 2177 double Difference = 0; computeSampleFunctionInternalOverlap() local [all...] |
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 909 const float Difference = Output - Input; in printStatistic() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 769 std::optional<unsigned> Difference; haveIdenticalTripCounts() local
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2960 const float Difference = Output - Input; link() local
|
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1113 Value *Difference = CreateSub(LHS_int, RHS_int); CreatePtrDiff() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1357 ConstantRange Difference = DominatingCR.difference(CR); foldICmpWithDominatingICmp() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 2378 auto *Difference = dyn_cast<Instruction>(AddOne->getOperand(0)); TEST_F() local
|