Lines Matching refs:INDIR
651 if (op == INDIR || op == FSEL) {
1083 if (tn->tn_op == INDIR &&
1347 op_t nop = rn->tn_type->t_bitfield ? FSEL : INDIR;
2092 case INDIR:
2093 ntn = build_op(INDIR, sys, ln->tn_type->t_subt, ln, NULL);
3303 case INDIR:
4456 && n->u.ops.left->tn_op == INDIR
4790 check_array_index(const tnode_t *indir, bool taking_address)
4794 if (indir->tn_op == INDIR
4795 && (plus = indir->u.ops.left, plus->tn_op == PLUS)