Searched refs:STCshared (Results 1 – 11 of 11) sorted by relevance
532 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 …]
66 #define STCshared 0x20000000LL // accessible from multiple threads macro71 #define STC_TYPECTOR (STCconst | STCimmutable | STCshared | STCwild)98 …STCmanifest | STCimmutable | STCshared | STCwild | STCnothrow | STCnogc | STCpure | STCref | STCtl…
634 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()
436 … 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()
423 if (stc & (STCgshared | STCshared | STCtls)) in newScope()424 scstc &= ~(STCgshared | STCshared | STCtls); in newScope()
1079 stc &= ~STCshared; in semanticTraits()1105 if (stc & STCshared) in semanticTraits()
3120 stc &= ~STCshared; in visit()3122 …if (stcToBuffer(buf, stc & (STCconst | STCimmutable | STCwild | STCshared | STCscope | STCscopeinf… in visit()3291 { STCshared, TOKshared, NULL }, in stcToChars()
1161 (ad->invs[i]->type->mod & MODshared ? STCshared : 0); in buildInv()
919 if ((stc & STCshared) && !t->isShared()) in addSTC()984 if (mod & MODshared) stc |= STCshared; in ModToStc()1163 if (stc & STCshared) in addStorageClass()
1297 if (stc & (STCshared | STCsynchronized)) in deduceFunctionTemplateMatch()
76 #define STCshared 0x200000000ULL /// accessible from multiple threads macro104 #define STC_TYPECTOR (STCconst | STCimmutable | STCshared | STCwild)