Searched refs:store_alloc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_buf_size.c | 635 static void store_alloc(struct expression *expr, struct range_list *rl) in store_alloc() function 717 store_alloc(left, rl); in match_array_assignment() 731 store_alloc(expr->left, rl); in match_alloc() 746 store_alloc(expr->left, rl); in match_calloc() 748 store_alloc(expr->left, size_to_rl(UNKNOWN_SIZE)); in match_calloc() 758 store_alloc(expr->left, alloc_rl(page_size, page_size)); in match_page() 771 store_alloc(expr->left, size_to_rl(size.value)); in match_strndup() 773 store_alloc(expr->left, size_to_rl(UNKNOWN_SIZE)); in match_strndup() 796 store_alloc(expr->left, alloc_rl(sval, sval)); in match_alloc_pages()
|