Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_return_to_param.c98 …ng_to_short_name_sym(const char *name, struct symbol *sym, struct symbol **new_sym, bool use_stack) in map_long_to_short_name_sym() argument
107 ret = map_my_state_long_to_short(sm, name, sym, new_sym, use_stack); in map_long_to_short_name_sym()
H A Dsmatch_extra.c258 …r *get_long_name_sym(const char *name, struct symbol *sym, struct symbol **new_sym, bool use_stack) in get_long_name_sym() argument
283 if (!use_stack && name[tmp->symbol->ident->len] != '-') in get_long_name_sym()
300 …ther_name_sym_helper(const char *name, struct symbol *sym, struct symbol **new_sym, bool use_stack) in get_other_name_sym_helper() argument
315 ret = map_long_to_short_name_sym(name, sym, new_sym, use_stack); in get_other_name_sym_helper()
323 while (use_stack && len >= 1) { in get_other_name_sym_helper()
334 ret = get_long_name_sym(name, sym, new_sym, use_stack); in get_other_name_sym_helper()
H A Dsmatch.h697 …g_to_short_name_sym(const char *name, struct symbol *sym, struct symbol **new_sym, bool use_stack);