Home
last modified time | relevance | path

Searched refs:SharedStaticDtorDeclaration (Results 1 – 25 of 83) sorted by relevance

1234

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Darraytypes.h44 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Ddsymbol.h44 class SharedStaticDtorDeclaration; variable
265 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } in isSharedStaticDtorDeclaration()
H A Ddeclaration.h820 class SharedStaticDtorDeclaration : public StaticDtorDeclaration
823 SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
826 SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return this; } in isSharedStaticDtorDeclaration()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Darraytypes.h44 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Ddsymbol.h44 class SharedStaticDtorDeclaration; variable
265 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } in isSharedStaticDtorDeclaration()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Darraytypes.h45 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Ddsymbol.h44 class SharedStaticDtorDeclaration; variable
264 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } in isSharedStaticDtorDeclaration()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Darraytypes.h45 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Ddsymbol.h44 class SharedStaticDtorDeclaration; variable
264 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } in isSharedStaticDtorDeclaration()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Darraytypes.h44 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Ddsymbol.h44 class SharedStaticDtorDeclaration; variable
265 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } in isSharedStaticDtorDeclaration()
H A Ddeclaration.h820 class SharedStaticDtorDeclaration : public StaticDtorDeclaration
823 SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
826 SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return this; } in isSharedStaticDtorDeclaration()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Darraytypes.h44 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Ddsymbol.h44 class SharedStaticDtorDeclaration; variable
265 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } in isSharedStaticDtorDeclaration()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Darraytypes.h44 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Ddsymbol.h44 class SharedStaticDtorDeclaration; variable
265 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } in isSharedStaticDtorDeclaration()
H A Ddeclaration.h820 class SharedStaticDtorDeclaration : public StaticDtorDeclaration
823 SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
826 SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return this; } in isSharedStaticDtorDeclaration()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Darraytypes.h45 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Ddsymbol.h44 class SharedStaticDtorDeclaration; variable
264 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } in isSharedStaticDtorDeclaration()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Darraytypes.h44 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Ddsymbol.h44 class SharedStaticDtorDeclaration; variable
265 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } in isSharedStaticDtorDeclaration()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Darraytypes.h47 typedef Array<class SharedStaticDtorDeclaration *> SharedStaticDtorDeclarations;
H A Darraytypes.d45 alias SharedStaticDtorDeclarations = Array!(SharedStaticDtorDeclaration);
H A Ddeclaration.h800 class SharedStaticDtorDeclaration : public StaticDtorDeclaration
803 SharedStaticDtorDeclaration *syntaxCopy(Dsymbol *);
805 SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return this; } in isSharedStaticDtorDeclaration()
H A Ddsymbol.h45 class SharedStaticDtorDeclaration; variable
269 virtual SharedStaticDtorDeclaration *isSharedStaticDtorDeclaration() { return NULL; } in isSharedStaticDtorDeclaration()

1234