Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Dempty.h37 constexpr bool empty(const _Tp (&)[_Sz]) noexcept { return false; } in empty() function
41 constexpr bool empty(initializer_list<_Ep> __il) noexcept { return __il.size() == 0; } in empty() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Dview_interface.h58 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty() in empty() function
66 [[nodiscard]] _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
H A Dref_view.h61 constexpr bool empty() const in empty() function
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDLL.h25 bool empty() { return imports.empty(); } in empty() function
42 bool empty() { return imports.empty(); } in empty() function
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk96 .if empty( ) function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h76 bool empty() const { return Instructions.empty(); } in empty() function
118 bool empty() const { in empty() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h120 bool empty() const { return VarEntries.empty(); } in empty() function
144 bool empty() const { return LabelInstr.empty(); } in empty() function
/freebsd-13.1/contrib/atf/atf-c/
H A Dtc_test.c39 ATF_TC_HEAD(empty, tc) in ATF_TC_HEAD() argument
43 ATF_TC_BODY(empty, tc) in ATF_TC_BODY() argument
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h22 bool empty() { return size() == 0; } in empty() function
/freebsd-13.1/tests/sys/kern/execve/
H A DMakefile31 empty: target
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_longname.c52 static char empty[] = in NCURSES_EXPORT() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dadt.h53 constexpr bool empty() const noexcept { return Size == 0; } in empty() function
85 constexpr bool empty() const noexcept { return Size == 0; } in empty() function
/freebsd-13.1/contrib/ncurses/menu/
H A Dm_pattern.c57 static char empty[] = ""; in NCURSES_EXPORT() local
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h76 bool empty() const { return patterns.empty(); } in empty() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h65 bool empty() const { return Records.empty(); } in empty() function
H A DGraph.h251 bool empty() const { return NL.count(A) == 0; }; in empty() function
291 bool empty() const { return G.Vertices.empty(); } in empty() function
328 bool empty() const { return G.Edges.empty(); } in empty() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h49 bool empty() const { return Pool.empty(); } in empty() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h34 bool empty() const { return Version == 0; } in empty() function
/freebsd-13.1/contrib/opencsd/decoder/include/common/
H A Dtrc_raw_buffer.h56 bool empty() { return m_bufProcessed == m_bufSize; }; in empty() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h117 bool empty() const { return Stream.getLength() == 0; } in empty() function
300 bool empty() const { return size() == 0; } in empty() function
/freebsd-13.1/lib/libnv/tests/
H A Dnvlist_send_recv_test.c57 nvlist_t *empty; in send_nvlist_child() local
100 const nvlist_t *cnvl, *empty; in send_nvlist_parent() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h90 bool empty() const { return Vector.empty(); } in empty() function
H A Diterator_range.h46 bool empty() const { return begin_iterator == end_iterator; } in empty() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h167 bool empty() const { return Lines.empty(); } in empty() function

12345678910>>...13