Searched refs:add_unop (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.c | 1170 static pseudo_t add_unop(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t src) in add_unop() function 1184 pseudo_t new = add_unop(ep, to, op, src); in add_cast() 1215 return add_unop(ep, ctype, OP_NOT, pre); in linearize_regular_preop() 1217 return add_unop(ep, ctype, opcode_float(OP_NEG, ctype), pre); in linearize_regular_preop()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 664 * rename add_uniop() to add_unop()
|