Home
last modified time | relevance | path

Searched defs:stc1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d1380 … StorageClass stc1 = fparam.storageClass & (STC.ref_ | STC.out_ | STC.lazy_); in typeSemantic() local
H A Dmtype.d682 StorageClass stc1 = t1.isScopeQual ? STC.scope_ : 0; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c5377 StorageClass stc1 = t1->isscope ? STCscope : 0; in covariant() local
5725 StorageClass stc1 = fparam->storageClass & (STCref | STCout | STClazy); in semantic() local