Home
last modified time | relevance | path

Searched defs:Diff (Results 1 – 25 of 128) sorted by relevance

123456

/external/llvm-project/clang/test/CodeGen/
D2005-01-02-PointerDifference.c4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
/external/clang/test/CodeGen/
D2005-01-02-PointerDifference.c4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
/external/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp21 typedef typename Map::difference_type Diff; in testMap() typedef
43 typedef typename Set::difference_type Diff; in testSet() typedef
/external/llvm-project/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp20 typedef typename Map::difference_type Diff; in testMap() typedef
42 typedef typename Set::difference_type Diff; in testSet() typedef
/external/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp21 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef
59 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
/external/llvm-project/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp20 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef
58 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
/external/llvm/tools/bugpoint/
DFindBugs.cpp93 bool Diff = diffProgram(Program, Filename, "", false, &Error); in runManyPasses() local
DBugDriver.cpp205 bool Diff = diffProgram(Program, "", "", false, &Error); in run() local
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp303 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local
361 llvm::Optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local
402 APInt Diff = ConstCand->ConstInt->getValue() - in findAndMakeBaseConstant() local
430 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
/external/llvm-project/llvm/tools/bugpoint/
DFindBugs.cpp79 Expected<bool> Diff = diffProgram(*Program, Filename, "", false); in runManyPasses() local
/external/llvm-project/clang/tools/clang-diff/
DClangDiff.cpp266 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
/external/rust/crates/itertools/src/
Ddiff.rs15 pub enum Diff<I, J> enum
/external/llvm-project/llvm/tools/llvm-diff/
DDiffLog.h62 SmallVector<DiffRecord, 20> Diff; variable
/external/llvm/tools/llvm-diff/
DDiffLog.h63 SmallVector<DiffRecord, 20> Diff; variable
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h102 uint64_t Diff = Mass - X.Mass; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp527 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local
589 Optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local
634 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); in findAndMakeBaseConstant() local
685 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp531 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local
594 Optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local
639 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); in findAndMakeBaseConstant() local
690 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
/external/gwp_asan/gwp_asan/
Dstack_trace_compressor.cpp73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() local
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dstack_trace_compressor.cpp73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFixupHwLoops.cpp148 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonFixupHwLoops.cpp148 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
/external/llvm/lib/MC/
DMCWin64EH.cpp53 const MCExpr *Diff = in EmitAbsDifference() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWin64EH.cpp55 const MCExpr *Diff = in EmitAbsDifference() local
254 const MCExpr *Diff = in GetAbsDifference() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.h115 const auto Diff = P[I].PerInstructionValue - Q[I].PerInstructionValue; in isNeighbour() local
/external/llvm-project/clang/lib/Tooling/Refactoring/
DLookup.cpp64 unsigned Diff = UseNamespaces.size() - FromNamespaces.size(); in usingFromDifferentCanonicalNamespace() local

123456