Lines Matching refs:expression

30 static int implied_err_cast_return(struct expression *call, void *unused, struct range_list **rl)  in implied_err_cast_return()
32 struct expression *arg; in implied_err_cast_return()
80 static void match_param_valid_ptr(const char *fn, struct expression *call_expr, in match_param_valid_ptr()
81 struct expression *assign_expr, void *_param) in match_param_valid_ptr()
84 struct expression *arg; in match_param_valid_ptr()
102 static void match_param_err_or_null(const char *fn, struct expression *call_expr, in match_param_err_or_null()
103 struct expression *assign_expr, void *_param) in match_param_err_or_null()
106 struct expression *arg; in match_param_err_or_null()
124 static void match_not_err(const char *fn, struct expression *call_expr, in match_not_err()
125 struct expression *assign_expr, void *unused) in match_not_err()
127 struct expression *arg; in match_not_err()
140 static void match_err(const char *fn, struct expression *call_expr, in match_err()
141 struct expression *assign_expr, void *unused) in match_err()
143 struct expression *arg; in match_err()
165 static void match_container_of_macro(const char *fn, struct expression *expr, void *unused) in match_container_of_macro()
170 static void match_container_of(struct expression *expr) in match_container_of()
172 struct expression *right = expr->right; in match_container_of()
205 static int match_next_bit(struct expression *call, void *unused, struct range_list **rl) in match_next_bit()
207 struct expression *start_arg; in match_next_bit()
208 struct expression *size_arg; in match_next_bit()
232 static int match_fls(struct expression *call, void *unused, struct range_list **rl) in match_fls()
234 struct expression *arg; in match_fls()
334 static struct expression *get_val_expr(struct expression *expr) in get_val_expr()
352 static void match__write_once_size(const char *fn, struct expression *call, in match__write_once_size()
355 struct expression *dest, *data, *assign; in match__write_once_size()
375 static void match__read_once_size(const char *fn, struct expression *call, in match__read_once_size()
378 struct expression *dest, *data, *assign; in match__read_once_size()
412 static void match_closure_call(const char *name, struct expression *call, in match_closure_call()
415 struct expression *cl, *fn, *fake_call; in match_closure_call()