Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_constraints_required.c163 static void match_alloc_helper(struct expression *pointer, struct expression *size, int recurse) in match_alloc_helper() function
182 match_alloc_helper(pointer, size, 0); in match_alloc_helper()
222 match_alloc_helper(expr->left, arg, 1); in match_alloc()
295 match_alloc_helper(expr->left, size, 1); in match_assign_has_buf_comparison()
354 match_alloc_helper(expr->left, arg, 1); in match_assign_data()
358 match_alloc_helper(expr->left, arg, 1); in match_assign_data()
406 match_alloc_helper(pointer, expr->right, 1); in match_assign_buf_comparison()
H A Dsmatch_buf_comparison.c153 static void match_alloc_helper(struct expression *pointer, struct expression *size) in match_alloc_helper() function
213 match_alloc_helper(pointer, arg); in match_alloc()