| /freebsd-13.1/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-13.1/contrib/wpa/src/fst/ |
| H A D | fst_group.c | 498 bool is_empty = !fst_group_has_ifaces(group) && in fst_group_delete_if_empty() local 501 if (is_empty) in fst_group_delete_if_empty() 504 return is_empty; in fst_group_delete_if_empty()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | filesystem | 152 bool is_empty(const path& p); 153 bool is_empty(const path& p, error_code& ec) noexcept;
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | compressed_pair.h | 34 is_empty<_Tp>::value && !__libcpp_is_final<_Tp>::value>
|
| H A D | allocator_traits.h | 144 struct __is_always_equal : is_empty<_Alloc> { };
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_hw.c | 258 bool is_empty = true; in ecore_is_reg_fifo_empty() local 266 is_empty = REG_RD(p_hwfn, bar_addr) == 0; in ecore_is_reg_fifo_empty() 274 return is_empty; in ecore_is_reg_fifo_empty()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | repos.c | 178 svn_boolean_t is_empty; in create_repos_dir() local 182 SVN_ERR(svn_io_dir_empty(&is_empty, path, pool)); in create_repos_dir() 184 if (is_empty) in create_repos_dir()
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Features.def | 212 FEATURE(is_empty, LangOpts.CPlusPlus)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 758 static bool is_empty(const BasicBlock *B) { in is_empty() function 817 while (is_empty(DomB)) { in recalculatePlacement()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 103 template <class T> struct is_empty; 307 = is_empty<T>::value; // C++17 1832 // is_empty 1834 #if __has_feature(is_empty) || defined(_LIBCPP_COMPILER_GCC) 1837 struct _LIBCPP_TEMPLATE_VIS is_empty 1840 #else // __has_feature(is_empty) 1859 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_empty : public __libcpp_empty<_Tp> {}; 1861 #endif // __has_feature(is_empty) 1866 = is_empty<_Tp>::value;
|
| H A D | filesystem | 152 bool is_empty(const path& p); 153 bool is_empty(const path& p, error_code& ec) noexcept; 2062 inline _LIBCPP_INLINE_VISIBILITY bool is_empty(const path& __p) { 2066 inline _LIBCPP_INLINE_VISIBILITY bool is_empty(const path& __p,
|
| H A D | memory | 81 | is_empty is_always_equal;
|
| H A D | unordered_map | 454 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value> 535 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
|
| H A D | tuple | 178 bool=is_empty<_Hp>::value && !__libcpp_is_final<_Hp>::value
|
| H A D | map | 514 bool = is_empty<_Compare>::value && !__libcpp_is_final<_Compare>::value>
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ext/ |
| H A D | hash_map | 226 bool = std::is_empty<_Hash>::value && !std::__libcpp_is_final<_Hash>::value 260 bool = std::is_empty<_Pred>::value && !std::__libcpp_is_final<_Pred>::value
|