Searched refs:is_empty (Results 1 – 20 of 20) sorted by relevance
498 bool 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
152 bool is_empty(const path& p);153 bool is_empty(const path& p, error_code& ec) noexcept;
34 is_empty<_Tp>::value && !__libcpp_is_final<_Tp>::value>
144 struct __is_always_equal : is_empty<_Alloc> { };
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()
763 int is_empty = qempty(cl->q_); in rmc_queue_packet() local806 if (is_empty) { in rmc_queue_packet()
212 FEATURE(is_empty, LangOpts.CPlusPlus)
758 static bool is_empty(const BasicBlock *B) { in is_empty() function817 while (is_empty(DomB)) { in recalculatePlacement()
103 template <class T> struct is_empty;307 = is_empty<T>::value; // C++171832 // is_empty1834 #if __has_feature(is_empty) || defined(_LIBCPP_COMPILER_GCC)1837 struct _LIBCPP_TEMPLATE_VIS is_empty1840 #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;
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,
81 | is_empty is_always_equal;
454 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value>535 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
178 bool=is_empty<_Hp>::value && !__libcpp_is_final<_Hp>::value
514 bool = is_empty<_Compare>::value && !__libcpp_is_final<_Compare>::value>
226 bool = std::is_empty<_Hash>::value && !std::__libcpp_is_final<_Hash>::value260 bool = std::is_empty<_Pred>::value && !std::__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/