| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-eeprom-read.c | 208 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 D | is_empty.h | 22 struct _LIBCPP_TEMPLATE_VIS is_empty : public integral_constant<bool, __is_empty(_Tp)> {}; struct
|
| /freebsd-14.2/contrib/wpa/src/fst/ |
| H A D | fst_group.c | 502 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 D | atf-check.cpp | 687 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 D | StdTsSymbolMap.inc | 29 SYMBOL(is_empty, std::experimental::filesystem::, <experimental/filesystem>)
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | compressed_pair.h | 43 template <class _Tp, int _Idx, bool _CanBeEmptyBase = is_empty<_Tp>::value && !__libcpp_is_final<_T…
|
| H A D | allocator_traits.h | 151 struct __is_always_equal : is_empty<_Alloc> {};
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | filesystem.inc | 82 using std::filesystem::is_empty;
|
| H A D | type_traits.inc | 47 using std::is_empty;
|
| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_hw.c | 256 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 D | operations.h | 187 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 D | type_traits | 103 template <class T> struct is_empty; 307 = is_empty<T>::value; // C++17 465 #include <__type_traits/is_empty.h>
|
| H A D | filesystem | 447 bool is_empty(const path& p); 448 bool is_empty(const path& p, error_code& ec) noexcept;
|
| H A D | tuple | 239 #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 D | memory | 83 | is_empty is_always_equal;
|
| H A D | unordered_map | 637 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value> 695 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
|
| H A D | libcxx.imp | 726 { include: [ "<__type_traits/is_empty.h>", "private", "<type_traits>", "public" ] },
|
| H A D | module.modulemap.in | 1888 …ype_traits_is_empty [system] { header "__type_traits/is_empty.h" }
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | bpobj.c | 218 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 D | HexagonCommonGEP.cpp | 741 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 D | altq_rmclass.c | 753 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 D | Features.def | 221 FEATURE(is_empty, LangOpts.CPlusPlus)
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ext/ |
| H A D | hash_map | 225 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 D | Makefile | 1205 TTR_HEADERS+= is_empty.h
|
| H A D | module.modulemap | 1888 …ype_traits_is_empty [system] { header "__type_traits/is_empty.h" }
|