Home
last modified time | relevance | path

Searched refs:first_initializer_p (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c6071 tree first_initializer_p, tsubst_flags_t complain) in reshape_init_array_1() argument
6082 bool reuse = (first_initializer_p in reshape_init_array_1()
6085 && !TREE_SIDE_EFFECTS (first_initializer_p)); in reshape_init_array_1()
6087 new_init = first_initializer_p; in reshape_init_array_1()
6142 reshape_init_array (tree type, reshape_iter *d, tree first_initializer_p, in reshape_init_array() argument
6153 first_initializer_p, complain); in reshape_init_array()
6192 reshape_init_class (tree type, reshape_iter *d, bool first_initializer_p, in reshape_init_class() argument
6211 if (!first_initializer_p) in reshape_init_class()
6324 reshape_init_r (tree type, reshape_iter *d, tree first_initializer_p, in reshape_init_r() argument
6332 if (first_initializer_p && !CP_AGGREGATE_TYPE_P (type) in reshape_init_r()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc6470 tree first_initializer_p, tsubst_flags_t complain) in reshape_init_array_1() argument
6481 bool reuse = (first_initializer_p in reshape_init_array_1()
6484 && !TREE_SIDE_EFFECTS (first_initializer_p)); in reshape_init_array_1()
6486 new_init = first_initializer_p; in reshape_init_array_1()
6543 reshape_init_array (tree type, reshape_iter *d, tree first_initializer_p, in reshape_init_array() argument
6554 first_initializer_p, complain); in reshape_init_array()
6608 reshape_init_class (tree type, reshape_iter *d, bool first_initializer_p, in reshape_init_class() argument
6642 if (!first_initializer_p) in reshape_init_class()
6844 reshape_init_r (tree type, reshape_iter *d, tree first_initializer_p, in reshape_init_r() argument
6852 if (first_initializer_p && !CP_AGGREGATE_TYPE_P (type) in reshape_init_r()
[all …]
H A DChangeLog2682 first_initializer_p or for the inner constructor element.
H A DChangeLog-20206092 (reshape_init_array): Add first_initializer_p parm.
6093 (reshape_init_r): Change first_initializer_p from bool to tree.