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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
typinf.d 129 return TypeInfoDelegateDeclaration.create(t);
declaration.h 409 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration
412 static TypeInfoDelegateDeclaration *create(Type *tinfo);
visitor.d 57 void visit(ASTCodegen.TypeInfoDelegateDeclaration s) { visit(cast(ASTCodegen.TypeInfoDeclaration)s); }
visitor.h 154 class TypeInfoDelegateDeclaration;
620 virtual void visit(TypeInfoDelegateDeclaration *s) { visit((TypeInfoDeclaration *)s); }
declaration.d 2205 extern (C++) final class TypeInfoDelegateDeclaration : TypeInfoDeclaration
2217 static TypeInfoDelegateDeclaration create(Type tinfo)
2219 return new TypeInfoDelegateDeclaration(tinfo);
  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 783 void visit (TypeInfoDelegateDeclaration *d)
1664 t->vtinfo = TypeInfoDelegateDeclaration::create (t);

Completed in 88 milliseconds