Searched refs:fooG3 (Results 1 – 1 of 1) sorted by relevance
909 template<class U = char> int fooG3(T (*fp)(U) = [](auto a) { return 0; }); in __anon1bbc39957302()914 int X1::X2<T>::fooG3(T (*fp)(U)) { return 0; } in fooG3() function in inclass_lambdas_within_nested_classes::ns2::X1::X2917 int run2 = x2.fooG3();