Home
last modified time | relevance | path

Searched refs:Test1a (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dvtable-key-function-win-comdat.cpp6 struct Test1a { struct
7 Test1a();
13 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a() function in Test1a
15 inline void Test1a::foo() {} in foo()
H A Dvtable-key-function-ios.cpp55 /*** Test1a ******************************************************************/
57 struct Test1a { struct
58 Test1a();
64 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a() function in Test1a
70 inline void Test1a::foo() {} in foo()
H A Dvtable-key-function-arm.cpp50 /*** Test1a ******************************************************************/
52 struct Test1a { struct
53 Test1a();
59 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a() function in Test1a
64 inline void Test1a::foo() {} in foo()
/llvm-project/clang/test/SemaCXX/
H A Dbitfield-layout.cpp13 struct Test1a { struct
16 CHECK_SIZE(Test1a, 2);
17 CHECK_ALIGN(Test1a, 1);
H A Dusing-hiding.cpp13 namespace Test1a { namespace