/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 1065 init = reshape_init (type, init, tf_warning_or_error); in perform_member_init() 2088 init = reshape_init (type, init, complain); in expand_default_init() 3654 vecinit = reshape_init (arraytype, vecinit, complain); in build_new_1() 4019 e = reshape_init (type, e, complain); in build_new()
|
H A D | ChangeLog-2005 | 36 (reshape_init): Give it external linkage. 45 * semantics.c (finish_compound_literal): Use reshape_init. 1310 * decl.c (reshape_init, check_default_argument): Ditto. 1465 (reshape_init): Rewrite from scratch. Split parts into... 1468 (check_initializer): Update call to reshape_init. Remove obsolete 2908 * decl.c (reshape_init): Don't warn about missing braces if STRING_CST 3090 * decl.c (reshape_init): Issue warnings about missing braces.
|
H A D | ChangeLog-2003 | 37 * decl.c (reshape_init): Reject GNU colon-style designated 213 * decl.c (reshape_init): Recover quickly from errors. 227 * decl.c (reshape_init): Recover quickly from errors. 2673 * decl.c (reshape_init): Remove unreachable code. 4098 * cp/decl.c (reshape_init): Handle vectors. 4591 * decl.c (reshape_init): Handle designated initializers. 4753 * decl.c (reshape_init) 5901 * decl.c (reshape_init): Don't mess with initializer labels.
|
H A D | ChangeLog-2004 | 1560 reshape_init, check_initializer, cp_finish_decl, 2025 * decl.c (reshape_init): Extract array handling into... 2440 * decl.c (poplevel, make_unbound_class_template, reshape_init, 2528 cxx_init_decl_processing, reshape_init, check_initializer, 5346 * decl.c (reshape_init): Do not apply TYPE_DOMAIN to a VECTOR_TYPE. 5378 * decl.c (reshape_init): Use it. 6577 * decl.c (reshape_init): Handle VECTOR_TYPE like ARRAY_TYPE,
|
H A D | typeck2.cc | 1391 init = reshape_init (type, init, complain); in digest_nsdmi_init()
|
H A D | ChangeLog-2002 | 689 * decl.c (reshape_init): Handle erroneous initializers. 1100 * decl.c (reshape_init): Tweak handling of character arrays. 1190 * decl.c (reshape_init): Fix typo. 1267 (reshape_init): Likewise.
|
H A D | ChangeLog-2015 | 2305 * call.c (build_new_method_call_1): Call reshape_init. 2784 * call.c (implicit_conversion): Call reshape_init here, early. 2930 * typeck2.c (digest_nsdmi_init): On aggregates use reshape_init.
|
H A D | ChangeLog-2016 | 401 * decl.c (reshape_init): Preserve CONSTRUCTOR_IS_DIRECT_INIT. 1200 (reshape_init): Use it. 3839 * init.c (expand_default_init): Only call reshape_init
|
H A D | ChangeLog | 2528 (cp_complete_array_type): Only call reshape_init for character 2683 (cp_complete_array_type): Call reshape_init on braced-init-list.
|
H A D | call.cc | 2033 expr = reshape_init (to, expr, complain); in implicit_conversion_1() 8127 expr = reshape_init (totype, expr, complain); in convert_like_internal() 11031 init = reshape_init (basetype, init_list, complain); in build_new_method_call()
|
H A D | decl.cc | 7047 return reshape_init (type, init, complain); in reshape_init_r() 7092 reshape_init (tree type, tree init, tsubst_flags_t complain) in reshape_init() function 7340 init = reshape_init (type, init, tf_warning_or_error); in check_initializer() 9787 initial_value = reshape_init (*ptype, initial_value, in cp_complete_array_type()
|
H A D | ChangeLog-2006 | 537 * pt.c (tsubst_copy_and_built): Call reshape_init before calling 1813 * decl.c (reshape_init): Robustify.
|
H A D | ChangeLog-2017 | 1235 * decl.c (reshape_init): Suppress warn_useless_cast for direct enum 3558 * tree.c (reshape_init): Use unqualified type for direct enum init. 4331 * decl.c (reshape_init): Unconditionally return error_mark_node
|
H A D | ChangeLog-2020 | 2507 * decl.c (reshape_init): If we're initializing a char array from 2570 * init.c (build_new_1): Call reshape_init. 6094 (reshape_init): Pass init to it.
|
H A D | ChangeLog-2019 | 313 * decl.c (reshape_init): Adjust call. 513 (reshape_init): Do nothing for CONSTRUCTOR_IS_PAREN_INIT. 4827 * decl.c (reshape_init): Copy over CONSTRUCTOR_IS_DESIGNATED_INIT if
|
H A D | ChangeLog-2011 | 3493 * decl.c (reshape_init): Take a complain parameter and do 3508 reshape_init and digest_init.
|
H A D | ChangeLog-2012 | 2670 * call.c (build_aggr_conv): Call reshape_init.
|
H A D | cp-tree.h | 6889 extern tree reshape_init (tree, tree, tsubst_flags_t);
|
H A D | ChangeLog-2013 | 2845 * init.c (perform_member_init): Call reshape_init.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 871 init = reshape_init (type, init, tf_warning_or_error); in perform_member_init() 1864 init = reshape_init (type, init, complain); in expand_default_init()
|
H A D | typeck2.c | 1414 init = reshape_init (type, init, complain); in digest_nsdmi_init()
|
H A D | call.c | 2008 expr = reshape_init (to, expr, complain); in implicit_conversion() 7669 expr = reshape_init (totype, expr, complain); in convert_like_real_1() 10296 init = reshape_init (basetype, init_list, complain); in build_new_method_call_1()
|
H A D | decl.c | 6507 return reshape_init (type, init, complain); in reshape_init_r() 6544 reshape_init (tree type, tree init, tsubst_flags_t complain) in reshape_init() function 6782 init = reshape_init (type, init, tf_warning_or_error); in check_initializer()
|
H A D | cp-tree.h | 6619 extern tree reshape_init (tree, tree, tsubst_flags_t);
|
H A D | semantics.c | 2948 compound_literal = reshape_init (type, compound_literal, complain); in finish_compound_literal()
|