Searched refs:TOKtype (Results 1 – 14 of 14) sorted by relevance
34 Type *tthis = (e->op == TOKtype ? e->type : NULL); in resolveAliasThis()
49 TOKtype, TOKthrow, enumerator
99 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 …]
2383 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 …]
426 Token::tochars[TOKtype] = "type"; in TokenInitializer()
432 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()
1551 else if (e->op == TOKtype) in search()1673 if (ce->op == TOKtype) in search()
442 e1->op != TOKtype) // function type is not a property1002 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()
559 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()
390 if (i->exp->op == TOKtype) in visit()
533 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()
226 e->op == TOKtype || e->op == TOKdottype || in definitelyValueParameter()2012 if (ea && ea->op == TOKtype) in declareParameter()6886 if (ea->op == TOKtype) in semanticTiargs()
2848 if (e->e1->op == TOKtype) in visit()
8004 precedence[TOKtype] = PREC_expr; in PrecedenceInitializer()