Lines Matching refs:farg
2882 if (op == RETURN || op == INIT || op == FARG)
2960 case FARG:
3077 case FARG:
3115 case FARG:
3137 if (op == FARG)
3159 case FARG:
3170 * Checks type compatibility for ASSIGN, INIT, FARG and RETURN
3336 case FARG:
3406 case FARG:
3450 case FARG:
3533 promote_c90(const tnode_t *tn, tspec_t t, bool farg)
3556 if (farg && t == FLOAT)
3569 promote(op_t op, bool farg, tnode_t *tn)
3577 tspec_t nt = allow_c90 ? promote_c90(tn, ot, farg) : promote_trad(ot);
3599 if (op == FARG)
3758 if (op == FARG)
3775 if (op == FARG)
3945 * FARG 'arg' is the number of the parameter (used for warnings)
3955 if (allow_trad && allow_c90 && op == FARG)
4051 if (op == FARG)
4141 else if (op == FARG)
4182 else if (op == FARG)
4203 else if (op == FARG)
4564 if (typeok(FARG, call, arg, ln, tn)) {
4568 tn = convert(FARG, arg, tp, tn);