| /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/__cxx03/__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/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_empty.h | 22 struct _LIBCPP_NO_SPECIALIZATIONS is_empty : 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/llvm-project/libcxx/include/__memory/ |
| H A D | compressed_pair.h | 67 …(is_empty<_ToPad>::value && !__libcpp_is_final<_ToPad>::value) || sizeof(_ToPad) == __datasizeof_v…
|
| H A D | allocator_traits.h | 138 __detected_or_t<typename is_empty<_Alloc>::type, __is_always_equal_member, _Alloc>;
|
| /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/libcxx/include/__cxx03/__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 | 139 struct __is_always_equal : is_empty<_Alloc> {};
|
| /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 | filesystem.inc | 82 using std::filesystem::is_empty;
|
| H A D | type_traits.cppm | |
| H A D | type_traits.inc | 47 using std::is_empty;
|
| /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 | 188 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p) { return __fs_is_empty(__p); } in is_empty() function 189 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/__cxx03/ |
| H A D | type_traits | 103 template <class T> struct is_empty; 307 = is_empty<T>::value; // C++17 449 #include <__cxx03/__type_traits/is_empty.h>
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 101 template <class T> struct is_empty; 336 = is_empty<T>::value; // since C++17 489 # 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;
|
| /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 | 736 static bool is_empty(const BasicBlock *B) { in is_empty() function 793 while (is_empty(DomB)) { in recalculatePlacement()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Features.def | 296 FEATURE(is_empty, LangOpts.CPlusPlus)
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/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…
|