Home
last modified time | relevance | path

Searched refs:TOKscope (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h144 TOKscope, enumerator
H A Dsideeffect.c299 case TOKscope: in discardValue()
H A Dtokens.c278 { "scope", TOKscope },
H A Dparse.c544 case TOKscope: stc = STCscope; goto Lstc; in parseDeclDefs()
1099 case TOKscope: stc = STCscope; break; in parsePostfix()
2024 case TOKscope: stc = STCscope; goto L2; in parseParameters()
3643 case TOKscope: stc = STCscope; goto L1; in parseStorageClasses()
5370 case TOKscope: in parseStatement()
6307 case TOKscope: in isDeclarator()
6381 case TOKscope: in isParameters()
6592 case TOKscope: in skipAttributes()
8012 precedence[TOKscope] = PREC_primary; in PrecedenceInitializer()
H A Dinitsem.c640 if (init->exp->op == TOKscope) in visit()
H A Ddsymbol.c1547 if (e->op == TOKscope) in search()
H A Dexpressionsem.c2793 if (exp->e1->op == TOKscope) in visit()
3639 else if (exp->e1->op == TOKscope) in visit()
7522 if (e2x->op == TOKtype || e2x->op == TOKscope) in visit()
7600 if (e2x->op == TOKtype || e2x->op == TOKscope) in visit()
8249 case TOKscope: in semanticX()
8391 if (eright->op == TOKscope) // also used for template alias's in semanticY()
H A Dexpression.c345 else if (e1->op == TOKscope)
590 else if (e1->op == TOKscope) in resolvePropertiesOnly()
4200 : Expression(loc, TOKscope, sizeof(ScopeExp)) in ScopeExp()
5453 case TOKscope: s = ((ScopeExp *)e)->sds; break; in findTempDecl()
H A Ddtemplate.c225 if (e->op == TOKtuple || e->op == TOKscope || in definitelyValueParameter()
2014 else if (ea && ea->op == TOKscope) in declareParameter()
5290 else if (ea && ea->op == TOKscope) in matchArg()
6891 if (ea->op == TOKscope) in semanticTiargs()
H A Dstatementsem.c531 else if (e->op == TOKscope) in declareVariable()
3311 if (ws->exp->op == TOKscope) in visit()
H A Ddinterpret.c533 if (s->exp->op == TOKscope || s->exp->op == TOKtype) in visit()
655 case TOKscope: // ditto in ctfeInterpret()
1781 if (s->exp->op == TOKscope || s->exp->op == TOKtype) in visit()
H A Dhdrgen.c3276 { STCscope, TOKscope, NULL }, in stcToChars()
H A Dmtype.c6633 case TOKscope: in semantic()
7370 exp->op == TOKscope) in resolve()