Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dmacro_table.c32 static struct hashtable *macro_table; variable
62 if (!macro_table) in store_macro_pos()
63 macro_table = create_hashtable(5000, position_hash, equalkeys); in store_macro_pos()
65 list = do_search_macro(macro_table, &token->pos); in store_macro_pos()
68 do_insert_macro(macro_table, &token->pos, list); in store_macro_pos()
75 if (!macro_table) in get_macro_name()
77 list = do_search_macro(macro_table, &pos); in get_macro_name()
85 if (!macro_table) in get_inner_macro()
87 list = do_search_macro(macro_table, &pos); in get_inner_macro()
93 if (!macro_table) in get_all_macros()
[all …]
H A DMakefile71 LIB_OBJS += macro_table.o
H A Dcheck_locking.c418 static struct macro_info macro_table[] = { variable
656 for (i = 0; i < ARRAY_SIZE(macro_table); i++) { in handle_macro_lock_unlock()
657 info = &macro_table[i]; in handle_macro_lock_unlock()
/illumos-gate/usr/src/tools/smatch/
H A DMakefile104 LIB_OBJS += macro_table.o