Searched refs:Empty2 (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/algorithms/algorithms.results/ |
| H A D | no_unique_address.compile.pass.cpp | 25 struct Empty2 {}; struct 37 static_assert(sizeof(std::ranges::in_out_result<Empty, Empty2>) == sizeof(char)); 45 static_assert(sizeof(std::ranges::in_in_out_result<int, Empty, Empty2>) == sizeof(int)); 54 static_assert(sizeof(std::ranges::in_out_out_result<int, Empty, Empty2>) == sizeof(int));
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | empty-class-layout.cpp | 164 struct Empty2 {}; struct 165 struct Empties : Empty1, Empty2 {}; 167 struct A : Empty2, Empties {
|
| H A D | constant-expression-cxx11.cpp | 2163 struct Empty2 : Empty {}; struct 2164 struct Test : Empty2 { 2166 Empty2 array[2];
|
| /llvm-project-15.0.7/lldb/test/API/python_api/formatters/ |
| H A D | main.cpp | 30 struct Empty2 { void *data; }; argument 56 Empty2 e2; in main()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | override-layout.cpp | 13 struct Empty2 { }; struct 21 struct X1 : public X0, public Empty2 {
|
| H A D | no-unique-address.cpp | 16 struct Empty2 {}; struct 21 [[no_unique_address]] Empty2 e2;
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | suspicious-memory-comparison.cpp | 182 struct Empty2 {}; struct 187 [[no_unique_address]] Empty2 e2;
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | AllocatorTest.cpp | 122 void *Empty2 = Alloc.Allocate(0, 1); in TEST() local 123 EXPECT_NE(Empty2, nullptr); in TEST()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | ctor.mm | 680 class Empty2 { 683 Empty2(); // Body below. 686 class PairDoubleEmptyContainer: public Empty, public Empty2 { 689 PairDoubleEmptyContainer(): Empty(), Empty2(), p() { 699 Empty2::Empty2() {
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | DexTests.cpp | 114 auto Empty2 = C.intersect(L1.iterator(), L2.iterator()); in TEST() local 116 auto And = C.intersect(std::move(Empty1), std::move(Empty2)); in TEST()
|
| H A D | ClangdTests.cpp | 199 auto Empty2 = parseSourceAndDumpAST("foo.cpp", ""); in TEST() local 202 EXPECT_EQ(Empty, Empty2); in TEST()
|