Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dvtable-key-function-arm.cpp249 template <class T> struct Test5a { struct
250 Test5a();
255 template <> inline void Test5a<int>::bar();
256 template <> inline void Test5a<int>::foo();
259 template <> Test5a<int>::Test5a() { use(typeid(Test5a)); } in Test5a() function in Test5a
265 template <> inline void Test5a<int>::bar() {} in bar()
266 template <> inline void Test5a<int>::foo() {} in foo()
277 template <> inline void Test5a<int>::bar();
286 template <> inline void Test5a<int>::foo();
298 template <> inline void Test5a<int>::bar();
[all …]