Home
last modified time | relevance | path

Searched defs:Empty (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.move.wrap/
H A Dempty_object.pass.cpp21 struct Empty { struct
22 Empty() noexcept {} in Empty() function
23 Empty(Empty const&) noexcept { copied = true; } in Empty() function
24 Empty(Empty&&) noexcept { moved = true; } in Empty() argument
/llvm-project/clang/test/SemaSYCL/
H A Dunique-stable-name-multiple-target-crash.cpp8 class Empty {}; class
14 [](Empty) { in use() argument
/llvm-project/clang/test/SemaCXX/
H A Dempty-class-layout.cpp24 struct Empty { Empty(); }; struct
92 struct Empty { }; struct
105 struct Empty { }; struct
115 struct Empty { }; struct
126 struct Empty { }; struct
139 struct Empty { }; struct
151 struct Empty { }; struct
/llvm-project/compiler-rt/test/msan/
H A Ddtor-bit-fields.cpp29 struct Empty { struct
31 ~Empty() {} in ~Empty() argument
/llvm-project/libcxx/test/std/ranges/range.factories/range.single.view/
H A Drange_concept_conformance.compile.pass.cpp20 struct Empty {}; struct
H A Dctad.compile.pass.cpp21 struct Empty {}; struct
/llvm-project/libcxx/test/std/ranges/range.factories/range.repeat.view/
H A Dctad.compile.pass.cpp18 struct Empty {}; struct
/llvm-project/llvm/test/tools/llvm-rc/Inputs/
H A Dtag-dialog.rc1 Empty DIALOGEX 2, 3, 4, 5 {} dialog
/llvm-project/clang/test/CodeGenCXX/
H A Dsanitize-dtor-bit-field.cpp24 struct Empty { struct
26 ~Empty() {} in ~Empty() argument
H A Dempty-nontrivially-copyable.cpp10 struct Empty { struct
H A Darm64-empty-struct.cpp2 struct Empty {}; struct
H A Darm-vaarg.cpp2 struct Empty {}; struct
/llvm-project/libcxx/test/libcxx/ranges/range.factories/range.istream.view/
H A Dno_unique_address.compile.pass.cpp19 friend std::istream& operator>>(std::istream& i, Empty const&) { return i; } struct
/llvm-project/libcxx/test/std/thread/thread.stoptoken/nostopstate/
H A Dcons.default.pass.cpp27 static_assert(sizeof(Empty) == sizeof(std::nostopstate_t)); struct
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dverbose_threads.c16 void *Empty(void *arg) { in Empty() function
/llvm-project/libc/test/src/__support/CPP/
H A Dstringview_test.cpp167 ASSERT_EQ(Empty.find_last_of('a', 0), string_view::npos); in TEST() local
217 EXPECT_EQ(Empty.find_first_not_of('a', 0), string_view::npos); in TEST() local
238 string_view Empty; TEST() local
[all...]
/llvm-project/clang/test/CodeGen/
H A Darm-vaarg.c3 struct Empty {}; struct
/llvm-project/libcxx/test/libcxx/ranges/range.factories/range.single.view/
H A Dno_unique_address.compile.pass.cpp16 struct Empty {}; struct
/llvm-project/lldb/test/API/python_api/value/empty_class/
H A Dmain.cpp1 class Empty {}; class
/llvm-project/libcxx/test/libcxx/ranges/range.factories/range.repeat.view/
H A Dno_unique_address.compile.pass.cpp16 struct Empty {}; struct
/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp56 ConceptSpecializationExpr(EmptyShell Empty) ConceptSpecializationExpr() argument
167 RequiresExpr(ASTContext & C,EmptyShell Empty,unsigned NumLocalParameters,unsigned NumRequirements) RequiresExpr() argument
188 Create(ASTContext & C,EmptyShell Empty,unsigned NumLocalParameters,unsigned NumRequirements) Create() argument
/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.sortable/
H A Dsortable.compile.pass.cpp45 struct Empty {}; struct
/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp28 bool Empty = Options.empty(); format() local
/llvm-project/libcxx/test/std/algorithms/algorithms.results/
H A Dno_unique_address.compile.pass.cpp23 struct Empty {}; struct
/llvm-project/clang/include/clang/Basic/
H A DProfileList.h42 const bool Empty; variable

12345678910>>...12