Symbol: build_op
usr.bin/xlint/lint1/tree.c
1226
return build_op(ADDR, sys, expr_derive_ptr_type(tn->tn_type),
usr.bin/xlint/lint1/tree.c
1484
tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn);
usr.bin/xlint/lint1/tree.c
1489
ntn = build_op(nop, sys, ntn->tn_type->t_subt, ntn, NULL);
usr.bin/xlint/lint1/tree.c
1573
return build_op(op, sys, ln->tn_type, ln, cn);
usr.bin/xlint/lint1/tree.c
1659
tnode_t *prod = build_op(MULT, sys, rn->tn_type, rn, elsz);
usr.bin/xlint/lint1/tree.c
1663
return build_op(op, sys, ln->tn_type, ln, prod);
usr.bin/xlint/lint1/tree.c
1672
tnode_t *raw_diff = build_op(op, sys, ptrdiff, ln, rn);
usr.bin/xlint/lint1/tree.c
1679
return build_op(DIV, sys, ptrdiff, raw_diff, elsz);
usr.bin/xlint/lint1/tree.c
1682
return build_op(op, sys, ln->tn_type, ln, rn);
usr.bin/xlint/lint1/tree.c
1694
return build_op(op, sys, ln->tn_type, ln, rn);
usr.bin/xlint/lint1/tree.c
1784
return build_op(COLON, sys, tp, ln, rn);
usr.bin/xlint/lint1/tree.c
1862
rn = build_op(MULT, sys, rn->tn_type, rn, ctn);
usr.bin/xlint/lint1/tree.c
1908
return build_op(op, sys, ln->tn_type, ln, rn);
usr.bin/xlint/lint1/tree.c
1943
tnode_t *ntn = build_op(op, sys, gettyp(t), ln, NULL);
usr.bin/xlint/lint1/tree.c
2244
ntn = build_op(op, sys, ln->tn_type, ln, rn);
usr.bin/xlint/lint1/tree.c
2256
ntn = build_op(INDIR, sys, ln->tn_type->t_subt, ln, NULL);
usr.bin/xlint/lint1/tree.c
2290
ntn = build_op(op, sys, rn->tn_type, ln, rn);
usr.bin/xlint/lint1/tree.c
2314
ntn = build_op(op, sys, rettp, ln, rn);
usr.bin/xlint/lint1/tree.c
2553
tn = build_op(ADDR, tn->tn_sys,
usr.bin/xlint/lint1/tree.c
2564
tn = build_op(LOAD, tn->tn_sys, tp, tn, NULL);
usr.bin/xlint/lint1/tree.c
4594
tnode_t *ntn = build_op(CVT, sys, ntp, otn, NULL);