Searched defs:Test4b (Results 1 - 1 of 1) sorted by relevance

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

Completed in 28 milliseconds