Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtest-dissect.c45 static void r_symbol(unsigned mode, struct position *pos, struct symbol *sym) in r_symbol() function
76 r_symbol(-1, &sym->pos, sym); in r_symdef()
83 .r_symbol = r_symbol, in main()
H A Ddissect.h23 void (*r_symbol)(unsigned, struct position *, struct symbol *); member
H A Ddissect.c187 if (reporter->r_symbol) in report_symbol()
188 reporter->r_symbol(fix_mode(ret, mode), &expr->pos, sym); in report_symbol()
589 if (reporter->r_symbol) in do_symbol()
590 reporter->r_symbol(U_W_VAL, &sym->pos, sym); in do_symbol()