Home
last modified time | relevance | path

Searched refs:false_type (Results 1 – 25 of 204) sorted by relevance

123456789

/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dalgorithm_fwd.h
H A Dnumeric_impl.h
H A Dmemory_impl.h
H A Dutils.h
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_destructible.h50 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 Dis_referenceable.h30 static false_type __test(...);
35 …nt<bool, _IsNotSame<decltype(__libcpp_is_referenceable_impl::__test<_Tp>(0)), false_type>::value> {
H A Dis_unsigned.h34 struct __libcpp_is_unsigned_impl<_Tp, false> : public false_type {}; // floating point
40 struct __libcpp_is_unsigned<_Tp, false> : public false_type {};
H A Dis_reference.h35 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 Dis_destructible.h55 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 Dis_implicitly_default_constructible.h31 struct __is_implicitly_default_constructible : false_type {};
41 false_type> : false_type {};
H A Dis_reference.h47 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 Dis_destructible.h40 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 Dis_convertible.h24 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 Dallocator_traits.h39 …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 Ddestruct_n.h28 _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 Dpointer_traits.h38 …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 Duses_allocator.h27 static false_type __test(...);
40 struct __uses_allocator<_Tp, _Alloc, false> : public false_type {};
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/
H A Dis_valid.h32 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 Dis_valid.h32 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 Ddestruct_n.h28 …_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 Duses_allocator.h27 static false_type __test(...);
40 struct __uses_allocator<_Tp, _Alloc, false> : public false_type {};
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/
H A Diterator_traits.h81 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 Dto_chars_integral.h44 __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 Dproduct_iterator.h58 struct __is_product_iterator : false_type {};
64 struct __is_product_iterator_of_size : false_type {};
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Din_place.h45 struct __is_inplace_type_imp : false_type {};
53 struct __is_inplace_index_imp : false_type {};

123456789