Searched refs:TOKfunction (Results 1 – 14 of 14) sorted by relevance
131 TOKalias, TOKoverride, TOKdelegate, TOKfunction, enumerator
331 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()
255 { "function", TOKfunction },
3401 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 …]
162 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()
507 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()
1682 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()
367 if (e->op == TOKfunction) in aliasSemantic()1514 else if (ex->op == TOKfunction) in semantic()
182 TOK tok = (t->ty == Tdelegate) ? TOKdelegate : TOKfunction; in visit()
1638 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()
4693 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()
2405 case TOKfunction: in resolveExp()5677 if (e->op == TOKfunction) // see Bugzilla 4820 in semantic()6615 case TOKfunction: in semantic()
533 else if (e->op == TOKfunction) in declareVariable()
2141 e->fd->tok = TOKfunction; in visit()2232 fld->tok = TOKfunction; in visit()