Home
last modified time | relevance | path

Searched refs:TypeInfoTupleDeclaration (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypinf.d131 return TypeInfoTupleDeclaration.create(t); in getTypeInfoDeclaration()
H A Ddeclaration.h417 class TypeInfoTupleDeclaration : public TypeInfoDeclaration
420 static TypeInfoTupleDeclaration *create(Type *tinfo);
H A Dvisitor.d58 …void visit(ASTCodegen.TypeInfoTupleDeclaration s) { visit(cast(ASTCodegen.TypeInfoDeclaration)s); }
H A Ddeclaration.d2230 extern (C++) final class TypeInfoTupleDeclaration : TypeInfoDeclaration
2242 static TypeInfoTupleDeclaration create(Type tinfo) in create()
2244 return new TypeInfoTupleDeclaration(tinfo); in create()
H A Dvisitor.h155 class TypeInfoTupleDeclaration; variable
621 virtual void visit(TypeInfoTupleDeclaration *s) { visit((TypeInfoDeclaration *)s); } in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h418 class TypeInfoTupleDeclaration : public TypeInfoDeclaration
421 TypeInfoTupleDeclaration(Type *tinfo);
422 static TypeInfoTupleDeclaration *create(Type *tinfo);
H A Ddeclaration.c2530 TypeInfoTupleDeclaration::TypeInfoTupleDeclaration(Type *tinfo) in TypeInfoTupleDeclaration() function
2540 TypeInfoTupleDeclaration *TypeInfoTupleDeclaration::create(Type *tinfo) in create()
2542 return new TypeInfoTupleDeclaration(tinfo); in create()
H A Dvisitor.h149 class TypeInfoTupleDeclaration; variable
443 virtual void visit(TypeInfoTupleDeclaration *s) { visit((TypeInfoDeclaration *)s); } in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc1123 void visit (TypeInfoTupleDeclaration *d) in visit()
1681 t->vtinfo = TypeInfoTupleDeclaration::create (t); in create_typeinfo()
H A DChangeLog-2015503 (TypeInfoTupleDeclaration::toDt): Likewise.
H A DChangeLog-2020985 (TypeInfoVisitor::visit (TypeInfoTupleDeclaration *)): Likewise.
H A DChangeLog-201753 (TypeInfoVisitor::visit(TypeInfoTupleDeclaration)): Mark internal
H A DChangeLog-2016302 * typeinfo.cc (TypeInfoVisitor::visit(TypeInfoTupleDeclaration)): Send
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc1130 void visit (TypeInfoTupleDeclaration *d) in visit()
1644 t->vtinfo = TypeInfoTupleDeclaration::create (t); in create_typeinfo()