Home
last modified time | relevance | path

Searched refs:funcT1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dvisibility.cpp1204 template <class U> static void funcT1();
1221 template <> template <class T> DEFAULT void B<A>::funcT1() {} in funcT1() function in test65::B
1235 B<A>::funcT1<int>(); in test()
1236 B<A>::funcT1<A>(); in test()