Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dvtable-key-function-arm.cpp212 template <class T> struct Test4b { struct
213 Test4b();
219 template <> inline void Test4b<int>::bar() {} in bar()
222 template <> Test4b<int>::Test4b() { use(typeid(Test4b)); } in Test4b() function in Test4b
227 template <> inline void Test4b<int>::foo() {} in foo()