Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddelegatize.c46 new FuncLiteralDeclaration(loc, loc, tf, TOKdelegate, NULL); in toDelegate()
199 fld->tok = TOKdelegate; in checkNestedRef()
H A Dtokens.h131 TOKalias, TOKoverride, TOKdelegate, TOKfunction, enumerator
H A Dctfeexpr.c331 if (e->op == TOKfunction || e->op == TOKdelegate || in copyLiteral()
1025 e->op == TOKdelegate || in isCtfeComparable()
1176 if (e->op == TOKdelegate) in funcptrOf()
1244 assert(e1->op == TOKdelegate && e2->op == TOKdelegate); in ctfeRawCmp()
1889 if (newval->op == TOKdelegate) in isCtfeValueValid()
H A Dtokens.c254 { "delegate", TOKdelegate },
H A Dparse.c3400 case TOKdelegate: in parseBasicType2()
3422 if (save == TOKdelegate) in parseBasicType2()
3783 token.value == TOKdelegate || in parseDeclarations()
4170 case TOKdelegate: in parseFunctionLiteral()
4209 save = TOKdelegate; in parseFunctionLiteral()
4976 case TOKdelegate: in parseStatement()
6236 case TOKdelegate: in isDeclarator()
7047 token.value == TOKdelegate || in parsePrimaryExp()
7185 case TOKdelegate: in parsePrimaryExp()
7492 case TOKdelegate: in parseUnaryExp()
[all …]
H A Descape.c806 if (e->fd->tok == TOKdelegate) in escapeByValue()
1163 if (arg->op == TOKdelegate) in escapeByRef()
H A Dexpression.c1690 else if (a->op == TOKdelegate) in functionParameters()
4591 else if (fd->tok == TOKdelegate) s = "__dgliteral"; in genIdent()
4655 if (tok == TOKdelegate) in matchType()
4760 if (tok == TOKdelegate || in matchType()
5464 : UnaExp(loc, TOKdelegate, sizeof(DelegateExp), e) in DelegateExp()
5629 if (e->op == TOKdelegate)
H A Dopover.c1678 if (aggr->op == TOKdelegate) in inferAggregate()
1727 { assert(tab->ty == Tdelegate && fes->aggr->op == TOKdelegate); in inferApplyArgTypes()
H A Dinitsem.c182 TOK tok = (t->ty == Tdelegate) ? TOKdelegate : TOKfunction; in visit()
H A Dfunc.c505 fld->tok = TOKdelegate; in semantic()
1503 if (fld->tok == TOKdelegate) in semantic3()
1511 fld->tok = TOKdelegate; in semantic3()
4730 return tok == TOKdelegate ? FuncDeclaration::isThis() : NULL; in isThis()
H A Dexpressionsem.c1613 if ((exp->fd->isNested() && exp->fd->tok == TOKdelegate) || in visit()
1619 exp->fd->tok = TOKdelegate; in visit()
2022 case TOKdelegate: in visit()
2758 if (exp->e1->op == TOKdelegate) in visit()
H A Dstatementsem.c1503 … FuncLiteralDeclaration *fld = new FuncLiteralDeclaration(loc, Loc(), tfld, TOKdelegate, fs); in visit()
1665 if (fs->aggr->op == TOKdelegate && in visit()
H A Ddinterpret.c4683 else if (ecall->op == TOKdelegate) in visit()
6554 if (deleg->op == TOKdelegate) in interpret_aaApply()
6613 if (deleg->op == TOKdelegate) in foreachApplyUtf()