Home
last modified time | relevance | path

Searched defs:label_symbol (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dinline.c233 struct symbol *label_symbol = copy_symbol(expr->pos, expr->label_symbol); in copy_expression() local
H A Dexpression.h217 struct symbol *label_symbol; member
H A Dparse.c706 struct symbol *label_symbol(struct token *token) in label_symbol() function