Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dvisibility.cpp1202 template <class U> static void funcT1();
1219 template <> template <class T> DEFAULT void B<A>::funcT1() {} in funcT1() function in test65::B
1233 B<A>::funcT1<int>(); in test()
1234 B<A>::funcT1<A>(); in test()