Home
last modified time | relevance | path

Searched defs:Empty2 (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/algorithms.results/
H A Dno_unique_address.compile.pass.cpp24 struct Empty2 {}; struct
/llvm-project/lldb/test/API/python_api/formatters/
H A Dmain.cpp30 struct Empty2 { void *data; }; argument
/llvm-project/clang/test/CXX/temp/temp.res/
H A Dp4.cpp17 T::tclass Empty2; // expected-error{{missing 'typename'}} in f() local
/llvm-project/llvm/unittests/Support/
H A DAllocatorTest.cpp122 void *Empty2 = Alloc.Allocate(0, 1); in TEST() local
/llvm-project/clang/test/CodeGenCXX/
H A Doverride-layout.cpp21 struct Empty2 { }; struct
H A Dno-unique-address.cpp16 struct Empty2 {}; struct
/llvm-project/clang/test/SemaCXX/
H A Dempty-class-layout.cpp164 struct Empty2 {}; struct
H A Dconstant-expression-cxx11.cpp2187 struct Empty2 : Empty {}; global() struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsuspicious-memory-comparison.cpp182 struct Empty2 {}; struct
/llvm-project/clang-tools-extra/clangd/unittests/
H A DDexTests.cpp114 auto Empty2 = C.intersect(L1.iterator(), L2.iterator()); in TEST() local
H A DClangdTests.cpp199 auto Empty2 = parseSourceAndDumpAST("foo.cpp", ""); TEST() local