Searched refs:alloc_state_expr (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_assigned_expr.c | 89 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 D | smatch_buf_comparison.c | 202 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 D | smatch_constraints_required.c | 86 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 D | smatch_helper.c | 106 struct smatch_state *alloc_state_expr(struct expression *expr) in alloc_state_expr() function
|
H A D | smatch.h | 389 struct smatch_state *alloc_state_expr(struct expression *expr);
|