Lines Matching refs:expression

59 static int bytes_per_element(struct expression *expr)  in bytes_per_element()
74 static void save_constraint_required(struct expression *pointer, int op, struct expression *constra… in save_constraint_required()
97 static int handle_zero_size_arrays(struct expression *pointer, struct expression *size) in handle_zero_size_arrays()
99 struct expression *left, *right; in handle_zero_size_arrays()
133 struct expression *mult_left, *mult_right; in handle_zero_size_arrays()
163 static void match_alloc_helper(struct expression *pointer, struct expression *size, int recurse) in match_alloc_helper()
165 struct expression *size_orig, *tmp; in match_alloc_helper()
191 struct expression *mult_left, *mult_right; in match_alloc_helper()
214 static void match_alloc(const char *fn, struct expression *expr, void *_size_arg) in match_alloc()
217 struct expression *call, *arg; in match_alloc()
225 static void match_calloc(const char *fn, struct expression *expr, void *_start_arg) in match_calloc()
227 struct expression *pointer, *call, *size; in match_calloc()
228 struct expression *count = NULL; in match_calloc()
257 static void match_assign_size(struct expression *expr) in match_assign_size()
281 static void match_assign_has_buf_comparison(struct expression *expr) in match_assign_has_buf_comparison()
283 struct expression *size; in match_assign_has_buf_comparison()
298 static void match_assign_data(struct expression *expr) in match_assign_data()
300 struct expression *right, *arg, *tmp; in match_assign_data()
361 static void match_assign_ARRAY_SIZE(struct expression *expr) in match_assign_ARRAY_SIZE()
363 struct expression *array; in match_assign_ARRAY_SIZE()
396 static void match_assign_buf_comparison(struct expression *expr) in match_assign_buf_comparison()
398 struct expression *pointer; in match_assign_buf_comparison()
417 static int has_constraint(struct expression *expr, const char *constraint) in has_constraint()
431 static void match_assign_constraint(struct expression *expr) in match_assign_constraint()