Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_param_compare_limit.c147 tmp_name = get_other_name_sym(left_name, left_sym, &tmp_sym); in __compare_param_limit_hook()
154 tmp_name = get_other_name_sym(right_name, right_sym, &tmp_sym); in __compare_param_limit_hook()
H A Dsmatch_modification_hooks.c177 other_name = get_other_name_sym(name, sym, &other_sym); in db_param_add()
H A Dsmatch_equiv.c210 other_name = get_other_name_sym(left_name, left_sym, &other_sym); in set_equiv()
H A Dsmatch_extra.c341 char *get_other_name_sym(const char *name, struct symbol *sym, struct symbol **new_sym) in get_other_name_sym() function
448 new_name = get_other_name_sym(name, sym, &new_sym); in set_extra_nomod()
517 new_name = get_other_name_sym(name, sym, &new_sym); in set_extra_true_false()
2629 other_name = get_other_name_sym(name, sym, &other_sym); in db_param_limit_filter()
H A Dcheck_locking.c877 other_name = get_other_name_sym(sm->name, sm->sym, &other_sym); in get_param_lock_name()
H A Dsmatch.h695 char *get_other_name_sym(const char *name, struct symbol *sym, struct symbol **new_sym);