Home
last modified time | relevance | path

Searched refs:postop (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dshow-parse.c908 static int show_inc_dec(struct expression *expr, int postop) in show_inc_dec() argument
917 if (postop) in show_inc_dec()
H A Dcompile-i386.c1507 static struct storage *emit_inc_dec(struct expression *expr, int postop) in emit_inc_dec() argument
1516 if (postop) { in emit_inc_dec()
H A Dlinearize.c1142 static pseudo_t linearize_inc_dec(struct entrypoint *ep, struct expression *expr, int postop) in linearize_inc_dec() argument
1163 return postop ? old : new; in linearize_inc_dec()