Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_modification_hooks.c194 static void unop_expr(struct expression *expr, int late) in unop_expr() function
237 unop_expr(expr, EARLY); in unop_expr_early()
252 unop_expr(expr, LATE); in unop_expr_late()
H A Dcheck_implicit_dependencies.c277 static void unop_expr(struct expression *expr) in unop_expr() function
308 add_hook(&unop_expr, OP_HOOK); in check_implicit_dependencies()
H A Dsmatch_struct_assignment.c492 static void unop_expr(struct expression *expr) in unop_expr() function
579 add_hook(&unop_expr, OP_HOOK); in register_struct_assignment()
H A Dsmatch_type_val.c558 static void unop_expr(struct expression *expr) in unop_expr() function
674 add_hook(&unop_expr, OP_HOOK); in register_type_val()
H A Dsmatch_extra.c598 struct expression *unop_expr; in get_countdown_info() local
615 unop_expr = condition->left; in get_countdown_info()
616 if (unop_expr->type != EXPR_PREOP && unop_expr->type != EXPR_POSTOP) in get_countdown_info()
618 if (unop_expr->op != SPECIAL_DECREMENT) in get_countdown_info()
621 *unop = unop_expr; in get_countdown_info()
1291 static void unop_expr(struct expression *expr) in unop_expr() function
2947 add_hook(&unop_expr, OP_HOOK); in register_smatch_extra_late()