Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dempty.h34 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 Dempty.pass.cpp55 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 Downing_view.h56 _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 Dview_interface.h52 [[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 Dempty_view.h34 _LIBCPP_HIDE_FROM_ABI static constexpr bool empty() noexcept { return true; } in empty() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddeprecated-flags-and-options.cpp17 int empty(int x) { in empty() function
H A Dpadding_no_unique_address.cpp8 [[no_unique_address]] Empty empty; member
23 [[no_unique_address]] Empty empty; member
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A DLibOMP.pm17 sub empty($) { subroutine
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2007-02-04-EmptyStruct.c4 struct empty { }; struct
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DUUIDTest.cpp16 UUID empty; in TEST() local
38 UUID empty; in TEST() local
H A DConstStringTest.cpp83 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 DDLL.h25 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 Dmain.cpp5 std::tuple<> empty; in main() local
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Deh-directive-unwind_raw.s18 empty: label
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h22 bool empty() { return size() == 0; } in empty() function
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-size-empty.cpp81 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 DCodeRegion.h76 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 D2004-09-27-DidntEmitTemplate.cpp15 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 Dmain.cpp9 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 Dmain.cpp10 std::forward_list<int> empty{}, one_elt{47}, in main() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h119 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 Dmacro-arg.s3 .macro empty, cond macro
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyModule.h77 bool empty() const { return Factories.empty(); } in empty() function
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.empty/
H A Dempty_view.pass.cpp26 std::ranges::empty_view<T> empty; in testType() local
/llvm-project-15.0.7/libc/test/src/string/
H A Dstrlen_test.cpp13 const char *empty = ""; in TEST() local

12345678910>>...16