Searched refs:STCstatic (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddelegatize.c203 if (ad->storage_class & STCstatic)
H A Ddeclaration.c911 bool needctfe = (storage_class & (STCmanifest | STCstatic)) != 0;
1207 StorageClass stc = storage_class & (STCstatic | STCextern | STCmanifest | STCtls | STCgshared);
1224 if (storage_class & (STCstatic | STCextern | STCmanifest | STCtemplateparameter | STCtls | STCgshared | STCctfe))
1286 if (storage_class & (STCstatic | STCextern | STCtls | STCgshared | STCmanifest | STCfield) ||
1334 if (storage_class & (STCfield | STCout | STCref | STCstatic | STCmanifest | STCtls | STCgshared) || !fd)
1355 !(storage_class & (STCstatic | STCextern | STCtls | STCgshared | STCmanifest | STCfield | STCparameter)) &&
1376 if (!_init && !sc->inunion && !(storage_class & (STCstatic | STCgshared | STCextern)) && fd &&
1444 !(storage_class & (STCmanifest | STCstatic | STCtls | STCgshared | STCextern)) &&
1611 if (sc->func && storage_class & (STCstatic | STCgshared))
1735 assert(!(storage_class & (STCstatic | STCexter
[all...]
H A Dattrib.c417 if (stc & (STCauto | STCscope | STCstatic | STCextern | STCmanifest))
418 scstc &= ~(STCauto | STCscope | STCstatic | STCextern | STCmanifest);
419 if (stc & (STCauto | STCscope | STCstatic | STCtls | STCmanifest | STCgshared))
420 scstc &= ~(STCauto | STCscope | STCstatic | STCtls | STCmanifest | STCgshared);
766 sc->stc &= ~(STCauto | STCscope | STCstatic | STCtls | STCgshared);
H A Dparse.c495 stc = STCstatic;
1578 if (stc & STCstatic)
1611 if (stc & STCstatic)
1614 else if (StorageClass ss = stc & (STCshared | STCstatic)) // this()
1616 if (ss == STCstatic)
1618 else if (ss == (STCshared | STCstatic))
1667 if (StorageClass ss = stc & (STCshared | STCstatic))
1669 if (ss == STCstatic)
1671 else if (ss == (STCshared | STCstatic))
1708 else if (stc & STCstatic)
[all...]
H A Dfunc.c605 if (ad && ad->isClassDeclaration() && (tf->isreturn || sc->stc & STCreturn) && !(sc->stc & STCstatic))
1465 sc2->stc &= ~(STCauto | STCscope | STCstatic | STCextern | STCabstract |
4107 return ((f->storage_class & STCstatic) == 0) &&
4123 AggregateDeclaration *ad = (storage_class & STCstatic) ? NULL : isMember2();
4257 fd = new FuncDeclaration(Loc(), Loc(), id, STCstatic, tf);
4852 sc->stc &= ~STCstatic; // not a static constructor
4979 sc->stc &= ~STCstatic; // not static
5055 sc->stc &= ~STCstatic; // not a static destructor
5099 Identifier::generateId("_staticCtor"), STCstatic | stc, NULL)
5105 Identifier::generateId(name), STCstatic | st
[all...]
H A Ddeclaration.h38 #define STCstatic 1LL macro
95 const StorageClass STCStorageClass = (STCauto | STCscope | STCstatic | STCextern | STCconst | STCfinal |
136 bool isStatic() { return (storage_class & STCstatic) != 0; }
H A Dclone.c540 FuncDeclaration *fop = new FuncDeclaration(declLoc, Loc(), id, STCstatic, tf);
625 FuncDeclaration *fop = new FuncDeclaration(declLoc, Loc(), id, STCstatic, tf);
746 FuncDeclaration *fop = new FuncDeclaration(declLoc, Loc(), id, STCstatic, tf);
H A Ddsymbol.c1617 v->storage_class |= STCtemp | STCstatic | STCconst;
1629 v->storage_class |= STCtemp | STCstatic | STCconst;
1699 v->storage_class |= STCtemp | STCstatic | STCconst;
H A Ddimport.c337 stcToBuffer(ob, STCstatic);
H A Ddstruct.c373 if (v->storage_class & (STCstatic | STCextern | STCtls | STCgshared | STCmanifest | STCctfe | STCtemplateparameter))
879 if (storage_class & STCstatic)
H A Dcond.c198 sdecl->storage_class |= STCstatic;
H A Doptimize.c952 if (v && (v->storage_class & STCstatic) && (v->storage_class & STCimmutable) && v->_init)
1033 lengthVar->storage_class |= STCstatic | STCconst;
H A Dhdrgen.c2064 if (stcToBuffer(buf, d->storage_class & ~STCstatic))
2082 if (stcToBuffer(buf, d->storage_class & ~STCstatic))
2112 if (stcToBuffer(buf, d->storage_class & ~STCstatic))
2121 if (stcToBuffer(buf, d->storage_class & ~STCstatic))
3277 { STCstatic, TOKstatic, NULL },
H A Ddclass.c701 if (storage_class & STCstatic)
1327 if (fd->storage_class & STCstatic)
H A Ddtemplate.c596 isstatic = toParent()->isModule() || (_scope->stc & STCstatic);
818 fd->storage_class |= STCstatic;
1257 if (toParent()->isModule() || (_scope->stc & STCstatic))
H A Dexpression.c3344 (td->_scope->stc & STCstatic) == 0)
4843 return !(vd->storage_class & (STCmanifest | STCstatic));
H A Dexpressionsem.c819 if (ve && ve->var && exp->parens && !ve->var->isStatic() && !(sc->stc & STCstatic) &&
879 (td->_scope->stc & STCstatic) == 0)
H A Dstatementsem.c3253 tmp->storage_class |= STCtemp | STCgshared | STCstatic;
H A Dmtype.c5558 if (fparam->storageClass & (STCauto | STCalias | STCstatic))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h36 #define STCstatic 1ULL /// `static` macro
129 bool isStatic() const { return (storage_class & STCstatic) != 0; }

Completed in 600 milliseconds