Searched refs:func_ref (Results 1 – 3 of 3) 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<4>::a>(); in not_instantiated()38 (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()
9 void func_ref(T &a);333 …std::func_ref(s); // expected-note {{Inner buffer of 'std::string' reallocated by call to 'func_re… in STL_func_ref()357 void (*func_ptr)(std::string &) = std::func_ref<std::string>; in func_ptr_known()