Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_macro_side_effects.c94 static void match_unop(struct expression *raw_expr) in match_unop() argument
99 if (raw_expr->op != SPECIAL_INCREMENT && raw_expr->op != SPECIAL_DECREMENT) in match_unop()
102 macro = get_macro_name(raw_expr->pos); in match_unop()
106 expr = strip_expr(raw_expr->unop); in match_unop()
123 name = expr_to_str(raw_expr); in match_unop()