Searched refs:do_case (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-common.h | 752 extern tree do_case (tree, tree);
|
| H A D | c-parser.c | 3544 label = do_case (exp1, NULL_TREE); in c_parser_label() 3551 label = do_case (exp1, exp2); in c_parser_label() 3560 label = do_case (NULL_TREE, NULL_TREE); in c_parser_label()
|
| H A D | c-typeck.c | 7198 do_case (tree low_value, tree high_value) in do_case() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-common.h | 1173 extern tree do_case PARAMS ((tree, tree));
|
| H A D | c-parse.in | 2432 $$ = do_case ($2, NULL_TREE); } 2435 $$ = do_case ($2, $4); } 2438 $$ = do_case (NULL_TREE, NULL_TREE); }
|
| H A D | ChangeLog.4 | 481 (c_start_case, do_case): Likewise. 8274 (do_case): Remove. 8310 (do_case): Simplify. 8907 * c-decl.c (do_case): Fix a typo. 11748 build_enumerator, do_case): Likewise. 14539 * c-decl.c (do_case): Rewrite to do what previously done in 15200 (do_case): Likewise. 15217 (do_case): Likewise.
|
| H A D | c-typeck.c | 7232 do_case (low_value, high_value) in do_case() function
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2000 | 1151 * expr.c (do_case): Remove. 2331 (do_case): Likewise. 6017 * expr.c (do_case): Say 'ISO C++'
|
| H A D | ChangeLog-1996 | 1923 * expr.c (do_case): Don't try to dereference null TREE_TYPEs 2695 * expr.c (do_case): Give an error message if a pointer is
|
| H A D | ChangeLog-1997 | 1987 * expr.c (do_case): Handle !START case for the error msg.
|
| H A D | ChangeLog-1999 | 1983 * expr.c (do_case): Don't call define_case_label. 3417 (do_case): Move add_tree call to semantics.c.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog.2 | 1983 * expr.c (do_case): Don't call define_case_label. 3417 (do_case): Move add_tree call to semantics.c. 15658 * expr.c (do_case): Handle !START case for the error msg. 18201 * expr.c (do_case): Don't try to dereference null TREE_TYPEs 18973 * expr.c (do_case): Give an error message if a pointer is
|
| H A D | ChangeLog | 11023 * expr.c (do_case): Remove. 12203 (do_case): Likewise. 15889 * expr.c (do_case): Say 'ISO C++'
|