Home
last modified time | relevance | path

Searched refs:stripped_init (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc1167 tree stripped_init = init; in digest_init_r() local
1176 stripped_init = TREE_OPERAND (init, 0); in digest_init_r()
1178 stripped_init = tree_strip_any_location_wrapper (stripped_init); in digest_init_r()
1202 && TREE_CODE (stripped_init) == STRING_CST) in digest_init_r()
1231 stripped_init = copy_node (stripped_init); in digest_init_r()
1232 TREE_OPERAND (init, 0) = stripped_init; in digest_init_r()
1233 TREE_TYPE (stripped_init) = type; in digest_init_r()
1245 if (size < TREE_STRING_LENGTH (stripped_init)) in digest_init_r()
1251 TREE_STRING_POINTER (stripped_init)); in digest_init_r()
1260 if ((code != COMPLEX_TYPE || BRACE_ENCLOSED_INITIALIZER_P (stripped_init)) in digest_init_r()
[all …]
H A Ddecl.cc6856 tree stripped_init = tree_strip_any_location_wrapper (init); in reshape_init_r() local
6863 if (BRACE_ENCLOSED_INITIALIZER_P (stripped_init)) in reshape_init_r()
6865 if (CONSTRUCTOR_NELTS (stripped_init) > 2) in reshape_init_r()
6900 if (TREE_CODE (stripped_init) == CONSTRUCTOR in reshape_init_r()
6902 && !CONSTRUCTOR_IS_DIRECT_INIT (stripped_init) in reshape_init_r()
6903 && BRACE_ENCLOSED_INITIALIZER_P (stripped_init)) /* p7626.C */ in reshape_init_r()
6915 || (CONSTRUCTOR_NELTS (stripped_init) > 0 in reshape_init_r()
6917 (CONSTRUCTOR_ELT (stripped_init,0)->value)))) in reshape_init_r()
6979 tree stripped_str_init = stripped_init; in reshape_init_r()
7013 if (TREE_CODE (stripped_init) == CONSTRUCTOR) in reshape_init_r()
[all …]
H A Dpt.cc30429 tree stripped_init = tree_strip_any_location_wrapper (init); in do_auto_deduction() local
30432 if (REFERENCE_REF_P (stripped_init) in do_auto_deduction()
30433 && !REF_PARENTHESIZED_P (stripped_init)) in do_auto_deduction()
30434 stripped_init = TREE_OPERAND (stripped_init, 0); in do_auto_deduction()
30435 const bool id = (DECL_P (stripped_init) in do_auto_deduction()
30436 || ((TREE_CODE (stripped_init) == COMPONENT_REF in do_auto_deduction()
30437 || TREE_CODE (stripped_init) == SCOPE_REF) in do_auto_deduction()
30438 && !REF_PARENTHESIZED_P (stripped_init))); in do_auto_deduction()
H A DChangeLog-2021365 are REF_PARENTHESIZED_P. Use stripped_init when checking for
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c1178 tree stripped_init = init; in digest_init_r() local
1187 stripped_init = TREE_OPERAND (init, 0); in digest_init_r()
1189 stripped_init = tree_strip_any_location_wrapper (stripped_init); in digest_init_r()
1213 && TREE_CODE (stripped_init) == STRING_CST) in digest_init_r()
1259 stripped_init = copy_node (stripped_init); in digest_init_r()
1260 TREE_OPERAND (init, 0) = stripped_init; in digest_init_r()
1261 TREE_TYPE (stripped_init) = type; in digest_init_r()
1273 if (size < TREE_STRING_LENGTH (stripped_init)) in digest_init_r()
1279 TREE_STRING_POINTER (stripped_init)); in digest_init_r()
1288 if ((code != COMPLEX_TYPE || BRACE_ENCLOSED_INITIALIZER_P (stripped_init)) in digest_init_r()
[all …]
H A Ddecl.c6336 tree stripped_init = tree_strip_any_location_wrapper (init); in reshape_init_r() local
6343 if (BRACE_ENCLOSED_INITIALIZER_P (stripped_init)) in reshape_init_r()
6345 if (CONSTRUCTOR_NELTS (stripped_init) > 2) in reshape_init_r()
6375 if (TREE_CODE (stripped_init) == CONSTRUCTOR in reshape_init_r()
6377 && !CONSTRUCTOR_IS_DIRECT_INIT (stripped_init) in reshape_init_r()
6378 && BRACE_ENCLOSED_INITIALIZER_P (stripped_init)) /* p7626.C */ in reshape_init_r()
6390 || (CONSTRUCTOR_NELTS (stripped_init) > 0 in reshape_init_r()
6392 (CONSTRUCTOR_ELT (stripped_init,0)->value)))) in reshape_init_r()
6452 tree stripped_str_init = stripped_init; in reshape_init_r()
6482 if (TREE_CODE (stripped_init) == CONSTRUCTOR) in reshape_init_r()
[all …]
H A Dpt.c29272 tree stripped_init = tree_strip_any_location_wrapper (init); in do_auto_deduction() local
29273 bool id = (DECL_P (stripped_init) in do_auto_deduction()