Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
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()
Dvtable-key-function-ios.cpp57 struct Test1a { struct
58 Test1a();
64 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a() function in Test1a
70 inline void Test1a::foo() {} in foo()
Dvtable-key-function-arm.cpp52 struct Test1a { struct
53 Test1a();
59 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a() function in Test1a
64 inline void Test1a::foo() {} in foo()
/external/clang/test/CodeGenCXX/
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()
Dvtable-key-function-ios.cpp55 struct Test1a { struct
56 Test1a();
62 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a() function in Test1a
68 inline void Test1a::foo() {} in foo()
Dvtable-key-function-arm.cpp52 struct Test1a { struct
53 Test1a();
59 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a() function in Test1a
64 inline void Test1a::foo() {} in foo()
/external/llvm-project/clang/test/SemaCXX/
Dbitfield-layout.cpp13 struct Test1a { struct
16 CHECK_SIZE(Test1a, 2);
17 CHECK_ALIGN(Test1a, 1);