Searched refs:unop_expr (Results 1 – 5 of 5) sorted by relevance
194 static void unop_expr(struct expression *expr, int late) in unop_expr() function237 unop_expr(expr, EARLY); in unop_expr_early()252 unop_expr(expr, LATE); in unop_expr_late()
277 static void unop_expr(struct expression *expr) in unop_expr() function308 add_hook(&unop_expr, OP_HOOK); in check_implicit_dependencies()
492 static void unop_expr(struct expression *expr) in unop_expr() function579 add_hook(&unop_expr, OP_HOOK); in register_struct_assignment()
558 static void unop_expr(struct expression *expr) in unop_expr() function674 add_hook(&unop_expr, OP_HOOK); in register_type_val()
598 struct expression *unop_expr; in get_countdown_info() local615 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() function2947 add_hook(&unop_expr, OP_HOOK); in register_smatch_extra_late()