HomeSort by: relevance | last modified time | path
    Searched refs:goto_stmt (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 8241 tree goto_stmt = build1 (GOTO_EXPR, void_type_node, done_decl);
8242 SET_EXPR_LOCATION (goto_stmt, loc);
8245 = build3 (COND_EXPR, void_type_node, func_call, goto_stmt, NULL_TREE);
8250 goto_stmt = build1 (GOTO_EXPR, void_type_node, loop_decl);
8251 SET_EXPR_LOCATION (goto_stmt, loc);
8252 add_stmt (goto_stmt);
8223 tree goto_stmt = build1 (GOTO_EXPR, void_type_node, done_decl); local
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.h 606 const ggoto *goto_stmt,
region-model.cc 5548 if (const ggoto *goto_stmt = dyn_cast <const ggoto *> (last_stmt))
5551 return apply_constraints_for_ggoto (*cfg_sedge, goto_stmt, ctxt);
5834 /* Given an edge reached by GOTO_STMT, determine appropriate constraints
5844 const ggoto *goto_stmt,
5847 tree dest = gimple_goto_dest (goto_stmt);
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 4592 tree stmt, goto_stmt;
4835 goto_stmt = build1 (GOTO_EXPR, void_type_node, done_decl);
4836 SET_EXPR_LOCATION (goto_stmt, loc);
4838 stmt = build3 (COND_EXPR, void_type_node, func_call, goto_stmt, NULL_TREE);
4846 goto_stmt = build1 (GOTO_EXPR, void_type_node, loop_decl);
4847 SET_EXPR_LOCATION (goto_stmt, loc);
4848 add_stmt (goto_stmt);
4576 tree stmt, goto_stmt; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 4148 tree stmt, goto_stmt;
4391 goto_stmt = build1 (GOTO_EXPR, void_type_node, done_decl);
4392 SET_EXPR_LOCATION (goto_stmt, loc);
4394 stmt = build3 (COND_EXPR, void_type_node, func_call, goto_stmt, NULL_TREE);
4402 goto_stmt = build1 (GOTO_EXPR, void_type_node, loop_decl);
4403 SET_EXPR_LOCATION (goto_stmt, loc);
4404 add_stmt (goto_stmt);
4134 tree stmt, goto_stmt; local
  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 1717 ggoto *goto_stmt = as_a <ggoto *> (stmt); local
1718 label = gimple_goto_dest (goto_stmt);
1721 gimple_goto_set_dest (goto_stmt, new_label);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 1635 ggoto *goto_stmt = as_a <ggoto *> (stmt); local
1636 label = gimple_goto_dest (goto_stmt);
1639 gimple_goto_set_dest (goto_stmt, new_label);

Completed in 48 milliseconds