Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c5068 reshape_init_class (tree type, reshape_iter *d, bool first_initializer_p, in reshape_init_class() argument
5087 if (!first_initializer_p) in reshape_init_class()
5173 reshape_init_r (tree type, reshape_iter *d, bool first_initializer_p, in reshape_init_r() argument
5181 if (first_initializer_p && !CP_AGGREGATE_TYPE_P (type) in reshape_init_r()
5200 else if (first_initializer_p && d->cur != d->end) in reshape_init_r()
5252 && !first_initializer_p in reshape_init_r()
5273 if (!first_initializer_p in reshape_init_r()
5297 if (!first_initializer_p) in reshape_init_r()
5327 return reshape_init_class (type, d, first_initializer_p, complain); in reshape_init_r()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c5859 reshape_init_class (tree type, reshape_iter *d, bool first_initializer_p, in reshape_init_class() argument
5878 if (!first_initializer_p) in reshape_init_class()
5989 reshape_init_r (tree type, reshape_iter *d, bool first_initializer_p, in reshape_init_r() argument
5997 if (first_initializer_p && !CP_AGGREGATE_TYPE_P (type) in reshape_init_r()
6016 else if (first_initializer_p && d->cur != d->end) in reshape_init_r()
6067 && first_initializer_p in reshape_init_r()
6088 && !first_initializer_p in reshape_init_r()
6110 if (!first_initializer_p in reshape_init_r()
6133 if (!first_initializer_p) in reshape_init_r()
6174 return reshape_init_class (type, d, first_initializer_p, complain); in reshape_init_r()