/external/clang/test/CodeGen/ |
D | 2005-01-02-PointerDifference.c | 4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
|
/external/libcxx/test/std/containers/associative/ |
D | iterator_types.pass.cpp | 21 typedef typename Map::difference_type Diff; in testMap() typedef 43 typedef typename Set::difference_type Diff; in testSet() typedef
|
/external/libcxx/test/std/containers/unord/ |
D | iterator_difference_type.pass.cpp | 21 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef 59 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
|
/external/llvm/tools/bugpoint/ |
D | FindBugs.cpp | 93 bool Diff = diffProgram(Program, Filename, "", false, &Error); in runManyPasses() local
|
D | BugDriver.cpp | 205 bool Diff = diffProgram(Program, "", "", false, &Error); in run() local
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | FindBugs.cpp | 92 bool Diff = diffProgram(Program, Filename, "", false, &Error); in runManyPasses() local
|
D | BugDriver.cpp | 204 bool Diff = diffProgram(Program, "", "", false, &Error); in run() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 303 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/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | FindBugs.cpp | 80 Expected<bool> Diff = diffProgram(*Program, Filename, "", false); in runManyPasses() local
|
D | BugDriver.cpp | 218 Expected<bool> Diff = diffProgram(*Program, "", "", false); in run() local
|
/external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
D | DiffLog.h | 59 SmallVector<DiffRecord, 20> Diff; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 461 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local 520 Optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local 561 APInt Diff = ConstCand->ConstInt->getValue() - in findAndMakeBaseConstant() local 589 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 117 uint64_t Diff = Mass - X.Mass; variable
|
/external/llvm/tools/llvm-diff/ |
D | DiffLog.h | 63 SmallVector<DiffRecord, 20> Diff; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/ |
D | DiffLog.h | 63 SmallVector<DiffRecord, 20> Diff; variable
|
/external/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 102 uint64_t Diff = Mass - X.Mass; variable
|
/external/syzkaller/pkg/signal/ |
D | signal.go | 100 func (s Signal) Diff(s1 Signal) Signal { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonFixupHwLoops.cpp | 150 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Clustering.cpp | 56 const auto Diff = P[I].Value - Q[I].Value; in isNeighbour() local
|
/external/llvm/lib/MC/ |
D | MCWin64EH.cpp | 53 const MCExpr *Diff = in EmitAbsDifference() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FileUtilities.cpp | 145 double Diff; in CompareNumbers() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCWin64EH.cpp | 51 const MCExpr *Diff = in EmitAbsDifference() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | FileUtilities.cpp | 142 double Diff; in CompareNumbers() local
|
/external/llvm/lib/Support/ |
D | FileUtilities.cpp | 141 double Diff; in CompareNumbers() local
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/ |
D | compare.go | 97 func Diff(x, y interface{}, opts ...Option) string { func
|