Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dvtable-key-function-arm.cpp291 template <class T> struct Test5c { struct
292 Test5c();
300 template <> inline void Test5c<int>::bar() {} in bar()
301 template <> inline void Test5c<int>::foo() {} in foo()
304 template <> Test5c<int>::Test5c() { use(typeid(Test5c)); } in Test5c() function in Test5c