Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_testing_index_after_use.c38 static void array_check(struct expression *expr) in array_check() function
112 add_hook(&array_check, OP_HOOK); in check_testing_index_after_use()
H A Dcheck_off_by_one_relative.c30 static void array_check(struct expression *expr) in array_check() function
139 add_hook(&array_check, OP_HOOK); in check_off_by_one_relative()
H A Dcheck_spectre.c152 static void array_check(struct expression *expr) in array_check() function
215 add_hook(&array_check, OP_HOOK); in check_spectre()
H A Dcheck_index_overflow.c262 static void array_check(struct expression *expr) in array_check() function
335 add_hook(&array_check, OP_HOOK); in check_index_overflow()
H A Dsmatch_buf_comparison.c265 static void array_check(struct expression *expr) in array_check() function
831 add_hook(&array_check, OP_HOOK); in register_buf_comparison()