Lines Matching full:witharg1
41 struct witharg1 {
42 witharg1(const destroyme1&);
43 ~witharg1();
97 std::initializer_list<witharg1> globalInitList2 = {
98 witharg1(destroyme1()), witharg1(destroyme1())
143 void target(std::initializer_list<witharg1>);
147 target({ witharg1(destroyme1()), witharg1(destroyme1()) });
159 auto list = { witharg1(destroyme1()), witharg1(destroyme1()) };