Searched defs:stc2 (Results 1 – 5 of 5) sorted by relevance
730 auto stc2 = getStorageClass!AST(pAttrs); variable2791 StorageClass stc2 = parseAttribute(exps); variable2937 StorageClass stc2 = parseAttribute(exps); variable4569 StorageClass stc2 = STC.undefined_; variable
1381 … StorageClass stc2 = narg.storageClass & (STC.ref_ | STC.out_ | STC.lazy_); in typeSemantic() local
683 StorageClass stc2 = t2.isScopeQual ? STC.scope_ : 0; variable
206 ParameterStorageClass stc2; variable
5378 StorageClass stc2 = t2->isscope ? STCscope : 0; in covariant() local5726 StorageClass stc2 = narg->storageClass & (STCref | STCout | STClazy); in semantic() local9531 StorageClass stc2 = stc & (STCref | STCscope | STCreturn); in isCovariantScope() local