Home
last modified time | relevance | path

Searched refs:isCrtCtor (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h668 bool isCrtCtor() const;
669 void isCrtCtor(bool v);
H A Dfunc.d1524 final bool isCrtCtor() const scope @safe pure nothrow @nogc in isCrtCtor() function
1529 final void isCrtCtor(bool v) @safe pure nothrow @nogc in isCrtCtor() function
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1431 if (fd->isCrtCtor ()) in get_symbol_decl()