Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/fst/
Dfst_group.c498 bool 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-stable/contrib/atf/atf-sh/
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-stable/contrib/libstdc++/include/tr1/
Dtype_traits_fwd.h122 struct is_empty;
Dtype_traits282 // and is_empty and is_polymorphic don't work at all with the former.
302 struct is_empty
/freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/
Dfilesystem152 bool is_empty(const path& p);
153 bool is_empty(const path& p, error_code& ec) noexcept;
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__memory/
Dcompressed_pair.h34 is_empty<_Tp>::value && !__libcpp_is_final<_Tp>::value>
Dallocator_traits.h144 struct __is_always_equal : is_empty<_Alloc> { };
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
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-stable/contrib/subversion/subversion/libsvn_repos/
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-stable/sys/net/altq/
Daltq_rmclass.c763 int is_empty = qempty(cl->q_); in rmc_queue_packet() local
806 if (is_empty) { in rmc_queue_packet()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DFeatures.def212 FEATURE(is_empty, LangOpts.CPlusPlus)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp758 static bool is_empty(const BasicBlock *B) { in is_empty() function
817 while (is_empty(DomB)) { in recalculatePlacement()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dtype_traits103 template <class T> struct is_empty;
307 = is_empty<T>::value; // C++17
1832 // is_empty
1834 #if __has_feature(is_empty) || defined(_LIBCPP_COMPILER_GCC)
1837 struct _LIBCPP_TEMPLATE_VIS is_empty
1840 #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;
Dfilesystem152 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,
Dmemory81 | is_empty is_always_equal;
Dunordered_map454 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value>
535 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
Dtuple178 bool=is_empty<_Hp>::value && !__libcpp_is_final<_Hp>::value
Dmap514 bool = is_empty<_Compare>::value && !__libcpp_is_final<_Compare>::value>
/freebsd-12-stable/contrib/llvm-project/libcxx/include/ext/
Dhash_map226 bool = std::is_empty<_Hash>::value && !std::__libcpp_is_final<_Hash>::value
260 bool = std::is_empty<_Pred>::value && !std::__libcpp_is_final<_Pred>::value
/freebsd-12-stable/contrib/libstdc++/
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/