Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd/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/contrib/bmake/mk/
H A Dnewlog.sh213 empty() { test ! -s $1; } global() function
219 empty() { global() function
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Downing_view.h60 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() requires requires { ranges::empty(__r_); } empty() function
62 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const requires requires { ranges::empty(__r_); } 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.h59 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const in empty() function
/freebsd/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/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk112 .if empty( ) function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h91 bool empty() const { return Alloc == nullptr; } in empty() function
138 bool empty() const { return N == nullptr; } in empty() function
H A DInlineOrder.h31 bool empty() { return !size(); } in empty() function
/freebsd/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/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/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h22 bool empty() { return size() == 0; } in empty() function
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_longname.c52 static char empty[] = in NCURSES_EXPORT() local
/freebsd/tests/sys/kern/execve/
H A DMakefile29 empty: target
/freebsd/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
/freebsd/contrib/ncurses/menu/
H A Dm_pattern.c57 static char empty[] = ""; in MENU_EXPORT() local
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h73 bool empty() const { return patterns.empty(); } in empty() function
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DLibrary.h48 bool empty() { in empty() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h117 bool empty() const { return Instructions.empty(); } in empty() function
177 bool empty() const { in empty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h65 bool empty() const { return Records.empty(); } in empty() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h49 bool empty() const { return Pool.empty(); } in empty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h35 bool empty() const { return Version == 0; } empty() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUDelayedMCExpr.cpp61 bool DelayedMCExprs::empty() { return DelayedExprs.empty(); } in empty() function in DelayedMCExprs
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_raw_buffer.h56 bool empty() { return m_bufProcessed == m_bufSize; }; in empty() function

12345678910>>...14