HomeSort by: relevance | last modified time | path
    Searched refs:TypeInfoTupleDeclaration (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
typinf.d 131 return TypeInfoTupleDeclaration.create(t);
declaration.h 417 class TypeInfoTupleDeclaration : public TypeInfoDeclaration
420 static TypeInfoTupleDeclaration *create(Type *tinfo);
visitor.d 58 void visit(ASTCodegen.TypeInfoTupleDeclaration s) { visit(cast(ASTCodegen.TypeInfoDeclaration)s); }
visitor.h 155 class TypeInfoTupleDeclaration;
621 virtual void visit(TypeInfoTupleDeclaration *s) { visit((TypeInfoDeclaration *)s); }
declaration.d 2230 extern (C++) final class TypeInfoTupleDeclaration : TypeInfoDeclaration
2242 static TypeInfoTupleDeclaration create(Type tinfo)
2244 return new TypeInfoTupleDeclaration(tinfo);
  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 1123 void visit (TypeInfoTupleDeclaration *d)
1681 t->vtinfo = TypeInfoTupleDeclaration::create (t);

Completed in 102 milliseconds