Searched refs:TOKdelegate (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | delegatize.c | 46 new FuncLiteralDeclaration(loc, loc, tf, TOKdelegate, NULL); in toDelegate() 199 fld->tok = TOKdelegate; in checkNestedRef()
|
| H A D | tokens.h | 131 TOKalias, TOKoverride, TOKdelegate, TOKfunction, enumerator
|
| H A D | ctfeexpr.c | 331 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 D | tokens.c | 254 { "delegate", TOKdelegate },
|
| H A D | parse.c | 3400 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 D | escape.c | 806 if (e->fd->tok == TOKdelegate) in escapeByValue() 1163 if (arg->op == TOKdelegate) in escapeByRef()
|
| H A D | expression.c | 1690 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 D | opover.c | 1678 if (aggr->op == TOKdelegate) in inferAggregate() 1727 { assert(tab->ty == Tdelegate && fes->aggr->op == TOKdelegate); in inferApplyArgTypes()
|
| H A D | initsem.c | 182 TOK tok = (t->ty == Tdelegate) ? TOKdelegate : TOKfunction; in visit()
|
| H A D | func.c | 505 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 D | expressionsem.c | 1613 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 D | statementsem.c | 1503 … FuncLiteralDeclaration *fld = new FuncLiteralDeclaration(loc, Loc(), tfld, TOKdelegate, fs); in visit() 1665 if (fs->aggr->op == TOKdelegate && in visit()
|
| H A D | dinterpret.c | 4683 else if (ecall->op == TOKdelegate) in visit() 6554 if (deleg->op == TOKdelegate) in interpret_aaApply() 6613 if (deleg->op == TOKdelegate) in foreachApplyUtf()
|