Home
last modified time | relevance | path

Searched refs:TypeInfoDelegateDeclaration (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypinf.d129 return TypeInfoDelegateDeclaration.create(t); in getTypeInfoDeclaration()
H A Ddeclaration.h409 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
412 static TypeInfoDelegateDeclaration *create(Type *tinfo);
H A Dvisitor.d57 …void visit(ASTCodegen.TypeInfoDelegateDeclaration s) { visit(cast(ASTCodegen.TypeInfoDeclaration)s…
H A Ddeclaration.d2205 extern (C++) final class TypeInfoDelegateDeclaration : TypeInfoDeclaration
2217 static TypeInfoDelegateDeclaration create(Type tinfo) in create()
2219 return new TypeInfoDelegateDeclaration(tinfo); in create()
H A Dvisitor.h154 class TypeInfoDelegateDeclaration; variable
620 virtual void visit(TypeInfoDelegateDeclaration *s) { visit((TypeInfoDeclaration *)s); } in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h409 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
412 TypeInfoDelegateDeclaration(Type *tinfo);
413 static TypeInfoDelegateDeclaration *create(Type *tinfo);
H A Ddeclaration.c2513 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function
2523 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()
2525 return new TypeInfoDelegateDeclaration(tinfo); in create()
H A Dvisitor.h148 class TypeInfoDelegateDeclaration; variable
442 virtual void visit(TypeInfoDelegateDeclaration *s) { visit((TypeInfoDeclaration *)s); } in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc783 void visit (TypeInfoDelegateDeclaration *d) in visit()
1664 t->vtinfo = TypeInfoDelegateDeclaration::create (t); in create_typeinfo()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc769 void visit (TypeInfoDelegateDeclaration *d) in visit()
1627 t->vtinfo = TypeInfoDelegateDeclaration::create (t); in create_typeinfo()