Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-read.c
/freebsd/sys/dev/rtwn/usb/
H A Drtwn_usb_tx.c104 bool is_empty = true; in rtwn_usb_txeof() local
125 is_empty = false; in rtwn_usb_txeof()
128 if (is_empty) in rtwn_usb_txeof()
/freebsd/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/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/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/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc29 SYMBOL(is_empty, std::experimental::filesystem::, <experimental/filesystem>)
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.cppm
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h42 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/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/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h186 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p) { return __fs_is_empty(__p); } in is_empty() function
187 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p, error_code& __ec) { return __fs_is_empt… in is_empty() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits103 template <class T> struct is_empty;
307 = is_empty<T>::value; // C++17
449 #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 Dtuple241 #include <__type_traits/is_empty.h>
283 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_map636 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value>
694 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
H A Dmodule.modulemap1956 …ype_traits_is_empty [system] { header "__type_traits/is_empty.h" }
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c219 boolean_t is_empty = bpobj_is_empty_impl(bpo); in bpobj_is_empty() local
221 return (is_empty); in bpobj_is_empty()
/freebsd/sys/net/altq/
H A Daltq_rmclass.c751 int is_empty = qempty(cl->q_); in rmc_queue_packet() local
794 if (is_empty) { in rmc_queue_packet()
/freebsd/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/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def236 FEATURE(is_empty, LangOpts.CPlusPlus)
/freebsd/contrib/llvm-project/libcxx/include/ext/
H A Dhash_map224 template <class _Tp, class _Hash, bool = std::is_empty<_Hash>::value && !std::__libcpp_is_final<_Ha…
248 template <class _Tp, class _Pred, bool = std::is_empty<_Pred>::value && !std::__libcpp_is_final<_Pr…
/freebsd/lib/libc++/
H A DMakefile1260 TTR_HEADERS+= is_empty.h
H A Dlibcxx.imp766 { include: [ "<__type_traits/is_empty.h>", "private", "<type_traits>", "public" ] },

12