Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/fst/
H A Dfst_group.c498 Boolean 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-12.1/contrib/atf/atf-sh/
H A Datf-check.cpp599 const bool is_empty = file_empty(path); in run_output_check() local
600 if (!oc.negated && !is_empty) { in run_output_check()
604 } else if (oc.negated && is_empty) { in run_output_check()
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dtype_traits_fwd.h122 struct is_empty;
H A Dtype_traits282 // and is_empty and is_polymorphic don't work at all with the former.
302 struct is_empty
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dfilesystem153 bool is_empty(const path& p);
154 bool is_empty(const path& p, error_code& ec) noexcept;
/freebsd-12.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-12.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-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFeatures.def203 FEATURE(is_empty, LangOpts.CPlusPlus)
/freebsd-12.1/sys/net/altq/
H A Daltq_rmclass.c763 int is_empty = qempty(cl->q_); in rmc_queue_packet() local
806 if (is_empty) { in rmc_queue_packet()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp750 static bool is_empty(const BasicBlock *B) { in is_empty() function
809 while (is_empty(DomB)) { in recalculatePlacement()
/freebsd-12.1/contrib/libc++/include/
H A Dtype_traits100 template <class T> struct is_empty;
293 = is_empty<T>::value; // C++17
1553 // is_empty
1555 #if __has_feature(is_empty) || (_GNUC_VER >= 407)
1558 struct _LIBCPP_TEMPLATE_VIS is_empty
1561 #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;
H A Dfilesystem153 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,
H A Dunordered_map424 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value>
493 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
H A Dtuple158 bool=is_empty<_Hp>::value && !__libcpp_is_final<_Hp>::value
H A Dmemory82 | is_empty is_always_equal;
1245 typedef typename _VSTD::is_empty<_Alloc>::type type;
2133 is_empty<_Tp>::value && !__libcpp_is_final<_Tp>::value>
H A Dmap497 bool = is_empty<_Compare>::value && !__libcpp_is_final<_Compare>::value>
/freebsd-12.1/contrib/libc++/include/ext/
H A Dhash_map226 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value
260 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2005618 * 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/