Home
last modified time | relevance | path

Searched refs:STCshared (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c532 stc = STCshared; in parseDeclDefs()
994 if (stc & (STCgshared | STCshared | STCtls)) in appendStorageClass()
996 StorageClass u = storageClass & (STCgshared | STCshared | STCtls); in appendStorageClass()
1094 case TOKshared: stc = STCshared; break; in parsePostfix()
1142 case TOKshared: stc = STCshared; break; in parseTypeCtor()
1614 else if (StorageClass ss = stc & (STCshared | STCstatic)) // this() in parseCtor()
1618 else if (ss == (STCshared | STCstatic)) in parseCtor()
1667 if (StorageClass ss = stc & (STCshared | STCstatic)) in parseDtor()
1671 else if (ss == (STCshared | STCstatic)) in parseDtor()
1706 if (stc & STCshared) in parseStaticCtor()
[all …]
H A Ddeclaration.h66 #define STCshared 0x20000000LL // accessible from multiple threads macro
71 #define STC_TYPECTOR (STCconst | STCimmutable | STCshared | STCwild)
98 …STCmanifest | STCimmutable | STCshared | STCwild | STCnothrow | STCnogc | STCpure | STCref | STCtl…
H A Dfunc.c634 stc |= STCshared; in semantic()
643 case STCimmutable | STCshared: in semantic()
644 case STCimmutable | STCshared | STCconst: in semantic()
645 case STCimmutable | STCshared | STCwild: in semantic()
646 case STCimmutable | STCshared | STCwild | STCconst: in semantic()
663 case STCshared: in semantic()
667 case STCshared | STCconst: in semantic()
671 case STCshared | STCwild: in semantic()
675 case STCshared | STCwild | STCconst: in semantic()
H A Ddeclaration.c436 … sc2->stc |= storage_class & (STCref | STCnothrow | STCnogc | STCpure | STCshared | STCdisable); in aliasSemantic()
1183 storage_class |= STCshared; in semantic()
1188 storage_class |= STCshared; in semantic()
2057 !(storage_class & (STCimmutable | STCconst | STCshared | STCgshared)); in isThreadlocal()
H A Dattrib.c423 if (stc & (STCgshared | STCshared | STCtls)) in newScope()
424 scstc &= ~(STCgshared | STCshared | STCtls); in newScope()
H A Dtraits.c1079 stc &= ~STCshared; in semanticTraits()
1105 if (stc & STCshared) in semanticTraits()
H A Dhdrgen.c3120 stc &= ~STCshared; in visit()
3122 …if (stcToBuffer(buf, stc & (STCconst | STCimmutable | STCwild | STCshared | STCscope | STCscopeinf… in visit()
3291 { STCshared, TOKshared, NULL }, in stcToChars()
H A Dclone.c1161 (ad->invs[i]->type->mod & MODshared ? STCshared : 0); in buildInv()
H A Dmtype.c919 if ((stc & STCshared) && !t->isShared()) in addSTC()
984 if (mod & MODshared) stc |= STCshared; in ModToStc()
1163 if (stc & STCshared) in addStorageClass()
H A Ddtemplate.c1297 if (stc & (STCshared | STCsynchronized)) in deduceFunctionTemplateMatch()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h76 #define STCshared 0x200000000ULL /// accessible from multiple threads macro
104 #define STC_TYPECTOR (STCconst | STCimmutable | STCshared | STCwild)