| /llvm-project-15.0.7/libcxx/include/__iterator/ |
| H A D | empty.h | 34 constexpr bool empty(const _Tp (&)[_Sz]) noexcept { return false; } in empty() function 38 constexpr bool empty(initializer_list<_Ep> __il) noexcept { return __il.size() == 0; } in empty() function
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.access/ |
| H A D | empty.pass.cpp | 55 constexpr bool empty() const { return true; } in empty() function 57 friend bool empty(const HasMemberAndFunction&) { return false; } in empty() function 61 BadReturnType empty() { return {}; } in empty() function 69 constexpr BoolConvertible empty() noexcept { return {}; } in empty() function 145 constexpr bool empty() { return false; } in empty() function
|
| /llvm-project-15.0.7/libcxx/include/__ranges/ |
| H A D | owning_view.h | 56 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() requires requires { ranges::empty(__r_); } in empty() function 58 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const requires requires { ranges::empty(__r_); } in empty() function
|
| H A D | view_interface.h | 52 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty() in empty() function 59 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const in empty() function
|
| H A D | empty_view.h | 34 _LIBCPP_HIDE_FROM_ABI static constexpr bool empty() noexcept { return true; } in empty() function
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | deprecated-flags-and-options.cpp | 17 int empty(int x) { in empty() function
|
| H A D | padding_no_unique_address.cpp | 8 [[no_unique_address]] Empty empty; member 23 [[no_unique_address]] Empty empty; member
|
| /llvm-project-15.0.7/openmp/runtime/tools/lib/ |
| H A D | LibOMP.pm | 17 sub empty($) { subroutine
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2007-02-04-EmptyStruct.c | 4 struct empty { }; struct
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | UUIDTest.cpp | 16 UUID empty; in TEST() local 38 UUID empty; in TEST() local
|
| H A D | ConstStringTest.cpp | 83 ConstString empty(""); in TEST() local 110 ConstString empty(""); in TEST() local 129 ConstString empty(""); in TEST() local
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DLL.h | 25 bool empty() { return imports.empty(); } in empty() function 42 bool empty() { return imports.empty(); } in empty() function
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/ |
| H A D | main.cpp | 5 std::tuple<> empty; in main() local
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | eh-directive-unwind_raw.s | 18 empty: label
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeCollection.h | 22 bool empty() { return size() == 0; } in empty() function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | container-size-empty.cpp | 81 bool empty() const { return size() == 0; } in empty() function in Container2 90 bool Container3::empty() const { return this->size() == 0; } in empty() function in Container3 96 bool empty() const { return *this == Container4(); } in empty() function in Container4 101 constexpr bool empty() const { return true; } in empty() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-mca/ |
| H A D | CodeRegion.h | 76 bool empty() const { return Instructions.empty(); } in empty() function 118 bool empty() const { in empty() function
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | 2004-09-27-DidntEmitTemplate.cpp | 15 bool empty() const { return true; } in empty() function
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/ |
| H A D | main.cpp | 9 std::string empty(""); in main() local
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/forward_list/ |
| H A D | main.cpp | 10 std::forward_list<int> empty{}, one_elt{47}, in main() local
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | DbgEntityHistoryCalculator.h | 119 bool empty() const { return VarEntries.empty(); } in empty() function 143 bool empty() const { return LabelInstr.empty(); } in empty() function
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | macro-arg.s | 3 .macro empty, cond macro
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyModule.h | 77 bool empty() const { return Factories.empty(); } in empty() function
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.empty/ |
| H A D | empty_view.pass.cpp | 26 std::ranges::empty_view<T> empty; in testType() local
|
| /llvm-project-15.0.7/libc/test/src/string/ |
| H A D | strlen_test.cpp | 13 const char *empty = ""; in TEST() local
|