Searched refs:finish_case_label (Results 1 – 22 of 22) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2009 | 2183 (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 D | ChangeLog-2000 | 83 * 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 D | ChangeLog-2010 | 687 * decl.c (finish_case_label): Use maybe_constant_value. 836 * decl.c (finish_case_label): Use decl_constant_value.
|
H A D | ChangeLog-2003 | 666 * 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 D | ChangeLog-2011 | 3143 (finish_case_label): Use it. 3592 * decl.c (finish_case_label): Omit the loc argument to
|
H A D | ChangeLog-2018 | 732 * 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 D | ChangeLog-2006 | 2559 (finish_case_label): Don't emit the case label on error.
|
H A D | ChangeLog-1999 | 2002 (finish_case_label): Call define_case_label when doing semantic 3452 (finish_case_label): Call add_tree here if necessary.
|
H A D | cp-tree.h | 6897 extern tree finish_case_label (location_t, tree, tree);
|
H A D | ChangeLog-2005 | 3332 * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
|
H A D | ChangeLog-2001 | 1636 (define_label, finish_case_label): Don't clear it.
|
H A D | ChangeLog-2015 | 2542 (finish_case_label): Update c_add_case_label call.
|
H A D | ChangeLog-2017 | 356 (finish_case_label): Set has_default_p when both low and high
|
H A D | decl.cc | 3958 finish_case_label (location_t loc, tree low_value, tree high_value) in finish_case_label() function
|
H A D | ChangeLog-2004 | 3415 * decl.c (finish_case_label): Update c_add_case_node call.
|
H A D | ChangeLog-2019 | 4249 (finish_case_label): Adjust c_add_case_label caller.
|
H A D | parser.cc | 12610 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 D | pt.cc | 18994 tree l = finish_case_label (EXPR_LOCATION (t), low, high); in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 6625 extern tree finish_case_label (location_t, tree, tree);
|
H A D | decl.c | 3755 finish_case_label (location_t loc, tree low_value, tree high_value) in finish_case_label() function
|
H A D | parser.c | 11617 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 D | pt.c | 18382 tree l = finish_case_label (EXPR_LOCATION (t), low, high); in tsubst_expr()
|