Home
last modified time | relevance | path

Searched refs:_size_arg (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_struct_type.c22 static void match_assign(const char *fn, struct expression *expr, void *_size_arg) in match_assign() argument
24 int size_arg = PTR_INT(_size_arg); in match_assign()
H A Dsmatch_fresh_alloc.c193 static void match_alloc(const char *fn, struct expression *expr, void *_size_arg) in match_alloc() argument
H A Dsmatch_constraints_required.c214 static void match_alloc(const char *fn, struct expression *expr, void *_size_arg) in match_alloc() argument
216 int size_arg = PTR_INT(_size_arg); in match_alloc()
H A Dsmatch_param_cleared.c136 static void match_usb_control_msg(const char *fn, struct expression *expr, void *_size_arg) in match_usb_control_msg() argument
H A Dsmatch_parse_call_math.c470 static void match_alloc(const char *fn, struct expression *expr, void *_size_arg) in match_alloc() argument
472 int size_arg = PTR_INT(_size_arg); in match_alloc()
H A Dsmatch_buf_comparison.c205 static void match_alloc(const char *fn, struct expression *expr, void *_size_arg) in match_alloc() argument
207 int size_arg = PTR_INT(_size_arg); in match_alloc()
H A Dsmatch_buf_size.c720 static void match_alloc(const char *fn, struct expression *expr, void *_size_arg) in match_alloc() argument
722 int size_arg = PTR_INT(_size_arg); in match_alloc()
H A Dsmatch_struct_assignment.c431 static void match_memset(const char *fn, struct expression *expr, void *_size_arg) in match_memset() argument