Home
last modified time | relevance | path

Searched refs:TOKfunction (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h131 TOKalias, TOKoverride, TOKdelegate, TOKfunction, enumerator
H A Dctfeexpr.c331 if (e->op == TOKfunction || e->op == TOKdelegate || in copyLiteral()
1024 e->op == TOKfunction || in isCtfeComparable()
1178 if (e->op == TOKfunction) in funcptrOf()
1242 if (e1->op == TOKfunction && e2->op == TOKfunction) in ctfeRawCmp()
1887 if (newval->op == TOKfunction) in isCtfeValueValid()
H A Dtokens.c255 { "function", TOKfunction },
H A Dparse.c3401 case TOKfunction: in parseBasicType2()
3416 if (save == TOKfunction) in parseBasicType2()
3782 if (token.value == TOKfunction || in parseDeclarations()
4169 case TOKfunction: in parseFunctionLiteral()
4202 if (save == TOKfunction) in parseFunctionLiteral()
4977 case TOKfunction: in parseStatement()
6237 case TOKfunction: in isDeclarator()
7046 token.value == TOKfunction || in parsePrimaryExp()
7184 case TOKfunction: in parsePrimaryExp()
7491 case TOKfunction: in parseUnaryExp()
[all …]
H A Ddtemplate.c162 else if (ea->op == TOKfunction) in getDsymbol()
228 e->op == TOKfunction || e->op == TOKerror || in definitelyValueParameter()
469 case TOKfunction: in expressionHash()
1570 … if (!(fparam->storageClass & STClazy) && argtype->ty == Tvoid && farg->op != TOKfunction) in deduceFunctionTemplateMatch()
2018 else if (ea && ea->op == TOKfunction) in declareParameter()
4481 if (ex->op != TOKfunction) in deduceType()
6896 if (ea->op == TOKfunction) in semanticTiargs()
6906 fe->fd->tok = TOKfunction; in semanticTiargs()
7375 if (ea->op == TOKfunction) in hasNestedArgs()
7601 if (ea->op == TOKfunction) in genIdent()
H A Dfunc.c507 fld->tok = TOKfunction; in semantic()
1506 fld->tok = TOKfunction; in semantic3()
1510 if (fld->tok != TOKfunction) in semantic3()
4318 fld->tok = TOKfunction; in checkNestedReference()
4724 return (tok != TOKfunction) && !isThis(); in isNested()
4799 return (tok != TOKfunction) ? "delegate" : "function"; in kind()
H A Dexpression.c1682 if (a->op == TOKfunction) in functionParameters()
4556 : Expression(loc, TOKfunction, sizeof(FuncExp)) in FuncExp()
4576 if (((Expression *)o)->op == TOKfunction) in equals()
4645 if (tok == TOKfunction) in matchType()
4722 if (ex->op != TOKfunction) in matchType()
4770 assert(tok == TOKfunction || in matchType()
H A Ddeclaration.c367 if (e->op == TOKfunction) in aliasSemantic()
1514 else if (ex->op == TOKfunction) in semantic()
H A Dinitsem.c182 TOK tok = (t->ty == Tdelegate) ? TOKdelegate : TOKfunction; in visit()
H A Dexpressionsem.c1638 exp->fd->tok = TOKfunction; in visit()
2028 case TOKfunction: in visit()
2766 if (exp->e1->op == TOKfunction) in visit()
3353 if (exp->e1->op == TOKfunction) in visit()
4255 (exp->e1->op == TOKfunction && exp->to->ty == Tvoid) || in visit()
H A Ddinterpret.c4693 else if (ecall->op == TOKfunction) in visit()
5955 if (result->op == TOKfunction) in visit()
6559 else if (deleg->op == TOKfunction) in interpret_aaApply()
6618 else if (deleg->op == TOKfunction) in foreachApplyUtf()
H A Dmtype.c2405 case TOKfunction: in resolveExp()
5677 if (e->op == TOKfunction) // see Bugzilla 4820 in semantic()
6615 case TOKfunction: in semantic()
H A Dstatementsem.c533 else if (e->op == TOKfunction) in declareVariable()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc2141 e->fd->tok = TOKfunction; in visit()
2232 fld->tok = TOKfunction; in visit()