Home
last modified time | relevance | path

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

12345678910>>...18

/llvm-project/libcxx/include/__iterator/
H A Dempty.h32 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty(const _Tp (&)[_Sz]) noexcept { empty() function
37 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty(initializer_list<_Ep> __il) noexcept { empty() function
/llvm-project/clang/test/SemaCXX/
H A Dthis-type-deduction-concept.cpp34 } empty; variable
39 void empty() const requires requires { empty(__r_); }; in empty() function
/llvm-project/libcxx/test/std/ranges/range.access/
H A Dempty.pass.cpp54 constexpr bool empty() const { return true; } in empty() function
56 friend bool empty(const HasMemberAndFunction&) { return false; } in empty() function
60 BadReturnType empty() { return {}; } in empty() function
68 constexpr BoolConvertible empty() noexcept { return {}; } in empty() function
144 constexpr bool empty() { return false; } in empty() function
/llvm-project/libcxx/include/__ranges/
H A Downing_view.h70 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() in empty() function
75 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const in empty() function
H A Dempty_view.h36 _LIBCPP_HIDE_FROM_ABI static constexpr bool empty() noexcept { return true; } in empty() function
/llvm-project/flang/test/Driver/
H A Dpass-plugin.f9016 subroutine empty subroutine
/llvm-project/clang/test/Analysis/
H A Ddeprecated-flags-and-options.cpp14 void empty() {} 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/lldb/unittests/Utility/
H A DUUIDTest.cpp16 UUID empty; in TEST() local
38 UUID empty; in TEST() local
H A DConstStringTest.cpp82 ConstString empty(""); in TEST() local
110 ConstString empty(""); in TEST() local
129 ConstString empty(""); in TEST() local
/llvm-project/clang/test/CodeGen/
H A D2007-02-04-EmptyStruct.c4 struct empty { }; struct
H A Dsanitize-metadata.c11 void empty() { in empty() function
/llvm-project/flang/test/Semantics/
H A Dloop-directives.f903 subroutine empty global() subroutine
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/
H A Dmain.cpp5 std::tuple<> empty; in main() local
/llvm-project/llvm/test/MC/ARM/
H A Deh-directive-unwind_raw.s18 empty: label
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h22 bool empty() { return size() == 0; } in empty() function
/llvm-project/clang/test/AST/
H A Dast-nttp-template-tree-compares.cpp3 struct empty {}; struct
/llvm-project/clang/test/CodeGenCXX/
H A Dx86_32-vaarg.cpp4 typedef struct {} empty; typedef
H A D2004-09-27-DidntEmitTemplate.cpp15 bool empty() const { return true; } in empty() function
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h86 bool empty() const { return Alloc == nullptr; } empty() function
132 bool empty() const { return N == nullptr; } empty() function
/llvm-project/lld/COFF/
H A DDLL.h24 bool empty() { return imports.empty(); } in empty() function
42 bool empty() { return imports.empty(); } empty() function
/llvm-project/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/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h39 bool empty() { return Values.empty(); } empty() function
/llvm-project/clang/include/clang/InstallAPI/
H A DLibrary.h48 bool empty() { in empty() function
/llvm-project/lld/include/lld/Common/
H A DStrings.h73 bool empty() const { return patterns.empty(); } in empty() function

12345678910>>...18