Lines Matching full:witharg1
41 struct witharg1 {
42 witharg1(const destroyme1&);
43 ~witharg1();
63 std::initializer_list<witharg1> globalInitList2 = {
64 witharg1(destroyme1()), witharg1(destroyme1())
109 void target(std::initializer_list<witharg1>);
113 target({ witharg1(destroyme1()), witharg1(destroyme1()) });
125 auto list = { witharg1(destroyme1()), witharg1(destroyme1()) };