Home
last modified time | relevance | path

Searched refs:TOKcall (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dsideeffect.c48 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 Dtokens.h47 TOKarray, TOKcall, enumerator
H A Dtokens.c443 Token::tochars[TOKcall] = "call"; in TokenInitializer()
H A Darrayop.c131 if (e->op == TOKcall) in isArrayOpValid()
H A Dexpression.c462 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 Dopover.c996 if (result->op == TOKcall && e->op == TOKnotequal) in op_overload()
H A Dexpressionsem.c3814 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 Dstatementsem.c2776 if (rs->exp->op == TOKcall) in visit()
H A Dparse.c8062 precedence[TOKcall] = PREC_primary; in PrecedenceInitializer()
H A Dmtype.c3786 if (ident == Id::ptr && e->op == TOKcall) in dotExp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-attribs.cc268 if (attr->op == TOKcall) in build_attributes()