Searched refs:Test5b (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp268 /*** Test5b ******************************************************************/
270 template <class T> struct Test5b { struct
271 Test5b();
278 template <> inline void Test5b<int>::bar() {}
281 template <> Test5b<int>::Test5b() { use(typeid(Test5b)); } function in class:Test5b
287 template <> inline void Test5b<int>::foo() {}

Completed in 53 milliseconds