OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Test3c
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp
176
/***
Test3c
******************************************************************/
178
struct
Test3c
{
179
Test3c
();
185
inline void
Test3c
::bar() {}
186
inline void
Test3c
::foo() {}
189
Test3c
::
Test3c
() { use(typeid(
Test3c
)); }
vtable-key-function-arm.cpp
174
/***
Test3c
******************************************************************/
176
struct
Test3c
{
177
Test3c
();
183
inline void
Test3c
::bar() {}
184
inline void
Test3c
::foo() {}
187
Test3c
::
Test3c
() { use(typeid(
Test3c
)); }
Completed in 35 milliseconds