OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:func_ref
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/
p3-0x.cpp
57
void test_f(int (&
func_ref
)(int)) {
58
int &ir = f<int (&)(int)>(
func_ref
);
/external/clang/test/SemaCXX/
PR10177.cpp
7
template<typename T, typename U, U> void
func_ref
() {}
function
23
(void)
func_ref
<int, int&, U<1>::a>(); // expected-note {{here}}
31
(void)
func_ref
<int, int&, U<N+1>::a>(); // expected-note {{here}}
Completed in 68 milliseconds