Home
last modified time | relevance | path

Searched defs:Temp (Results 1 – 20 of 20) sorted by relevance

/external/libvpx/vp8/common/
Dfilter.c53 int Temp; in filter_block2d_first_pass() local
98 int Temp; in filter_block2d_second_pass() local
333 int Temp; in filter_block2d_bil_second_pass() local
/external/clang/test/CodeGenCXX/
Dvisibility.cpp233 template <class T> struct Temp { struct
234 struct Inner {
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1183 Decl *Temp = SemaRef.FindInstantiatedDecl(D->getLocation(), in VisitFunctionDecl() local
2963 if (ClassTemplateDecl *Temp = dyn_cast<ClassTemplateDecl>(Other)) in isInstantiationOf() local
2966 if (FunctionTemplateDecl *Temp = dyn_cast<FunctionTemplateDecl>(Other)) in isInstantiationOf() local
DSemaTemplate.cpp441 if (TemplateDecl *Temp = dyn_cast_or_null<TemplateDecl>(D)) { in AdjustDeclIfTemplate() local
2225 if (ClassTemplateDecl *Temp = R.getAsSingle<ClassTemplateDecl>()) { in BuildQualifiedTemplateIdExpr() local
DSemaExprCXX.cpp4087 CXXTemporary *Temp = CXXTemporary::Create(Context, Destructor); in MaybeBindToTemporary() local
DSemaDeclCXX.cpp7343 Expr *Temp = TempResult.takeAs<Expr>(); in InitializeVarWithConstructor() local
/external/libvpx/vp8/encoder/
Dvariance_c.c295 int Temp; in var_filter_block2d_bil_second_pass() local
/external/jhead/
Dexif.c1546 char Temp[20]; in ShowImageInfo() local
/external/llvm/lib/MC/
DMCDwarf.cpp347 uint64_t Temp, Opcode; in Encode() local
/external/clang/lib/CodeGen/
DCGExprAgg.cpp1037 llvm::Value *Temp = CreateMemTemp(E->getType()); in EmitAggExprToLValue() local
DCGCall.cpp1024 llvm::Value *Temp = CreateMemTemp(Ty, Arg->getName() + ".addr"); in EmitFunctionProlog() local
/external/opencv/cv/include/
Dcvtypes.h259 float* Temp; /* Temporary vector */ member
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2711 TreePattern Temp(I->getRecord(), ResultPattern, false, *this); in ParseInstructions() local
2970 TreePattern Temp(Result->getRecord(), DstPattern, false, *this); in ParsePatterns() local
/external/clang/lib/AST/
DExprCXX.cpp617 CXXTemporary *Temp, in Create()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2531 SDValue Temp; in SimplifySetCC() local
DLegalizeIntegerTypes.cpp2215 SDValue Temp = DAG.CreateStackTemporary(PtrVT); in ExpandIntRes_XMULO() local
DDAGCombiner.cpp7566 SDValue Temp, SCC; in SimplifySelectCC() local
/external/llvm/lib/AsmParser/
DLLParser.cpp539 MDNode *Temp = FI->second.first; in ParseStandaloneMetadata() local
/external/clang/lib/Serialization/
DASTWriter.cpp3386 void ASTWriter::AddCXXTemporary(const CXXTemporary *Temp, RecordDataImpl &Record) { in AddCXXTemporary()
/external/clang/include/clang/AST/
DExprCXX.h754 CXXTemporary *Temp; variable