Searched defs:is_empty (Results 1 – 9 of 9) sorted by relevance
22 struct _LIBCPP_TEMPLATE_VIS is_empty : public integral_constant<bool, __is_empty(_Tp)> {}; struct
498 bool is_empty = !fst_group_has_ifaces(group) && fst_group_delete_if_empty() local
187 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
218 boolean_t is_empty = bpobj_is_empty_impl(bpo); in bpobj_is_empty() local
687 const bool is_empty = file_empty(path); in run_output_check() local
751 int is_empty = qempty(cl->q_); in rmc_queue_packet() local
256 bool is_empty = true; in ecore_is_reg_fifo_empty() local
741 static bool is_empty(const BasicBlock *B) { in is_empty() function