Lines Matching full:witharg1
41 struct witharg1 {
42 witharg1(const destroyme1&);
43 ~witharg1();
94 std::initializer_list<witharg1> globalInitList2 = {
95 witharg1(destroyme1()), witharg1(destroyme1())
140 void target(std::initializer_list<witharg1>);
144 target({ witharg1(destroyme1()), witharg1(destroyme1()) });
156 auto list = { witharg1(destroyme1()), witharg1(destroyme1()) };