Home
last modified time | relevance | path

Searched defs:is_empty (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/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-src/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-read.c
/freebsd-src/contrib/wpa/src/fst/
H A Dfst_group.c498 bool is_empty = !fst_group_has_ifaces(group) && fst_group_delete_if_empty() local
/freebsd-src/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h187 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p, error_code& __ec) { return __fs_is_empty(__p, &__ec); } in is_empty() function
188 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p, error_code& __ec) { return __fs_is_empty(__p, &__ec); } is_empty() function
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c218 boolean_t is_empty = bpobj_is_empty_impl(bpo); in bpobj_is_empty() local
/freebsd-src/contrib/atf/atf-sh/
H A Datf-check.cpp687 const bool is_empty = file_empty(path); in run_output_check() local
/freebsd-src/sys/net/altq/
H A Daltq_rmclass.c751 int is_empty = qempty(cl->q_); in rmc_queue_packet() local
/freebsd-src/sys/dev/qlnx/qlnxe/
H A Decore_hw.c256 bool is_empty = true; in ecore_is_reg_fifo_empty() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp741 static bool is_empty(const BasicBlock *B) { in is_empty() function