Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dparse.h102 struct symbol *goto_label; member
Dinline.c447 stmt->goto_label = copy_symbol(stmt->pos, stmt->goto_label); in copy_one_statement()
Dcompile-i386.c2042 } else if (!strcmp("break", show_ident(stmt->goto_label->ident))) { in x86_statement()
2047 } else if (!strcmp("continue", show_ident(stmt->goto_label->ident))) { in x86_statement()
2053 struct storage *labelsym = new_labelsym(stmt->goto_label); in x86_statement()
Dshow-parse.c722 printf("\tgoto\t\t.L%p\n", stmt->goto_label); in show_statement()
Dlinearize.c2404 if (stmt->goto_label) { in linearize_statement()
2405 add_goto(ep, get_bound_block(ep, stmt->goto_label)); in linearize_statement()
Dparse.c2352 stmt->goto_label = target; in parse_loop_iterator()
2398 stmt->goto_label = label; in parse_goto_statement()
Devaluate.c3876 struct symbol *label = stmt->goto_label; in evaluate_goto_statement()