Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dvtable-key-function-arm.cpp231 template <class T> struct Test4c { struct
232 Test4c();
238 template <> inline void Test4c<int>::bar() {} in bar()
239 template <> inline void Test4c<int>::foo() {} in foo()
242 template <> Test4c<int>::Test4c() { use(typeid(Test4c)); } in Test4c() function in Test4c