Home
last modified time | relevance | path

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

123

/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/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/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
DExecutionDriver.cpp461 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, in diffProgram() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DFindBugs.cpp80 Expected<bool> Diff = diffProgram(*Program, Filename, "", false); in runManyPasses() local
DBugDriver.cpp218 Expected<bool> Diff = diffProgram(*Program, "", "", false); in run() local
DExecutionDriver.cpp445 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, *Output, in diffProgram() 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/tools/llvm-diff/
DDiffLog.h63 SmallVector<DiffRecord, 20> Diff; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h117 uint64_t Diff = Mass - X.Mass; variable
/external/swiftshader/third_party/llvm-7.0/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-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp461 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/gwp_asan/gwp_asan/
Dstack_trace_compressor.cpp73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DClustering.cpp56 const auto Diff = P[I].Value - Q[I].Value; in isNeighbour() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFixupHwLoops.cpp150 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
/external/llvm/lib/MC/
DMCWin64EH.cpp53 const MCExpr *Diff = in EmitAbsDifference() local
/external/llvm/lib/Support/
DFileUtilities.cpp141 double Diff; in CompareNumbers() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFileUtilities.cpp145 double Diff; in CompareNumbers() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCWin64EH.cpp51 const MCExpr *Diff = in EmitAbsDifference() local
/external/pdfium/testing/tools/
Dsafetynet_image.py304 def Diff(self, test_case): member in ImageLocations
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp222 Value *Diff = Builder.CreateSub(LoadSrc1, LoadSrc2); in emitLoadCompareByteBlock() local
249 Value *Diff; in getCompareLoadPairs() local
/external/jdiff/src/jdiff/
DDiff.java12 class Diff { class

123