Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas.cpp503 template<class ... Ts> auto fooV(Ts ... ts) { in fooV() function
524 int run2 = fooV(3.14, " ", '4', 5) + fooV("BC", 3, 2.77, 'A', float{}, short{}, unsigned{});
574 template<class ... Ts> int fooV(Ts ... ts) { in fooV() function
595 int run2 = fooV(3.14, " ", '4', 5) + fooV("BC", 3, 2.77, 'A', float{}, short{}, unsigned{});
599 template<class ... Ts> int fooV(Ts ... ts) { in fooV() function
647 int run2 = fooV(3.14, " ", '4', 5) + fooV("BC", 3, 2.77, 'A', float{}, short{}, unsigned{});