Home
last modified time | relevance | path

Searched refs:c_finish_case (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h717 extern void c_finish_case (tree, tree);
H A Dc-typeck.c10986 c_finish_case (tree body, tree type) in c_finish_case() function
H A Dc-parser.c6651 c_finish_case (body, ce.original_type); in c_parser_switch_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog1224 (c_start_case, c_finish_case): Renamed to...
1234 (c_finish_case): Rename to c_finish_switch. Update for changes to
2306 (c_finish_case): Adjust c_do_switch_warnings caller.
3226 * c-typeck.c (c_finish_case): Set SWITCH_ALL_CASES_P if
6043 (c_finish_case): Update c_do_switch_warnings call.
6710 (c_parser_switch_statement): Pass original type to c_finish_case.
6711 * c-tree.h (c_finish_case): Update declaration.
6712 * c-typeck.c (c_finish_case): Add TYPE parameter. Pass it
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200523259 (c_finish_case): Add comment.
24798 * c-typeck.c (c_finish_case): Call new c_do_switch_warnings
25818 (c_finish_case): Use SWITCH_BODY rather than SWITCH_STMT_BODY.
26951 (c_finish_case): Verify !blocked_stmt_expr.
33316 * c-typeck.c (c_start_case, do_case, c_finish_case): Likewise.
H A DChangeLog-20008306 (c_finish_case): New function.
8317 (c_finish_case): New function.
H A DChangeLog.tree-ssa6365 * c-typeck.c (c_finish_case): Call it.
H A DChangeLog-200429675 (do_case, c_finish_case): Likewise.
33333 (c_finish_case): Call c_do_switch_warnings.
H A DChangeLog-200919291 (c_finish_case): Don't test blocked_stmt_expr field. Call
H A DChangeLog-200330977 (c_finish_case): Rechain the next statements to the SWITCH_STMT.