Searched refs:func_ref (Results 1 – 2 of 2) sorted by relevance
7 template<typename T, typename U, U> void func_ref() {} in func_ref() function23 (void)func_ref<int, int&, U<1>::a>(); // expected-note {{here}} in f()31 (void)func_ref<int, int&, U<N+1>::a>(); // expected-note {{here}} in fi()
57 void test_f(int (&func_ref)(int)) { in test_f()58 int &ir = f<int (&)(int)>(func_ref); in test_f()