/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-eeprom-read.c |
|
/freebsd/sys/dev/rtwn/usb/ |
H A D | rtwn_usb_tx.c | 104 bool is_empty = true; in rtwn_usb_txeof() local 125 is_empty = false; in rtwn_usb_txeof() 128 if (is_empty) in rtwn_usb_txeof()
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_empty.h | 22 struct _LIBCPP_TEMPLATE_VIS is_empty : public integral_constant<bool, __is_empty(_Tp)> {}; struct
|
/freebsd/contrib/wpa/src/fst/ |
H A D | fst_group.c | 502 bool is_empty = !fst_group_has_ifaces(group) && in fst_group_delete_if_empty() local 505 if (is_empty) in fst_group_delete_if_empty() 508 return is_empty; in fst_group_delete_if_empty()
|
/freebsd/contrib/atf/atf-sh/ |
H A D | atf-check.cpp | 687 const bool is_empty = file_empty(path); in run_output_check() local 688 if (!oc.negated && !is_empty) { in run_output_check() 692 } else if (oc.negated && is_empty) { in run_output_check()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdTsSymbolMap.inc | 29 SYMBOL(is_empty, std::experimental::filesystem::, <experimental/filesystem>)
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | filesystem.cppm |
|
H A D | type_traits.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | compressed_pair.h | 42 template <class _Tp, int _Idx, bool _CanBeEmptyBase = is_empty<_Tp>::value && !__libcpp_is_final<_T…
|
H A D | allocator_traits.h | 151 struct __is_always_equal : is_empty<_Alloc> {};
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hw.c | 256 bool is_empty = true; in ecore_is_reg_fifo_empty() local 264 is_empty = REG_RD(p_hwfn, bar_addr) == 0; in ecore_is_reg_fifo_empty() 272 return is_empty; in ecore_is_reg_fifo_empty()
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | operations.h | 186 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p) { return __fs_is_empty(__p); } in is_empty() function 187 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p, error_code& __ec) { return __fs_is_empt… in is_empty() function
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | type_traits | 103 template <class T> struct is_empty; 307 = is_empty<T>::value; // C++17 449 #include <__type_traits/is_empty.h>
|
H A D | filesystem | 447 bool is_empty(const path& p); 448 bool is_empty(const path& p, error_code& ec) noexcept;
|
H A D | tuple | 241 #include <__type_traits/is_empty.h> 283 template <size_t _Ip, class _Hp, bool = is_empty<_Hp>::value && !__libcpp_is_final<_Hp>::value >
|
H A D | memory | 83 | is_empty is_always_equal;
|
H A D | unordered_map | 636 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value> 694 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
|
H A D | module.modulemap | 1956 …ype_traits_is_empty [system] { header "__type_traits/is_empty.h" }
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | bpobj.c | 219 boolean_t is_empty = bpobj_is_empty_impl(bpo); in bpobj_is_empty() local 221 return (is_empty); in bpobj_is_empty()
|
/freebsd/sys/net/altq/ |
H A D | altq_rmclass.c | 751 int is_empty = qempty(cl->q_); in rmc_queue_packet() local 794 if (is_empty) { in rmc_queue_packet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 741 static bool is_empty(const BasicBlock *B) { in is_empty() function 798 while (is_empty(DomB)) { in recalculatePlacement()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Features.def | 236 FEATURE(is_empty, LangOpts.CPlusPlus)
|
/freebsd/contrib/llvm-project/libcxx/include/ext/ |
H A D | hash_map | 224 template <class _Tp, class _Hash, bool = std::is_empty<_Hash>::value && !std::__libcpp_is_final<_Ha… 248 template <class _Tp, class _Pred, bool = std::is_empty<_Pred>::value && !std::__libcpp_is_final<_Pr…
|
/freebsd/lib/libc++/ |
H A D | Makefile | 1260 TTR_HEADERS+= is_empty.h
|
H A D | libcxx.imp | 766 { include: [ "<__type_traits/is_empty.h>", "private", "<type_traits>", "public" ] },
|