Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_project.c31 static struct hashtable *skipped_funcs; variable
42 if (search_func(skipped_funcs, func)) in is_skipped_function()
130 skipped_funcs = create_function_hashtable(500); in register_skipped_functions()
147 insert_func(skipped_funcs, func, INT_PTR(1)); in register_skipped_functions()