Home
last modified time | relevance | path

Searched refs:finish_case_label (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20092183 (finish_case_label): Pass location to build_case_label.
2242 (finish_case_label): Same.
2243 * cp-tree.h (finish_case_label): Add location argument.
2245 finish_case_label.
2670 build_target_expr_with_type, finish_case_label,
3267 * decl.c (finish_case_label): Pass SWITCH_STMT_TYPE as 3rd argument
H A DChangeLog-200083 * decl.c (finish_case_label): Return the new stmt node.
201 * decl.c (finish_case_label): Cleared
989 (finish_case_label): Use c_add_case_label.
1046 * decl.c (finish_case_label): Given the LABEL_DECL a
1147 (finish_case_label): ... this. Do semantic analysis for case
1152 * pt.c (tsubst_expr): Adjust call to finish_case_label.
1159 (finish_case_label): Remove.
1239 (finish_case_label): Likewise.
2167 (finish_case_label): Likewise.
2859 (finish_case_label): Likewise.
H A DChangeLog-2010687 * decl.c (finish_case_label): Use maybe_constant_value.
836 * decl.c (finish_case_label): Use decl_constant_value.
H A DChangeLog-2003666 * decl.c (finish_case_label): Do not check that we are within a
1413 (finish_case_label): Likewise.
6091 (finish_case_label): Return error_mark_node for erroneous labels.
H A DChangeLog-20113143 (finish_case_label): Use it.
3592 * decl.c (finish_case_label): Omit the loc argument to
H A DChangeLog-2018732 * decl.c (finish_case_label): Give label in template type void.
1716 * decl.c (finish_case_label): If the type is erroneous early
H A DChangeLog-20062559 (finish_case_label): Don't emit the case label on error.
H A DChangeLog-19992002 (finish_case_label): Call define_case_label when doing semantic
3452 (finish_case_label): Call add_tree here if necessary.
H A Dcp-tree.h6897 extern tree finish_case_label (location_t, tree, tree);
H A DChangeLog-20053332 * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
H A DChangeLog-20011636 (define_label, finish_case_label): Don't clear it.
H A DChangeLog-20152542 (finish_case_label): Update c_add_case_label call.
H A DChangeLog-2017356 (finish_case_label): Set has_default_p when both low and high
H A Ddecl.cc3958 finish_case_label (location_t loc, tree low_value, tree high_value) in finish_case_label() function
H A DChangeLog-20043415 * decl.c (finish_case_label): Update c_add_case_node call.
H A DChangeLog-20194249 (finish_case_label): Adjust c_add_case_label caller.
H A Dparser.cc12610 tree l = finish_case_label (token->location, expr, expr_hi); in cp_parser_label_for_labeled_statement()
12630 tree l = finish_case_label (token->location, NULL_TREE, NULL_TREE); in cp_parser_label_for_labeled_statement()
H A Dpt.cc18994 tree l = finish_case_label (EXPR_LOCATION (t), low, high); in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h6625 extern tree finish_case_label (location_t, tree, tree);
H A Ddecl.c3755 finish_case_label (location_t loc, tree low_value, tree high_value) in finish_case_label() function
H A Dparser.c11617 tree l = finish_case_label (token->location, expr, expr_hi); in cp_parser_label_for_labeled_statement()
11637 tree l = finish_case_label (token->location, NULL_TREE, NULL_TREE); in cp_parser_label_for_labeled_statement()
H A Dpt.c18382 tree l = finish_case_label (EXPR_LOCATION (t), low, high); in tsubst_expr()