Home
last modified time | relevance | path

Searched refs:do_case (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-common.h752 extern tree do_case (tree, tree);
H A Dc-parser.c3544 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 Dc-typeck.c7198 do_case (tree low_value, tree high_value) in do_case() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.h1173 extern tree do_case PARAMS ((tree, tree));
H A Dc-parse.in2432 $$ = do_case ($2, NULL_TREE); }
2435 $$ = do_case ($2, $4); }
2438 $$ = do_case (NULL_TREE, NULL_TREE); }
H A DChangeLog.4481 (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 Dc-typeck.c7232 do_case (low_value, high_value) in do_case() function
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20001151 * expr.c (do_case): Remove.
2331 (do_case): Likewise.
6017 * expr.c (do_case): Say 'ISO C++'
H A DChangeLog-19961923 * 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 DChangeLog-19971987 * expr.c (do_case): Handle !START case for the error msg.
H A DChangeLog-19991983 * 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 DChangeLog.21983 * 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 DChangeLog11023 * expr.c (do_case): Remove.
12203 (do_case): Likewise.
15889 * expr.c (do_case): Say 'ISO C++'