| /freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
| H A D | algorithm_fwd.h | |
| H A D | numeric_impl.h | |
| H A D | memory_impl.h | |
| H A D | utils.h | |
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | is_destructible.h | 50 static false_type __test(...); 72 struct __destructible_false<_Tp, true> : public false_type {}; 78 struct is_destructible<_Tp[]> : public false_type {}; 81 struct is_destructible<void> : public false_type {};
|
| H A D | is_referenceable.h | 30 static false_type __test(...); 35 …nt<bool, _IsNotSame<decltype(__libcpp_is_referenceable_impl::__test<_Tp>(0)), false_type>::value> {
|
| H A D | is_unsigned.h | 34 struct __libcpp_is_unsigned_impl<_Tp, false> : public false_type {}; // floating point 40 struct __libcpp_is_unsigned<_Tp, false> : public false_type {};
|
| H A D | is_reference.h | 35 struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : public false_type {}; 40 struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference : public false_type {};
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_destructible.h | 55 static false_type __test(...); 77 struct __destructible_false<_Tp, true> : false_type {}; 83 struct is_destructible<_Tp[]> : false_type {}; 86 struct is_destructible<void> : false_type {};
|
| H A D | is_implicitly_default_constructible.h | 31 struct __is_implicitly_default_constructible : false_type {}; 41 false_type> : false_type {};
|
| H A D | is_reference.h | 47 struct is_lvalue_reference : false_type {}; 52 struct is_rvalue_reference : false_type {};
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/ |
| H A D | is_destructible.h | 40 template <typename T1> static cpp::false_type __test(...); 55 struct __destructible_false<T, true> : public cpp::false_type {}; 59 template <typename T> struct is_destructible<T[]> : public false_type {}; 60 template <> struct is_destructible<void> : public false_type {};
|
| H A D | is_convertible.h | 24 template <class> auto test_returnable(...) -> cpp::false_type; 31 auto test_implicitly_convertible(...) -> cpp::false_type;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | allocator_traits.h | 39 …struct NAME : false_type {}; … 112 struct __propagate_on_container_copy_assignment : false_type {}; 121 struct __propagate_on_container_move_assignment : false_type {}; 130 struct __propagate_on_container_swap : false_type {}; 148 struct __has_rebind_other : false_type {}; 174 struct __has_allocate_hint : false_type {}; 186 struct __has_construct_impl : false_type {}; 198 struct __has_destroy : false_type {}; 206 struct __has_max_size : false_type {}; 213 struct __has_select_on_container_copy_construction : false_type {}; [all …]
|
| H A D | destruct_n.h | 28 _LIBCPP_HIDE_FROM_ABI void __process(_Tp* __p, false_type) _NOEXCEPT { in __process() 36 _LIBCPP_HIDE_FROM_ABI void __incr(false_type) _NOEXCEPT { ++__size_; } in __incr() 39 _LIBCPP_HIDE_FROM_ABI void __set(size_t __s, false_type) _NOEXCEPT { __size_ = __s; } in __set()
|
| H A D | pointer_traits.h | 38 …struct NAME : false_type {}; … 65 struct __has_difference_type : false_type {}; 84 static false_type __test(...); 172 struct _HasToAddress : false_type {}; 179 struct _HasArrow : false_type {};
|
| H A D | uses_allocator.h | 27 static false_type __test(...); 40 struct __uses_allocator<_Tp, _Alloc, false> : public false_type {};
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/ |
| H A D | is_valid.h | 32 struct __libcpp_random_is_valid_realtype : false_type {}; 47 struct __libcpp_random_is_valid_inttype : false_type {}; 85 struct __libcpp_random_is_valid_urng : false_type {};
|
| /freebsd/contrib/llvm-project/libcxx/include/__random/ |
| H A D | is_valid.h | 32 struct __libcpp_random_is_valid_realtype : false_type {}; 47 struct __libcpp_random_is_valid_inttype : false_type {}; 85 struct __libcpp_random_is_valid_urng : false_type {};
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | destruct_n.h | 28 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 void __process(_Tp* __p, false_type) _NOEXCEPT… in __process() 36 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 void __incr(false_type) _NOEXCEPT { ++__size_;… in __incr() 39 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 void __set(size_t __s, false_type) _NOEXCEPT {… in __set()
|
| H A D | uses_allocator.h | 27 static false_type __test(...); 40 struct __uses_allocator<_Tp, _Alloc, false> : public false_type {};
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/ |
| H A D | iterator_traits.h | 81 static false_type __test(...); 98 static false_type __test(...); 110 static false_type __test(...); 163 struct __has_iterator_category_convertible_to<_Tp, _Up, false> : false_type {}; 169 struct __has_iterator_concept_convertible_to<_Tp, _Up, false> : false_type {}; 191 struct __libcpp_is_contiguous_iterator : false_type {};
|
| /freebsd/contrib/llvm-project/libcxx/include/__charconv/ |
| H A D | to_chars_integral.h | 44 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type); 55 return std::__to_chars_itoa(__first, __last, __x, false_type()); in __to_chars_itoa() 60 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument 73 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument 79 return __to_chars_itoa(__first, __last, static_cast<uint64_t>(__value), false_type()); in __to_chars_itoa() 272 return std::__to_chars_itoa(__first, __last, __value, false_type());
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | product_iterator.h | 58 struct __is_product_iterator : false_type {}; 64 struct __is_product_iterator_of_size : false_type {};
|
| /freebsd/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | in_place.h | 45 struct __is_inplace_type_imp : false_type {}; 53 struct __is_inplace_index_imp : false_type {};
|