/external/llvm/lib/Support/ |
D | Triple.cpp | 706 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 711 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 717 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 723 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
D | APInt.cpp | 784 uint64_t Tmp = Src[I]; in lshrNear() local 859 APInt Tmp(width, mantissa); in RoundDoubleToAPInt() local 887 APInt Tmp(isNeg ? -(*this) : (*this)); in roundToDouble() local 2222 APInt Tmp(*this); in toString() local
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmswtpnt.c | 202 cmsMAT3 Cone, Tmp; in ComputeChromaticAdaptation() local 254 cmsMAT3 Tmp; in _cmsAdaptMatrixToD50() local
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 95 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local 372 PHITransAddr Tmp(InVal, DL, AC); in InsertPHITranslatedSubExpr() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 123 ExplodedNodeSet Tmp; in VisitBinaryOperator() local 217 ExplodedNodeSet Tmp; in VisitBlockExpr() local 773 ExplodedNodeSet Tmp; in VisitUnaryOperator() local 902 ExplodedNodeSet Tmp; in VisitIncrementDecrementOperator() local
|
D | ExprEngine.cpp | 471 ExplodedNodeSet Tmp(Pred); in ProcessInitializer() local 914 ExplodedNodeSet Tmp; in Visit() local 963 ExplodedNodeSet Tmp; in Visit() local 1030 ExplodedNodeSet Tmp; in Visit() local 1278 ExplodedNodeSet Tmp; in Visit() local 1941 ExplodedNodeSet Tmp; in VisitMemberExpr() local 2184 ExplodedNodeSet Tmp; in evalStore() local 2218 ExplodedNodeSet Tmp; in evalLoad() local 2247 ExplodedNodeSet Tmp; in evalLoadCommon() local 2303 ExplodedNodeSet Tmp; in evalLocation() local
|
D | ExprEngineObjC.cpp | 90 ExplodedNodeSet Tmp; in VisitObjCForCollectionStmt() local
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 783 APInt Tmp(bits, HexStr, 16); in LexIdentifier() local 907 APInt Tmp(numBits, StringRef(TokStart, Len), 10); in LexDigitOrNegative() local
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 122 bool Tmp; in getBody() local 127 bool Tmp; in isBodyAutosynthesized() local 133 bool Tmp; in isBodyAutosynthesizedFromModelFile() local
|
D | Consumed.cpp | 311 const CXXBindTemporaryExpr *Tmp; member 355 PropagationInfo(const CXXBindTemporaryExpr *Tmp) in PropagationInfo() 1219 void ConsumedStateMap::setState(const CXXBindTemporaryExpr *Tmp, in setState() 1224 void ConsumedStateMap::remove(const CXXBindTemporaryExpr *Tmp) { in remove()
|
D | FormatString.cpp | 106 const char *Tmp = Beg; in ParsePositionAmount() local
|
/external/llvm/lib/MC/ |
D | SubtargetFeature.cpp | 57 SmallVector<StringRef, 3> Tmp; in Split() local
|
D | MCStreamer.cpp | 93 SmallString<128> Tmp; in EmitULEB128IntValue() local 102 SmallString<128> Tmp; in EmitSLEB128IntValue() local
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 382 Matcher *Tmp = EqualMatchers[i]->takeNext(); in FactorNodes() local
|
D | RegisterInfoEmitter.cpp | 475 std::string Tmp; in EmitRegMapping() local 506 std::string Tmp; in EmitRegMapping() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 56 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost() local
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 110 ELFEntityIterator Tmp = *this; variable 200 Elf_Sym_Iter Tmp = *this; variable
|
/external/clang/tools/driver/ |
D | driver.cpp | 357 if (llvm::ErrorOr<std::string> Tmp = llvm::sys::findProgramByName( in SetInstallDir() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 208 llvm::Value *Tmp = CGF.Builder.CreateCall2(Callee, X, Y); in EmitOverflowIntrinsic() local 369 Value *Tmp = Builder.CreateAdd(Builder.CreateCall2(F, ArgValue, in EmitBuiltinExpr() local 390 Value *Tmp = Builder.CreateCall(F, ArgValue); in EmitBuiltinExpr() local 3396 Value *Tmp = CreateMemTemp(E->getArg(0)->getType()); in EmitARMBuiltinExpr() local 4168 Value *Tmp = Builder.CreateAlloca(ConvertType(E->getArg(0)->getType()), in EmitAArch64BuiltinExpr() local 5934 Value *Tmp = CreateMemTemp(E->getArg(0)->getType()); in EmitX86BuiltinExpr() local 5940 Value *Tmp = CreateMemTemp(E->getType()); in EmitX86BuiltinExpr() local 6430 llvm::Value *Tmp = Builder.CreateCall3(Callee, X, Y, Z); in EmitR600BuiltinExpr() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 245 CallInst *Tmp = CallInst::Create(ActualCallee, Args); in lowerCallFromStatepoint() local
|
/external/llvm/lib/Target/R600/ |
D | R600OptimizeVectorRegisters.cpp | 196 MachineInstr *Tmp = BuildMI(MBB, Pos, DL, TII->get(AMDGPU::INSERT_SUBREG), in RebuildVector() local
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 96 Token Tmp; in DiscardUntilEndOfDirective() local 257 Token Tmp; in CheckEndOfDirective() local
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 131 Value *Tmp = Builder.CreateAShr(Dividend, Shift); in generateSignedDivisionCode() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 229 SmallString<256> Tmp; in relaxInstruction() local
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 434 WorklistT::iterator Tmp = I; in remapSections() local
|