Lines Matching +defs:list +defs:string
131 // init the list
153 auto list = { destroyme1(), destroyme1() };
177 auto list = { witharg1(destroyme1()), witharg1(destroyme1()) };
216 // Only one destroy loop, since only one inner init list is directly inited.
226 std::initializer_list<std::initializer_list<destroyme1>> list =
231 // Only one destroy loop, since only one inner init list is directly inited.
257 struct string {
258 string(int);
259 ~string();
263 string a;
355 // First init list.
361 // Second init list array (non-constant).
366 // Second init list.
370 // Third init list.
376 // Outer init list.