Home
last modified time | relevance | path

Searched refs:TOKtype (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daliasthis.c34 Type *tthis = (e->op == TOKtype ? e->type : NULL); in resolveAliasThis()
H A Dtokens.h49 TOKtype, TOKthrow, enumerator
H A Dexpressionsem.c99 if (arg->op == TOKtype) in preFunctionParameters()
1845 if (ea->op == TOKtype) in visit()
2995 if (exp->e1->op == TOKtype && sd->ctor) in visit()
3036 if (exp->e1->op != TOKtype) in visit()
3065 else if (exp->e1->op == TOKtype && t1->isscalar()) in visit()
4037 if (e->e1->op == TOKtype) in visit()
4256 exp->e1->op == TOKtype || in visit()
4411 if (exp->e1->op == TOKtype && exp->e1->type->ty != Ttuple) in visit()
4605 else if (exp->e1->op == TOKtype) // slicing a type tuple in visit()
4799 if (exp->e1->op == TOKtype) in visit()
[all …]
H A Dmtype.c2383 case TOKtype: in resolveExp()
4226 if (e->op == TOKtype) in dotExp()
4478 if (e->op == TOKtype && in dotExp()
6646 case TOKtype: in semantic()
6670 case TOKtype: in semantic()
7369 if (exp->op == TOKtype || in resolve()
7911 Expression *ev = e->op == TOKtype ? NULL : e; in dotExp()
8004 if (e->op == TOKtype) in dotExp()
8024 if (e->op == TOKtype) in dotExp()
8041 if (e->op == TOKtype) in dotExp()
[all …]
H A Dtokens.c426 Token::tochars[TOKtype] = "type"; in TokenInitializer()
H A Dopover.c432 ae->e1->op == TOKtype) in op_overload()
477 if (maybeSlice && ae->e1->op == TOKtype) in op_overload()
1647 if (fes->aggr->op != TOKtype) in inferAggregate()
H A Ddsymbol.c1551 else if (e->op == TOKtype) in search()
1673 if (ce->op == TOKtype) in search()
H A Dexpression.c442 e1->op != TOKtype) // function type is not a property
1002 if (arg->op == TOKtype) in expandTuples()
1138 if (e->op == TOKtype) in arrayExpressionToCommonType()
2209 if (e->op == TOKtype) in toLvalue()
4166 : Expression(loc, TOKtype, sizeof(TypeExp)) in TypeExp()
4953 if (e1->op == TOKtype) in incompatibleTypes()
5146 if (e1->op == TOKtype || e2->op == TOKtype) in incompatibleTypes()
H A Dstatementsem.c559 else if (e->op == TOKtype) in declareVariable()
798 else if (fs->aggr->op == TOKtype) // type tuple in makeTupleForeach()
863 fs->aggr->op != TOKtype && !fs->aggr->isLvalue()) in visit()
2760 if (rs->exp->op == TOKtype) in visit()
3317 else if (ws->exp->op == TOKtype) in visit()
H A Dinitsem.c390 if (i->exp->op == TOKtype) in visit()
H A Ddinterpret.c533 if (s->exp->op == TOKscope || s->exp->op == TOKtype) in visit()
652 case TOKtype: in ctfeInterpret()
694 if (e->op == TOKerror || e->op == TOKtype) in ctfeInterpretForPragmaMsg()
1781 if (s->exp->op == TOKscope || s->exp->op == TOKtype) in visit()
H A Ddtemplate.c226 e->op == TOKtype || e->op == TOKdottype || in definitelyValueParameter()
2012 if (ea && ea->op == TOKtype) in declareParameter()
6886 if (ea->op == TOKtype) in semanticTiargs()
H A Dhdrgen.c2848 if (e->e1->op == TOKtype) in visit()
H A Dparse.c8004 precedence[TOKtype] = PREC_expr; in PrecedenceInitializer()