Home
last modified time | relevance | path

Searched refs:labelsym (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c142 struct symbol *labelsym; member
461 s->labelsym); in stor_op_name()
549 stor->labelsym = sym; in new_labelsym()
1715 struct storage *labelsym, *label; in emit_switch_statement() local
1743 labelsym = new_labelsym(sym); in emit_switch_statement()
1744 insn("je", labelsym, NULL, NULL); in emit_switch_statement()
1766 labelsym = new_labelsym(sym); in emit_switch_statement()
1767 insn("jmp", labelsym, NULL, NULL); in emit_switch_statement()
1775 labelsym = new_labelsym(default_sym); in emit_switch_statement()
1776 insn("jmp", labelsym, NUL in emit_switch_statement()
2053 struct storage *labelsym = new_labelsym(stmt->goto_label); x86_statement() local
[all...]

Completed in 4 milliseconds