Searched refs:func_ref (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/test/SemaCXX/ |
D | PR10177.cpp | 7 template<typename T, typename U, U> void func_ref() {} in func_ref() function 23 (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()
|
/external/clang/test/SemaCXX/ |
D | PR10177.cpp | 7 template<typename T, typename U, U> void func_ref() {} in func_ref() function 23 (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()
|
/external/llvm-project/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/ |
D | p3-0x.cpp | 57 void test_f(int (&func_ref)(int)) { in test_f() 58 int &ir = f<int (&)(int)>(func_ref); in test_f()
|
/external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/ |
D | p3-0x.cpp | 57 void test_f(int (&func_ref)(int)) { in test_f() 58 int &ir = f<int (&)(int)>(func_ref); in test_f()
|
/external/llvm-project/clang/test/Analysis/ |
D | inner-pointer.cpp | 9 void func_ref(T &a); 316 …std::func_ref(s); // expected-note {{Inner buffer of 'std::string' reallocated by call to 'func_re… in STL_func_ref() 340 void (*func_ptr)(std::string &) = std::func_ref<std::string>; in func_ptr_known()
|