Home
last modified time | relevance | path

Searched defs:stc2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d730 auto stc2 = getStorageClass!AST(pAttrs); variable
2791 StorageClass stc2 = parseAttribute(exps); variable
2937 StorageClass stc2 = parseAttribute(exps); variable
4569 StorageClass stc2 = STC.undefined_; variable
H A Dtypesem.d1381 … StorageClass stc2 = narg.storageClass & (STC.ref_ | STC.out_ | STC.lazy_); in typeSemantic() local
H A Dmtype.d683 StorageClass stc2 = t2.isScopeQual ? STC.scope_ : 0; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d206 ParameterStorageClass stc2; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c5378 StorageClass stc2 = t2->isscope ? STCscope : 0; in covariant() local
5726 StorageClass stc2 = narg->storageClass & (STCref | STCout | STClazy); in semantic() local
9531 StorageClass stc2 = stc & (STCref | STCscope | STCreturn); in isCovariantScope() local