Searched refs:fooV (Results 1 - 1 of 1) sorted by path

/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp503 template<class ... Ts> auto fooV(Ts ... ts) { function in namespace:nested_non_capturing_lambda_tests::wrapped_within_templates::implicit_return_deduction
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) { function in namespace:nested_non_capturing_lambda_tests::variadic_tests_1
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) { function in namespace:nested_non_capturing_lambda_tests::variadic_tests_1::more_variadic_1
647 int run2 = fooV(3.14, " ", '4', 5) + fooV("BC", 3, 2.77, 'A', float{}, short{}, unsigned{});

Completed in 191 milliseconds