Searched refs:TOKcall (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | sideeffect.c | 48 if (e->op == TOKcall) in isTrivialExp() 179 case TOKcall: in lambdaHasSideEffect() 207 if (ce->to->ty == Tclass && ce->e1->op == TOKcall && ce->e1->type->ty == Tclass) in lambdaHasSideEffect() 257 case TOKcall: in discardValue()
|
| H A D | tokens.h | 47 TOKarray, TOKcall, enumerator
|
| H A D | tokens.c | 443 Token::tochars[TOKcall] = "call"; in TokenInitializer()
|
| H A D | arrayop.c | 131 if (e->op == TOKcall) in isArrayOpValid()
|
| H A D | expression.c | 462 else if (e1->op == TOKcall) 505 if (e->op == TOKcall) in checkPropertyCall() 1241 if (e->op == TOKcall) in valueNoDtor() 5482 : UnaExp(loc, TOKcall, sizeof(CallExp), e) in CallExp() 5490 : UnaExp(loc, TOKcall, sizeof(CallExp), e) in CallExp() 5498 : UnaExp(loc, TOKcall, sizeof(CallExp), e) in CallExp() 5512 : UnaExp(loc, TOKcall, sizeof(CallExp), e) in CallExp()
|
| H A D | opover.c | 996 if (result->op == TOKcall && e->op == TOKnotequal) in op_overload()
|
| H A D | expressionsem.c | 3814 else if (exp->e1->op == TOKcall) in visit() 5570 CallExp *ce = (e2y->op == TOKcall) ? (CallExp *)e2y : NULL; in visit() 7720 if (e->op == TOKcall) in visit()
|
| H A D | statementsem.c | 2776 if (rs->exp->op == TOKcall) in visit()
|
| H A D | parse.c | 8062 precedence[TOKcall] = PREC_primary; in PrecedenceInitializer()
|
| H A D | mtype.c | 3786 if (ident == Id::ptr && e->op == TOKcall) in dotExp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-attribs.cc | 268 if (attr->op == TOKcall) in build_attributes()
|