/llvm-project/clang/test/CodeGen/ |
H A D | 2005-01-02-PointerDifference.c | 4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
|
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | DiffEngine.cpp | 127 void addDiffForTargSlice(V Val, Target Targ, DiffOutput &Diff, in addDiffForTargSlice() 148 DiffOutput Diff(Name); in getSingleAttrDiff() local 161 DiffOutput Diff(Name); in getSingleAttrDiff() local 172 DiffOutput Diff(Name); in getSingleAttrDiff() local 182 DiffOutput Diff(Attribute); in getSingleAttrDiff() local 287 DiffOutput Diff(Attr); in recordDifferences() local 299 DiffOutput Diff(Attr); in recordDifferences() local 309 DiffOutput Diff(Attr); in recordDifferences() local
|
H A D | DiffEngine.h | 131 InlineDoc(StringRef InstName, std::vector<DiffOutput> Diff) in InlineDoc()
|
/llvm-project/libcxx/test/std/containers/associative/ |
H A D | iterator_types.pass.cpp | 20 typedef typename Map::difference_type Diff; in testMap() typedef 42 typedef typename Set::difference_type Diff; in testSet() typedef
|
/llvm-project/libcxx/test/std/containers/unord/ |
H A D | iterator_difference_type.pass.cpp | 20 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef 58 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | FindBugs.cpp | 79 Expected<bool> Diff = diffProgram(*Program, Filename, "", false); in runManyPasses() local
|
H A D | BugDriver.cpp | 217 Expected<bool> Diff = diffProgram(*Program, "", "", false); in run() local
|
H A D | ExecutionDriver.cpp | 439 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, *Output, in diffProgram() local
|
/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DiffLog.h | 62 SmallVector<DiffRecord, 20> Diff; variable
|
/llvm-project/clang/tools/clang-diff/ |
H A D | ClangDiff.cpp | 266 static unsigned printHtmlForNode(raw_ostream &OS, const diff::ASTDiff &Diff, in printHtmlForNode() 410 static void printDstChange(raw_ostream &OS, diff::ASTDiff &Diff, 501 diff::ASTDiff Diff(SrcTree, DstTree, Options); local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Z3CrosscheckVisitor.cpp | 83 llvm::TimeRecord Diff = llvm::TimeRecord::getCurrentTime(/*Start=*/false); finalizeVisitor() local
|
/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | stack_trace_compressor.cpp | 73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 551 uint64_t Diff = LimVal1 - LimVal2; calculateOffsetDiff() local 611 std::optional<APInt> Diff = calculateOffsetDiff( maximizeConstantsInRange() local 655 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); findAndMakeBaseConstant() local 705 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); findBaseConstants() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFixupHwLoops.cpp | 148 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
|
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | Lookup.cpp | 64 unsigned Diff = UseNamespaces.size() - FromNamespaces.size(); in usingFromDifferentCanonicalNamespace() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.h | 115 const auto Diff = P[I].PerInstructionValue - Q[I].PerInstructionValue; in isNeighbour() local
|
/llvm-project/libc/src/__support/CPP/ |
H A D | string_view.h | 34 if (int Diff = (int)Lhs[I] - (int)Rhs[I]) compareMemory() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 847 B.Elements.push_back(BucketElement(Diff, MemI)); in addOneCandidate() local 1267 if (Diff && !Diff->getAPInt().urem(Form)) { in alreadyPrepared() local 1413 __anon091fa8600702(const SCEV *Diff) runOnLoop() argument 1419 __anon091fa8600802(const SCEV *Diff) runOnLoop() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | PrintPasses.cpp | 234 std::string Diff; doSystemDiff() local
|
/llvm-project/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 146 double Diff; in CompareNumbers() local
|
/llvm-project/libc/benchmarks/automemcpy/lib/ |
H A D | ResultAnalyzer.cpp |
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolutionDivision.cpp | 233 const SCEV *Diff = SE.getMinusSCEV(Numerator, Remainder); in visitMulExpr() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | SemanticHighlightingTests.cpp | 1258 auto Diff = diffTokens(Before, After); TEST() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPreLegalizerCombiner.cpp | 135 const auto Diff = std::abs(Cmp2 - Cmp1); matchClampI64ToI16() local
|
H A D | AMDGPUPerfHintAnalysis.cpp | 383 uint64_t Diff = Offset > Reference.Offset ? Offset - Reference.Offset isLargeStride() local
|