Searched refs:add_cmp_op (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.c | 1068 static pseudo_t add_cmp_op(struct entrypoint *ep, struct symbol *ctype, int op, struct symbol *ityp… in add_cmp_op() function 1212 return add_cmp_op(ep, ctype, OP_SET_EQ, expr->unop->ctype, pre, zero); in linearize_regular_preop() 1439 return add_cmp_op(ep, &bool_ctype, op, type, src, zero); in add_convert_to_bool() 1772 pseudo_t dst = add_cmp_op(ep, expr->ctype, op, itype, src1, src2); in linearize_compare()
|