Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_modification_hooks.c141 static void call_modification_hooks(struct expression *expr, struct expression *mod_expr, int late) in call_modification_hooks() function
191 call_modification_hooks(expr->left, expr, late); in match_assign()
199 call_modification_hooks(expr->unop, expr, late); in unop_expr()
213 call_modification_hooks(tmp->unop, expr, BOTH); in match_call()
215 call_modification_hooks(deref_expression(tmp), expr, BOTH); in match_call()
226 call_modification_hooks(expr->expr, NULL, late); in asm_expr()