HomeSort by: relevance | last modified time | path
    Searched refs:INDIR (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
op.h 75 INDIR,
tree.c 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
    [all...]
cgram.y 642 $$ = build_unary(INDIR, $3, build_binary($1, PLUS, $3, $4));
779 $$ = build_unary(INDIR, $2, $3);

Completed in 18 milliseconds