Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_rosenberg.c128 static void match_clear(const char *fn, struct expression *expr, void *_arg_no) in match_clear() function
292 match_clear(NULL, expr, INT_PTR(param)); in db_param_cleared()
361 add_function_hook(func, &match_clear, INT_PTR(arg)); in register_clears_argument()
399 add_function_hook("memset", &match_clear, INT_PTR(0)); in check_rosenberg()
400 add_function_hook("memcpy", &match_clear, INT_PTR(0)); in check_rosenberg()
401 add_function_hook("memzero", &match_clear, INT_PTR(0)); in check_rosenberg()
402 add_function_hook("__memset", &match_clear, INT_PTR(0)); in check_rosenberg()
403 add_function_hook("__memcpy", &match_clear, INT_PTR(0)); in check_rosenberg()
404 add_function_hook("__memzero", &match_clear, INT_PTR(0)); in check_rosenberg()
405 add_function_hook("__builtin_memset", &match_clear, INT_PTR(0)); in check_rosenberg()
[all …]