Home
last modified time | relevance | path

Searched refs:reshape_init (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc1065 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 DChangeLog-200536 (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 DChangeLog-200337 * 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 DChangeLog-20041560 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 Dtypeck2.cc1391 init = reshape_init (type, init, complain); in digest_nsdmi_init()
H A DChangeLog-2002689 * 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 DChangeLog-20152305 * 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 DChangeLog-2016401 * 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 DChangeLog2528 (cp_complete_array_type): Only call reshape_init for character
2683 (cp_complete_array_type): Call reshape_init on braced-init-list.
H A Dcall.cc2033 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 Ddecl.cc7047 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 DChangeLog-2006537 * pt.c (tsubst_copy_and_built): Call reshape_init before calling
1813 * decl.c (reshape_init): Robustify.
H A DChangeLog-20171235 * 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 DChangeLog-20202507 * 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 DChangeLog-2019313 * 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 DChangeLog-20113493 * decl.c (reshape_init): Take a complain parameter and do
3508 reshape_init and digest_init.
H A DChangeLog-20122670 * call.c (build_aggr_conv): Call reshape_init.
H A Dcp-tree.h6889 extern tree reshape_init (tree, tree, tsubst_flags_t);
H A DChangeLog-20132845 * init.c (perform_member_init): Call reshape_init.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c871 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 Dtypeck2.c1414 init = reshape_init (type, init, complain); in digest_nsdmi_init()
H A Dcall.c2008 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 Ddecl.c6507 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 Dcp-tree.h6619 extern tree reshape_init (tree, tree, tsubst_flags_t);
H A Dsemantics.c2948 compound_literal = reshape_init (type, compound_literal, complain); in finish_compound_literal()

12