Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_container_of.c35 static void match_non_null(const char *fn, struct expression *expr, void *unused) in match_non_null() function
64 add_macro_assign_hook("container_of", &match_non_null, NULL); in check_container_of()
65 add_macro_assign_hook("list_first_entry", &match_non_null, NULL); in check_container_of()
66 add_function_assign_hook("nla_data", &match_non_null, NULL); in check_container_of()