Searched refs:emit_label (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | compile-i386.c | 659 static void emit_label (int label, const char *comment) in emit_label() function 873 emit_label(f->ret_target, NULL); in emit_func_post() 1479 emit_label(target_false, NULL); in emit_conditional_end() 1503 emit_label(cond_end, "end if"); in emit_if_conditional() 1577 emit_label(cond_end, "end conditional"); in emit_conditional_expr() 1769 emit_label(next_test, NULL); in emit_switch_statement() 1790 emit_label(switch_end, NULL); in emit_switch_statement() 1929 emit_label(loop_top, "loop top"); in emit_loop() 1956 emit_label(loop_continue, "'continue' iterator"); in emit_loop() 1982 emit_label(loop_bottom, "loop bottom"); in emit_loop()
|
/third_party/quickjs/ |
D | quickjs.c | 21610 static int emit_label(JSParseState *s, int label) in emit_label() function 22850 emit_label(s, label_next); in emit_class_field_init() 22894 emit_label(s, label_add_brand); in emit_class_init_start() 23457 emit_label(s, label_next); in js_parse_array_literal() 23467 emit_label(s, label_done); in js_parse_array_literal() 23688 emit_label(s, label); in put_lvalue() 23830 emit_label(s, label_rest_next = new_label(s)); in js_emit_spread_code() 23838 emit_label(s, label_rest_done); in js_emit_spread_code() 23913 emit_label(s, label_assign); in js_parse_destructuring_element() 23916 emit_label(s, label_assign); in js_parse_destructuring_element() [all …]
|