Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dvtable-key-function-arm.cpp270 template <class T> struct Test5b { struct
271 Test5b();
278 template <> inline void Test5b<int>::bar() {} in bar()
281 template <> Test5b<int>::Test5b() { use(typeid(Test5b)); } in Test5b() function in Test5b
287 template <> inline void Test5b<int>::foo() {} in foo()