Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-read.c208 bool is_empty = false; in iwl_is_otp_empty() local
214 is_empty = true; in iwl_is_otp_empty()
218 is_empty = true; in iwl_is_otp_empty()
221 return is_empty; in iwl_is_otp_empty()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_empty.h22 struct _LIBCPP_TEMPLATE_VIS is_empty : public integral_constant<bool, __is_empty(_Tp)> {}; struct
/freebsd-14.2/contrib/wpa/src/fst/
H A Dfst_group.c502 bool is_empty = !fst_group_has_ifaces(group) && in fst_group_delete_if_empty() local
505 if (is_empty) in fst_group_delete_if_empty()
508 return is_empty; in fst_group_delete_if_empty()
/freebsd-14.2/contrib/atf/atf-sh/
H A Datf-check.cpp687 const bool is_empty = file_empty(path); in run_output_check() local
688 if (!oc.negated && !is_empty) { in run_output_check()
692 } else if (oc.negated && is_empty) { in run_output_check()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc29 SYMBOL(is_empty, std::experimental::filesystem::, <experimental/filesystem>)
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h43 template <class _Tp, int _Idx, bool _CanBeEmptyBase = is_empty<_Tp>::value && !__libcpp_is_final<_T…
H A Dallocator_traits.h151 struct __is_always_equal : is_empty<_Alloc> {};
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.inc82 using std::filesystem::is_empty;
H A Dtype_traits.inc47 using std::is_empty;
/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Decore_hw.c256 bool is_empty = true; in ecore_is_reg_fifo_empty() local
264 is_empty = REG_RD(p_hwfn, bar_addr) == 0; in ecore_is_reg_fifo_empty()
272 return is_empty; in ecore_is_reg_fifo_empty()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h187 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p) { return __fs_is_empty(__p); } in is_empty() function
188 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p, error_code& __ec) { return __fs_is_empt… in is_empty() function
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits103 template <class T> struct is_empty;
307 = is_empty<T>::value; // C++17
465 #include <__type_traits/is_empty.h>
H A Dfilesystem447 bool is_empty(const path& p);
448 bool is_empty(const path& p, error_code& ec) noexcept;
H A Dtuple239 #include <__type_traits/is_empty.h>
287 template <size_t _Ip, class _Hp, bool = is_empty<_Hp>::value && !__libcpp_is_final<_Hp>::value >
H A Dmemory83 | is_empty is_always_equal;
H A Dunordered_map637 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value>
695 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
H A Dlibcxx.imp726 { include: [ "<__type_traits/is_empty.h>", "private", "<type_traits>", "public" ] },
H A Dmodule.modulemap.in1888 …ype_traits_is_empty [system] { header "__type_traits/is_empty.h" }
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c218 boolean_t is_empty = bpobj_is_empty_impl(bpo); in bpobj_is_empty() local
220 return (is_empty); in bpobj_is_empty()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp741 static bool is_empty(const BasicBlock *B) { in is_empty() function
798 while (is_empty(DomB)) { in recalculatePlacement()
/freebsd-14.2/sys/net/altq/
H A Daltq_rmclass.c753 int is_empty = qempty(cl->q_); in rmc_queue_packet() local
796 if (is_empty) { in rmc_queue_packet()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def221 FEATURE(is_empty, LangOpts.CPlusPlus)
/freebsd-14.2/contrib/llvm-project/libcxx/include/ext/
H A Dhash_map225 template <class _Tp, class _Hash, bool = std::is_empty<_Hash>::value && !std::__libcpp_is_final<_Ha…
249 template <class _Tp, class _Pred, bool = std::is_empty<_Pred>::value && !std::__libcpp_is_final<_Pr…
/freebsd-14.2/lib/libc++/
H A DMakefile1205 TTR_HEADERS+= is_empty.h
H A Dmodule.modulemap1888 …ype_traits_is_empty [system] { header "__type_traits/is_empty.h" }

12