OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Test1b
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp
70
/***
Test1b
******************************************************************/
72
struct
Test1b
{
73
Test1b
();
79
inline void
Test1b
::foo() {}
82
Test1b
::
Test1b
() { use(typeid(
Test1b
)); }
vtable-key-function-arm.cpp
66
/***
Test1b
******************************************************************/
68
struct
Test1b
{
69
Test1b
();
75
inline void
Test1b
::foo() {}
78
Test1b
::
Test1b
() { use(typeid(
Test1b
)); }
Completed in 473 milliseconds