Searched refs:is_empty (Results 1 – 18 of 18) sorted by relevance
498 Boolean is_empty = !fst_group_has_ifaces(group) && in fst_group_delete_if_empty() local501 if (is_empty) in fst_group_delete_if_empty()504 return is_empty; in fst_group_delete_if_empty()
599 const bool is_empty = file_empty(path); in run_output_check() local600 if (!oc.negated && !is_empty) { in run_output_check()604 } else if (oc.negated && is_empty) { in run_output_check()
122 struct is_empty;
282 // and is_empty and is_polymorphic don't work at all with the former. 302 struct is_empty
153 bool is_empty(const path& p);154 bool is_empty(const path& p, error_code& ec) noexcept;
258 bool is_empty = true; in ecore_is_reg_fifo_empty() local266 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()
178 svn_boolean_t is_empty; in create_repos_dir() local182 SVN_ERR(svn_io_dir_empty(&is_empty, path, pool)); in create_repos_dir()184 if (is_empty) in create_repos_dir()
203 FEATURE(is_empty, LangOpts.CPlusPlus)
763 int is_empty = qempty(cl->q_); in rmc_queue_packet() local806 if (is_empty) { in rmc_queue_packet()
750 static bool is_empty(const BasicBlock *B) { in is_empty() function809 while (is_empty(DomB)) { in recalculatePlacement()
100 template <class T> struct is_empty;293 = is_empty<T>::value; // C++171553 // is_empty1555 #if __has_feature(is_empty) || (_GNUC_VER >= 407)1558 struct _LIBCPP_TEMPLATE_VIS is_empty1561 #else // __has_feature(is_empty)1580 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_empty : public __libcpp_empty<_Tp> {};1582 #endif // __has_feature(is_empty)1587 = is_empty<_Tp>::value;
153 bool is_empty(const path& p);154 bool is_empty(const path& p, error_code& ec) noexcept;1690 inline _LIBCPP_INLINE_VISIBILITY bool is_empty(const path& __p) {1694 inline _LIBCPP_INLINE_VISIBILITY bool is_empty(const path& __p,
424 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value>493 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
158 bool=is_empty<_Hp>::value && !__libcpp_is_final<_Hp>::value
82 | is_empty is_always_equal;1245 typedef typename _VSTD::is_empty<_Alloc>::type type;2133 is_empty<_Tp>::value && !__libcpp_is_final<_Tp>::value>
497 bool = is_empty<_Compare>::value && !__libcpp_is_final<_Compare>::value>
226 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value260 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value
618 * testsuite/tr1/4_metaprogramming/type_properties/is_empty/is_empty.cc:4424 (is_empty): Minor tweaks.4496 (is_enum, is_empty): Use the latter.4932 * include/tr1/type_traits: Implement is_empty.4933 * testsuite/tr1/4_metaprogramming/type_properties/is_empty/4934 is_empty.cc: New.4935 * testsuite/tr1/4_metaprogramming/type_properties/is_empty/