Searched refs:c_finish_bc_stmt (Results 1 – 6 of 6) sorted by relevance
597 extern tree c_finish_bc_stmt (tree *, bool);
3928 stmt = c_finish_bc_stmt (&c_cont_label, false); in c_parser_statement_after_labels()3932 stmt = c_finish_bc_stmt (&c_break_label, true); in c_parser_statement_after_labels()
7802 c_finish_bc_stmt (tree *label_p, bool is_break) in c_finish_bc_stmt() function
19138 c_finish_bc_stmt, c_finish_stmt_expr, c_end_compound_stmt,27954 (stmt_nocomp): ... this. Use c_finish_bc_stmt, c_finish_goto_label,27972 (c_finish_bc_stmt): New.
15152 (c_finish_bc_stmt): Diagnose break within omp for.
33928 (c_finish_bc_stmt): Don't add a goto if the current statement