Searched refs:SharedStaticDtorDeclaration (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Darraytypes.h44 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Ddsymbol.h44 class SharedStaticDtorDeclaration;
265 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; }
H A Dparse.h31 class SharedStaticDtorDeclaration;
H A Ddeclaration.h821 class SharedStaticDtorDeclaration : public StaticDtorDeclaration class in inherits:StaticDtorDeclaration
824 SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
827 SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return this; }
H A Dvisitor.h165 class SharedStaticDtorDeclaration;
459 virtual void visit(SharedStaticDtorDeclaration *s) { visit((StaticDtorDeclaration *)s); }
H A Dfunc.c5334 /********************************* SharedStaticDtorDeclaration ****************************/
5336 SharedStaticDtorDeclaration::SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc) function in class:SharedStaticDtorDeclaration
5341 Dsymbol *SharedStaticDtorDeclaration::syntaxCopy(Dsymbol *s)
5344 SharedStaticDtorDeclaration *sdd = new SharedStaticDtorDeclaration(loc, endloc, storage_class);
H A Dparse.c1835 SharedStaticDtorDeclaration *f = new SharedStaticDtorDeclaration(loc, Loc(), stc);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Darraytypes.h47 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Darraytypes.d45 alias SharedStaticDtorDeclarations = Array!(SharedStaticDtorDeclaration);
H A Ddsymbol.h45 class SharedStaticDtorDeclaration;
288 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; }
H A Ddeclaration.h817 class SharedStaticDtorDeclaration : public StaticDtorDeclaration class in inherits:StaticDtorDeclaration
820 SharedStaticDtorDeclaration *syntaxCopy(Dsymbol *);
822 SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return this; }
H A Dvisitor.h171 class SharedStaticDtorDeclaration;
362 virtual void visit(SharedStaticDtorDeclaration *s) { visit((StaticDtorDeclaration *)s); }
H A Dfunc.d4119 extern (C++) final class SharedStaticDtorDeclaration : StaticDtorDeclaration
4126 override SharedStaticDtorDeclaration syntaxCopy(Dsymbol s)
4129 auto sdd = new SharedStaticDtorDeclaration(loc, endloc, storage_class);
4134 override inout(SharedStaticDtorDeclaration) isSharedStaticDtorDeclaration() inout
H A Dparsetimevisitor.d66 void visit(AST.SharedStaticDtorDeclaration s) { visit(cast(AST.StaticDtorDeclaration)s); }
H A Ddsymbol.d1349 inout(SharedStaticDtorDeclaration) isSharedStaticDtorDeclaration() inout { return null; }
H A Dparse.d2578 auto f = new AST.SharedStaticDtorDeclaration(loc, Loc.initial, stc);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dmodules.cc862 VarDeclaration *vgate = ((SharedStaticDtorDeclaration *) fd)->vgate;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc877 VarDeclaration *vgate = ((SharedStaticDtorDeclaration *) fd)->vgate;

Completed in 230 milliseconds