Home
last modified time | relevance | path

Searched refs:c_finish_bc_stmt (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDc-tree.h597 extern tree c_finish_bc_stmt (tree *, bool);
HDc-parser.c3928 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()
HDc-typeck.c7802 c_finish_bc_stmt (tree *label_p, bool is_break) in c_finish_bc_stmt() function
HDChangeLog-200419138 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.
HDChangeLog-200615152 (c_finish_bc_stmt): Diagnose break within omp for.
HDChangeLog-200533928 (c_finish_bc_stmt): Don't add a goto if the current statement