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
67
/***
Test1b
******************************************************************/
69
struct
Test1b
{
70
Test1b
();
76
inline void
Test1b
::foo() {}
79
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 29 milliseconds