/external/llvm/include/llvm/ADT/ |
D | OwningPtr.h | 53 T *Tmp = Ptr; variable 55 delete Tmp; variable 61 T *Tmp = Ptr; in take() local 78 T *Tmp = RHS.Ptr; in swap() local 117 T *Tmp = Ptr; variable 125 T *Tmp = Ptr; in take() local 140 T *Tmp = RHS.Ptr; in swap() local
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 491 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 496 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 502 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 508 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
D | APInt.cpp | 771 uint64_t Tmp = Src[I]; in lshrNear() local 846 APInt Tmp(width, mantissa); in RoundDoubleToAPInt() local 874 APInt Tmp(isNeg ? -(*this) : (*this)); in roundToDouble() local 2193 APInt Tmp(*this); in toString() local
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 699 APInt Tmp(bits, StringRef(TokStart+3, len), 16); in LexIdentifier() local 823 APInt Tmp(numBits, StringRef(TokStart, Len), 10); in LexDigitOrNegative() local
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 95 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local 375 PHITransAddr Tmp(InVal, TD); in InsertPHITranslatedSubExpr() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 116 ExplodedNodeSet Tmp; in VisitBinaryOperator() local 209 ExplodedNodeSet Tmp; in VisitBlockExpr() local 745 ExplodedNodeSet Tmp; in VisitUnaryOperator() local 872 ExplodedNodeSet Tmp; in VisitIncrementDecrementOperator() local
|
D | ExprEngine.cpp | 455 ExplodedNodeSet Tmp(Pred); in ProcessInitializer() local 750 ExplodedNodeSet Tmp; in Visit() local 799 ExplodedNodeSet Tmp; in Visit() local 865 ExplodedNodeSet Tmp; in Visit() local 1113 ExplodedNodeSet Tmp; in Visit() local 1974 ExplodedNodeSet Tmp; in evalStore() local 2008 ExplodedNodeSet Tmp; in evalLoad() local 2037 ExplodedNodeSet Tmp; in evalLoadCommon() local 2093 ExplodedNodeSet Tmp; in evalLocation() local
|
D | ExprEngineObjC.cpp | 90 ExplodedNodeSet Tmp; in VisitObjCForCollectionStmt() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 869 SDValue Tmp = in SelectSETCC() local 1194 SDNode *Tmp = in Select() local 1279 SDNode *Tmp = CurDAG->getMachineNode(PPC::ADDIStocHA, dl, MVT::i64, in Select() local 1345 SDNode *Tmp = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select() local
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 114 bool Tmp; in getBody() local 119 bool Tmp; in isBodyAutosynthesized() local
|
D | FormatString.cpp | 106 const char *Tmp = Beg; in ParsePositionAmount() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 191 llvm::Value *Tmp = CGF.Builder.CreateCall2(Callee, X, Y); in EmitOverflowIntrinsic() local 333 Value *Tmp = Builder.CreateAdd(Builder.CreateCall2(F, ArgValue, in EmitBuiltinExpr() local 354 Value *Tmp = Builder.CreateCall(F, ArgValue); in EmitBuiltinExpr() local 1980 Value *Tmp = Builder.CreateAlloca(ConvertType(E->getArg(0)->getType()), in EmitARMBuiltinExpr() local 2890 Value *Tmp = Builder.CreateAlloca(Int32Ty, One); in EmitX86BuiltinExpr() local 2898 Value *Tmp = Builder.CreateAlloca(Int32Ty, One); in EmitX86BuiltinExpr() local
|
D | CGStmt.cpp | 1734 llvm::Value *Tmp = Builder.CreateExtractValue(Result, i, "asmresult"); in EmitAsmStmt() local 1740 llvm::Value *Tmp = RegResults[i]; in EmitAsmStmt() local
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 374 Matcher *Tmp = EqualMatchers[i]->takeNext(); in FactorNodes() local
|
D | RegisterInfoEmitter.cpp | 473 std::string Tmp; in EmitRegMapping() local 504 std::string Tmp; in EmitRegMapping() local
|
/external/clang/tools/driver/ |
D | driver.cpp | 362 std::string Tmp = llvm::sys::FindProgramByName( in main() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 271 SmallString<256> Tmp; in relaxInstruction() local
|
/external/llvm/lib/MC/ |
D | MCStreamer.cpp | 105 SmallString<128> Tmp; in EmitULEB128IntValue() local 114 SmallString<128> Tmp; in EmitSLEB128IntValue() local
|
D | MCDwarf.cpp | 358 SmallString<256> Tmp; in Emit() local 1482 SmallString<256> Tmp; in EmitAdvanceLoc() local
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 128 T Tmp = Val >> Shift; variable
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 105 Value *Tmp = Builder.CreateAShr(Dividend, ThirtyOne); in generateSignedDivisionCode() local
|
/external/llvm/lib/Target/R600/ |
D | R600OptimizeVectorRegisters.cpp | 191 MachineInstr *Tmp = BuildMI(MBB, Pos, DL, TII->get(AMDGPU::INSERT_SUBREG), in RebuildVector() local
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 124 Token Tmp; in DiscardUntilEndOfDirective() local 202 Token Tmp; in CheckEndOfDirective() local
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 244 StringRef Tmp; in ParseSectionName() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 208 SmallString<256> Tmp; in relaxInstruction() local
|