Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_atomic_inc_dec.c206 static void match_atomic_inc(const char *fn, struct expression *expr, void *_unused) in match_atomic_inc() function
440 add_function_hook("atomic_inc_return", &match_atomic_inc, NULL); in check_atomic_inc_dec()
452 add_function_hook("atomic_long_inc", &match_atomic_inc, NULL); in check_atomic_inc_dec()
454 add_function_hook("atomic_inc", &match_atomic_inc, NULL); in check_atomic_inc_dec()