Home
last modified time | relevance | path

Searched refs:c_start_case (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h716 extern tree c_start_case (location_t, location_t, tree, bool);
H A Dc-typeck.c10871 c_start_case (location_t switch_loc, in c_start_case() function
H A Dc-parser.c6633 c_start_case (switch_loc, switch_cond_loc, expr, explicit_cast_p); in c_parser_switch_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog1224 (c_start_case, c_finish_case): Renamed to...
1231 (c_start_case): Rename to c_start_switch. Build a SWITCH_STMT
2304 (c_start_case): Don't clear it.
3259 * c-typeck.c (c_start_case): Build SWITCH_EXPR using build2 instead
6040 (c_start_case): Set BOOL_COND_P and OUTSIDE_RANGE_P. Don't warn
7010 c_start_case.
7011 * c-tree.h (c_start_case): Update.
7012 * c-typeck.c (c_start_case): Add new boolean parameter. Warn if
7595 (c_start_case): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200919288 (c_start_case): Don't set deleted fields. Set bindings field.
19570 * c-tree.h (c_start_case): Add location argument.
19582 (c_start_case): Same.
19597 (c_parser_switch_statement): Pass location to c_start_case.
30897 (c_start_case): Fold switch expression.
H A DChangeLog-200513817 (c_start_case): Likewise.
23257 (c_start_case): Initialize blocked_vm.
25816 (c_start_case): Build SWITCH_EXPR, not SWITCH_STMT.
26949 (c_start_case): Initialize it.
33316 * c-typeck.c (c_start_case, do_case, c_finish_case): Likewise.
H A DChangeLog-2000487 (c_start_case, do_case): Likewise.
8152 * c-typeck.c (c_start_case): Fix typo.
8305 (c_expand_start_case): Rename to c_start_case.
8313 (c_start_case): ... this.
H A DChangeLog-2001391 * c-typeck.c (c_start_case): Don't strip conversions from the
20579 * c-typeck.c (c_start_case): Likewise.
H A DChangeLog-20069880 * c-typeck.c (c_start_case): Handle invalid orig_type correctly.
H A DChangeLog-20042045 * c-typeck.c (c_start_case): Set orig_type to error_mark_node
22561 (c_start_case): Set it.
H A DChangeLog-200811222 (c_start_case): Likewise.
H A DChangeLog-200232655 * c-typeck.c (c_start_case): Set SWITCH_TYPE.