Home
last modified time | relevance | path

Searched refs:test_unexpanded_exprs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp245 void test_unexpanded_exprs(Types ...values) { in test_unexpanded_exprs() function
321test_unexpanded_exprs(values); // expected-error{{expression contains unexpanded parameter pack 'v… in test_unexpanded_exprs()
322test_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()