Searched defs:Instantiation (Results 1 - 6 of 6) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DVerificationErrorType.java43 Instantiation(9, "instantiation-error"); enum constant in enum:VerificationErrorType
95 return Instantiation;
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp570 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation local
573 if (Instantiation->is<DeclArgumentPack *>()) {
575 NewPackSize = Instantiation->get<DeclArgumentPack *>()->size();
661 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation local
664 if (Instantiation->is<Decl*>())
669 unsigned Size = Instantiation->get<DeclArgumentPack *>()->size();
H A DSemaTemplateInstantiate.cpp1 //===------- SemaTemplateInstantiate.cpp - C++ Template Instantiation ------===/
30 // Template Instantiation Support
669 // Template Instantiation for Types
1655 Sema::SubstBaseSpecifiers(CXXRecordDecl *Instantiation, argument
1704 = CheckBaseSpecifier(Instantiation,
1738 = CheckBaseSpecifier(Instantiation,
1750 AttachBaseSpecifiers(Instantiation, InstantiatedBases.data(),
1769 TagDecl *Instantiation,
1785 << S.Context.getTypeDeclType(Instantiation);
1788 Instantiation
1767 DiagnoseUninstantiableTemplate(Sema &S, SourceLocation PointOfInstantiation, TagDecl *Instantiation, bool InstantiatedFromMember, TagDecl *Pattern, TagDecl *PatternDef, TemplateSpecializationKind TSK, bool Complain = true) argument
1833 InstantiateClass(SourceLocation PointOfInstantiation, CXXRecordDecl *Instantiation, CXXRecordDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs, TemplateSpecializationKind TSK, bool Complain) argument
2055 InstantiateEnum(SourceLocation PointOfInstantiation, EnumDecl *Instantiation, EnumDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs, TemplateSpecializationKind TSK) argument
2281 InstantiateClassMembers(SourceLocation PointOfInstantiation, CXXRecordDecl *Instantiation, const MultiLevelTemplateArgumentList &TemplateArgs, TemplateSpecializationKind TSK) argument
[all...]
H A DSemaTemplate.cpp6062 NamedDecl *Instantiation = 0; local
6074 Instantiation = Method;
6086 Instantiation = PrevVar;
6094 Instantiation = PrevRecord;
6102 Instantiation = PrevEnum;
6108 if (!Instantiation) {
6122 cast<CXXMethodDecl>(Instantiation)->getTemplateSpecializationKind());
6126 cast<CXXRecordDecl>(Instantiation)->getTemplateSpecializationKind());
6130 Previous.addDecl(Instantiation);
6138 Diag(Instantiation
[all...]
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp70 MemoryBuffer *Instantiation; member in struct:__anon8790::MacroInstantiation
1558 : TheMacro(M), Instantiation(I), InstantiationLoc(IL), ExitLoc(EL)
1649 MemoryBuffer *Instantiation = local
1656 Instantiation);
1660 CurBuffer = SrcMgr.AddNewSourceBuffer(MI->Instantiation, SMLoc());
3250 MemoryBuffer *Instantiation = local
3257 Instantiation);
3261 CurBuffer = SrcMgr.AddNewSourceBuffer(MI->Instantiation, SMLoc());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 507 milliseconds