Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd-src/contrib/llvm-project/libcxx/include/__iterator/
H A Dempty.h32 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty(const _Tp (&)[_Sz]) noexcept { in empty() function
37 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty(initializer_list<_Ep> __il) noexcept { in empty() function
/freebsd-src/contrib/bmake/mk/
H A Dnewlog.sh215 empty() { test ! -s $1; } function
221 empty() { function
/freebsd-src/contrib/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 Dview_interface.h53 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty() empty() function
60 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const empty() function
[all...]
H A Dempty_view.h36 _LIBCPP_HIDE_FROM_ABI static constexpr bool empty() noexcept { return true; } in empty() function
H A Dref_view.h59 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const in empty() function
/freebsd-src/contrib/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
H A DInlineOrder.h31 bool empty() { return !size(); } in empty() function
/freebsd-src/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk112 .if empty( ) function
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDLL.h24 bool empty() { return imports.empty(); } in empty() function
42 bool empty() { return imports.empty(); } in empty() function
/freebsd-src/contrib/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
/freebsd-src/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-src/sys/dev/qat/qat_common/
H A Dadf_freebsd_transport_debug.c30 int head, tail, empty; in adf_ring_show() local
140 int head, tail, empty; in adf_bank_show() local
/freebsd-src/tests/sys/kern/execve/
H A DMakefile30 empty: global() target
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h22 bool empty() { return size() == 0; } in empty() function
/freebsd-src/contrib/ncurses/ncurses/tinfo/
H A Dlib_longname.c52 static char empty[] = in NCURSES_EXPORT() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAddressRanges.h31 uint64_t empty() const { return size() == 0; } in empty() function
65 bool empty() const { return Ranges.empty(); } in empty() function
H A DUniqueVector.h90 bool empty() const { return Vector.empty(); } in empty() function
/freebsd-src/contrib/ncurses/menu/
H A Dm_pattern.c57 static char empty[] = ""; in MENU_EXPORT() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h39 bool empty() { return Values.empty(); } in empty() function
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h73 bool empty() const { return patterns.empty(); } in empty() function
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h104 bool empty() const { return Instructions.empty(); } empty() function
164 bool empty() const { empty() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h65 bool empty() const { return Records.empty(); } in empty() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h49 bool empty() const { return Pool.empty(); } in empty() function
/freebsd-src/contrib/opencsd/decoder/include/common/
H A Dtrc_raw_buffer.h56 bool empty() { return m_bufProcessed == m_bufSize; }; in empty() function

12345678910>>...14