/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | empty.h | 32 [[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 D | newlog.sh | 213 empty() { test ! -s $1; } global() function 219 empty() { global() function
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | owning_view.h | 60 _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 D | empty_view.h | 36 _LIBCPP_HIDE_FROM_ABI static constexpr bool empty() noexcept { return true; } in empty() function
|
H A D | ref_view.h | 59 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const in empty() function
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DLL.h | 24 bool empty() { return imports.empty(); } in empty() function 42 bool empty() { return imports.empty(); } in empty() function
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-func-empty.mk | 112 .if empty( ) function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryProfileInfo.h | 91 bool empty() const { return Alloc == nullptr; } in empty() function 138 bool empty() const { return N == nullptr; } in empty() function
|
H A D | InlineOrder.h | 31 bool empty() { return !size(); } in empty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 119 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 D | tc_test.c | 39 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 D | adf_freebsd_transport_debug.c | 30 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 D | TypeCollection.h | 22 bool empty() { return size() == 0; } in empty() function
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_longname.c | 52 static char empty[] = in NCURSES_EXPORT() local
|
/freebsd/tests/sys/kern/execve/ |
H A D | Makefile | 29 empty: target
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | AddressRanges.h | 31 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 D | m_pattern.c | 57 static char empty[] = ""; in MENU_EXPORT() local
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Strings.h | 73 bool empty() const { return patterns.empty(); } in empty() function
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | Library.h | 48 bool empty() { in empty() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.h | 117 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 D | Trace.h | 65 bool empty() const { return Records.empty(); } in empty() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.h | 49 bool empty() const { return Pool.empty(); } in empty() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | PackedVersion.h | 35 bool empty() const { return Version == 0; } empty() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUDelayedMCExpr.cpp | 61 bool DelayedMCExprs::empty() { return DelayedExprs.empty(); } in empty() function in DelayedMCExprs
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | trc_raw_buffer.h | 56 bool empty() { return m_bufProcessed == m_bufSize; }; in empty() function
|