Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dcompile-i386.c1716 int switch_end = 0; in emit_switch_statement() local
1780 label->label = switch_end = new_label(); in emit_switch_statement()
1789 if (switch_end) in emit_switch_statement()
1790 emit_label(switch_end, NULL); in emit_switch_statement()
Dlinearize.c2231 struct basic_block *switch_end = alloc_basic_block(ep, stmt->pos); in linearize_switch() local
2279 bind_label(stmt->switch_break, switch_end, stmt->pos); in linearize_switch()
2283 set_activeblock(ep, switch_end); in linearize_switch()
2286 default_case = switch_end; in linearize_switch()
/third_party/boost/tools/build/src/engine/
Dfunction.cpp2910 int const switch_end = compile_new_label( c ); in compile_parse() local
2920 compile_emit_branch( c, INSTR_JUMP, switch_end ); in compile_parse()
2925 compile_set_label( c, switch_end ); in compile_parse()