Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c660 static void emit_label (int label, const char *comment) in emit_label() function
874 emit_label(f->ret_target, NULL); in emit_func_post()
1480 emit_label(target_false, NULL); in emit_conditional_end()
1504 emit_label(cond_end, "end if"); in emit_if_conditional()
1578 emit_label(cond_end, "end conditional"); in emit_conditional_expr()
1770 emit_label(next_test, NULL); in emit_switch_statement()
1791 emit_label(switch_end, NULL); in emit_switch_statement()
1930 emit_label(loop_top, "loop top"); in emit_loop()
1957 emit_label(loop_continue, "'continue' iterator"); in emit_loop()
1983 emit_label(loop_bottom, "loop bottom"); in emit_loop()