Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_assigned_expr.c89 set_state(my_id, left_name, left_sym, alloc_state_expr(strip_expr(expr->right))); in match_assignment()
133 set_state(my_id, name, sym, alloc_state_expr(right)); in record_param_assignment()
H A Dsmatch_buf_comparison.c202 set_state_expr(link_id, size, alloc_state_expr(pointer)); in match_alloc_helper()
241 set_state_expr(link_id, arg, alloc_state_expr(pointer)); in match_calloc()
635 set_state_expr(link_id, size_expr, alloc_state_expr(array_expr)); in set_param_compare()
658 set_state_expr(link_id, size_expr, alloc_state_expr(array_expr)); in set_implied()
720 set_state_expr(link_id, offset->unop, alloc_state_expr(array)); in set_used()
758 set_state_expr(link_id, expr->left, alloc_state_expr(array)); in match_assign_size()
H A Dsmatch_constraints_required.c86 set_state_expr(my_id, constraint, alloc_state_expr(pointer)); in save_constraint_required()
152 set_state_expr(my_id, size, alloc_state_expr( in handle_zero_size_arrays()
H A Dsmatch_helper.c106 struct smatch_state *alloc_state_expr(struct expression *expr) in alloc_state_expr() function
H A Dsmatch.h389 struct smatch_state *alloc_state_expr(struct expression *expr);