Searched refs:digest_init_r (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 1159 digest_init_r (tree type, tree init, int nested, int flags, in digest_init_r() function 1388 return digest_init_r (type, init, 0, LOOKUP_IMPLICIT, complain); in digest_init() 1394 return digest_init_r (type, init, 0, flags, complain); in digest_init_flags() 1457 init = digest_init_r (type, init, nested ? 2 : 1, new_flags, complain); in massage_init_elt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck2.cc | 1148 digest_init_r (tree type, tree init, int nested, int flags, in digest_init_r() function 1365 return digest_init_r (type, init, 0, LOOKUP_IMPLICIT, complain); in digest_init() 1371 return digest_init_r (type, init, 0, flags, complain); in digest_init_flags() 1435 init = digest_init_r (type, init, nested ? 2 : 1, new_flags, complain); in massage_init_elt()
|
H A D | ChangeLog-2011 | 967 (digest_init_r): Call check_narrowing irrespective of the C++ dialect. 1145 (digest_init_r): Call check_narrowing irrespective of the C++ dialect. 1153 (digest_init_r): Call check_narrowing irrespective of the C++ dialect. 1737 * typeck2.c (digest_init_r): Call complete_type_or_maybe_complain 2576 * typeck2.c (digest_init_r): Handle VEC_INIT_EXPR. 3498 * typeck2.c (digest_init_r): Take a complain parameter and 3502 process_init_constructor, digest_init_r): Adjust.
|
H A D | ChangeLog-2015 | 146 * typeck2.c (digest_init_r): Warn for initialization of flexible 1092 * typeck2.c (digest_init_r): Likewise. 1318 * typeck2.c (digest_init_r): Not here. 2600 * typeck2.c (digest_init_r): Only expect reshaping if the class is 2918 * typeck2.c (digest_init_r): Replace previous change with 3338 * typeck2.c (digest_init_r): Fix single element list.
|
H A D | ChangeLog-2019 | 517 * typeck2.c (digest_init_r): Set LOOKUP_AGGREGATE_PAREN_INIT if it 521 flags to digest_init_r. 3021 * typeck2.c (check_narrowing, digest_init_r, 3971 (digest_init_r): Replace a tab with spaces in a diagnostic. 4324 * typeck2.c (digest_init_r): Don't condition the object slicing warning 4519 * typeck2.c (digest_init_r): Warn about object slicing instead of 5177 * typeck2.c (digest_init_r): Remove commented code. 5502 (digest_init_r): Disallow initializing a char array with a u8 string 5629 * typeck2.c (digest_init_r): Raise an error for non-static
|
H A D | ChangeLog-2009 | 534 * typeck2.c (digest_init_r): Check init for error_operand_p. 1228 * typeck2.c (digest_init_r): Array copy. 2555 (digest_init_r): Take flags parm, pass to convert_for_initialization. 3456 * typeck2.c (digest_init_r): Don't call process_init_constructor 3738 * typeck2.c (digest_init_r): Don't use process_init_constructor
|
H A D | ChangeLog-2018 | 83 * typeck2.c (digest_init_r): Capture location of init before 202 (digest_init_r): Strip location wrapper from init. When 641 * typeck2.c (digest_init_r): Re-add handing of signed/unsigned char 1538 * typeck2.c (digest_init_r): Fix overlength strings. 1668 (digest_init_r): Remove handing of signed/unsigned char strings. 1934 * gcc/cp/typeck2.c (digest_init_r): Accept strings literals
|
H A D | ChangeLog-2017 | 125 * typeck2.c (digest_init_r): Change nested argument type from bool to 129 (digest_init, digest_init_flags): Adjust digest_init_r caller. 131 digest_init_r's nested argument if nested is non-zero. 4646 (digest_init_r): Don't give a STRING_CST VLA type.
|
H A D | ChangeLog-2016 | 2279 * typeck2.c (digest_init_r): Use EXPR_LOC_OR_LOC on init. 4014 * typeck2.c (digest_init_r): Revert changes introduced in r231665.
|
H A D | ChangeLog-2021 | 2879 * typeck2.c (digest_init_r): Likewise. 4996 (digest_init_r): call array_string_literal_compatible_p
|
H A D | ChangeLog | 3131 * typeck2.c (digest_init_r): Look through a TARGET_EXPR.
|
H A D | ChangeLog-2012 | 3041 * typeck2.c (digest_init_r): Use copy_init when initializing
|
H A D | ChangeLog-2014 | 1856 * typeck2.c (digest_init_r): Likewise.
|
H A D | ChangeLog-2010 | 3689 * typeck2.c (digest_init_r): Accept value init of array.
|
H A D | ChangeLog-2020 | 735 * typeck2.c (digest_init_r): Handle OPAQUE_TYPE as an aggregate type.
|