Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/wpa/src/fst/
H A Dfst_group.c498 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 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-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dfilesystem152 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 Dcompressed_pair.h34 is_empty<_Tp>::value && !__libcpp_is_final<_Tp>::value>
H A Dallocator_traits.h144 struct __is_always_equal : is_empty<_Alloc> { };
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_hw.c258 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 Drepos.c178 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 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-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def212 FEATURE(is_empty, LangOpts.CPlusPlus)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp758 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 Dtype_traits103 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 Dfilesystem152 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 Dmemory81 | is_empty is_always_equal;
H A Dunordered_map454 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value>
535 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
H A Dtuple178 bool=is_empty<_Hp>::value && !__libcpp_is_final<_Hp>::value
H A Dmap514 bool = is_empty<_Compare>::value && !__libcpp_is_final<_Compare>::value>
/freebsd-13.1/contrib/llvm-project/libcxx/include/ext/
H A Dhash_map226 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