Home
last modified time | relevance | path

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

12

/external/clang/test/CodeGen/
D2005-01-02-PointerDifference.c4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DFindBugs.cpp92 bool Diff = diffProgram(Program, Filename, "", false, &Error); in runManyPasses() local
DBugDriver.cpp204 bool Diff = diffProgram(Program, "", "", false, &Error); in run() local
DExecutionDriver.cpp493 if (int Diff = DiffFilesWithTolerance(sys::Path(ReferenceOutputFile), in diffProgram() local
/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
DMiscompilation.cpp81 bool Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", in doTest() local
/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/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/swiftshader/third_party/LLVM/tools/llvm-diff/
DDiffLog.h59 SmallVector<DiffRecord, 20> Diff; variable
DDifferenceEngine.cpp547 DiffLogBuilder Diff(Engine.getConsumer()); in runBlockDiff() local
/external/llvm/tools/llvm-diff/
DDiffLog.h63 SmallVector<DiffRecord, 20> Diff; variable
DDifferenceEngine.cpp547 DiffLogBuilder Diff(Engine.getConsumer()); in runBlockDiff() local
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h102 uint64_t Diff = Mass - X.Mass; variable
/external/llvm/lib/MC/
DMCWin64EH.cpp53 const MCExpr *Diff = in EmitAbsDifference() local
/external/swiftshader/third_party/LLVM/lib/Support/
DFileUtilities.cpp142 double Diff; in CompareNumbers() local
/external/llvm/lib/Support/
DFileUtilities.cpp141 double Diff; in CompareNumbers() local
/external/jdiff/src/jdiff/
DDiff.java12 class Diff { class
/external/llvm/lib/CodeGen/
DRegisterScavenging.cpp387 unsigned SI = Scavenged.size(), Diff = UINT_MAX; in scavengeRegister() local
DLiveDebugValues.cpp400 VarLocSet Diff = InLocsT; in join() local
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp226 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in runOnLoop() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1320 const MCExpr *Diff = in EmitLabelDifference() local
1351 const MCExpr *Diff = in EmitLabelOffsetDifference() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1453 int Diff = ShAmt-C1; in SimplifyDemandedBits() local
1518 int Diff = ShAmt-C1; in SimplifyDemandedBits() local

12