Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c542 static struct storage *new_labelsym(struct symbol *sym) in new_labelsym() function
1744 labelsym = new_labelsym(sym); in emit_switch_statement()
1767 labelsym = new_labelsym(sym); in emit_switch_statement()
1776 labelsym = new_labelsym(default_sym); in emit_switch_statement()
2054 struct storage *labelsym = new_labelsym(stmt->goto_label); in x86_statement()