Searched refs:TypeInfoTupleDeclaration (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypinf.d131 return TypeInfoTupleDeclaration.create(t);
H A Dvisitor.d58 void visit(ASTCodegen.TypeInfoTupleDeclaration s) { visit(cast(ASTCodegen.TypeInfoDeclaration)s); }
H A Ddeclaration.h417 class TypeInfoTupleDeclaration : public TypeInfoDeclaration class in inherits:TypeInfoDeclaration
420 static TypeInfoTupleDeclaration *create(Type *tinfo);
H A Dvisitor.h155 class TypeInfoTupleDeclaration;
621 virtual void visit(TypeInfoTupleDeclaration *s) { visit((TypeInfoDeclaration *)s); }
H A Ddeclaration.d2230 extern (C++) final class TypeInfoTupleDeclaration : TypeInfoDeclaration
2242 static TypeInfoTupleDeclaration create(Type tinfo)
2244 return new TypeInfoTupleDeclaration(tinfo);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h418 class TypeInfoTupleDeclaration : public TypeInfoDeclaration class in inherits:TypeInfoDeclaration
421 TypeInfoTupleDeclaration(Type *tinfo);
422 static TypeInfoTupleDeclaration *create(Type *tinfo);
H A Ddeclaration.c2528 /***************************** TypeInfoTupleDeclaration **********************/
2530 TypeInfoTupleDeclaration::TypeInfoTupleDeclaration(Type *tinfo) function in class:TypeInfoTupleDeclaration
2540 TypeInfoTupleDeclaration *TypeInfoTupleDeclaration::create(Type *tinfo)
2542 return new TypeInfoTupleDeclaration(tinfo);
H A Dvisitor.h149 class TypeInfoTupleDeclaration;
443 virtual void visit(TypeInfoTupleDeclaration *s) { visit((TypeInfoDeclaration *)s); }
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc1130 void visit (TypeInfoTupleDeclaration *d)
1644 t->vtinfo = TypeInfoTupleDeclaration::create (t);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc1123 void visit (TypeInfoTupleDeclaration *d)
1681 t->vtinfo = TypeInfoTupleDeclaration::create (t);

Completed in 273 milliseconds