Searched refs:add_unop (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | linearize.c | 1166 static pseudo_t add_unop(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t src) in add_unop() function 1180 pseudo_t new = add_unop(ep, to, op, src); in add_cast() 1211 return add_unop(ep, ctype, OP_NOT, pre); in linearize_regular_preop() 1213 return add_unop(ep, ctype, opcode_float(OP_NEG, ctype), pre); in linearize_regular_preop()
|