Searched refs:test_unexpanded_exprs (Results 1 – 1 of 1) sorted by relevance
245 void test_unexpanded_exprs(Types ...values) { in test_unexpanded_exprs() function321 …test_unexpanded_exprs(values); // expected-error{{expression contains unexpanded parameter pack 'v… in test_unexpanded_exprs()322 …test_unexpanded_exprs<Types>(); // expected-error{{expression contains unexpanded parameter pack '… in test_unexpanded_exprs()325 …Types::test_unexpanded_exprs(); // expected-error{{expression contains unexpanded parameter pack '… in test_unexpanded_exprs()326 …T::template test_unexpanded_exprs<Types>(); // expected-error{{expression contains unexpanded para… in test_unexpanded_exprs()