Home
last modified time | relevance | path

Searched refs:add_unop (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c1170 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/
Dv0.6.0.rst664 * rename add_uniop() to add_unop()