Home
last modified time | relevance | path

Searched refs:ModToStc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d1679 auto ccd = generateCopyCtorDeclaration(sd, ModToStc(paramMod), ModToStc(funcMod)); in buildCopyCtor()
H A Dmtype.d239 StorageClass ModToStc(uint mod) pure nothrow @nogc @safe in ModToStc() function
H A Ddsymbolsem.d6012 if (StorageClass stc = ModToStc(t.mod)) in templateInstanceSemantic()
H A Ddtemplate.d2398 tf = cast(TypeFunction)tf.addSTC(ModToStc(tthis.mod)); in doHeaderInstantiation()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h45 StorageClass ModToStc(unsigned mod);
H A Ddtemplate.c2677 tf = (TypeFunction *)tf->addSTC(ModToStc(tthis->mod)); in doHeaderInstantiation()
6206 if (StorageClass stc = ModToStc(t->mod)) in semantic()
H A Dmtype.c978 StorageClass ModToStc(unsigned mod) in ModToStc() function