Searched refs:c_start_case (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 716 extern tree c_start_case (location_t, location_t, tree, bool);
|
H A D | c-typeck.c | 10871 c_start_case (location_t switch_loc, in c_start_case() function
|
H A D | c-parser.c | 6633 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 D | ChangeLog | 1224 (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 D | ChangeLog-2009 | 19288 (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 D | ChangeLog-2005 | 13817 (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 D | ChangeLog-2000 | 487 (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 D | ChangeLog-2001 | 391 * c-typeck.c (c_start_case): Don't strip conversions from the 20579 * c-typeck.c (c_start_case): Likewise.
|
H A D | ChangeLog-2006 | 9880 * c-typeck.c (c_start_case): Handle invalid orig_type correctly.
|
H A D | ChangeLog-2004 | 2045 * c-typeck.c (c_start_case): Set orig_type to error_mark_node 22561 (c_start_case): Set it.
|
H A D | ChangeLog-2008 | 11222 (c_start_case): Likewise.
|
H A D | ChangeLog-2002 | 32655 * c-typeck.c (c_start_case): Set SWITCH_TYPE.
|