Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dis_convertible.h39 struct __is_convertible_test : public false_type {};
77 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 0, 1> : public false_type {};
78 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 1, 1> : public false_type {};
79 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 2, 1> : public false_type {};
80 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 3, 1> : public false_type {};
82 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 0, 2> : public false_type {};
83 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 1, 2> : public false_type {};
84 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 2, 2> : public false_type {};
85 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 3, 2> : public false_type {};
87 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 0, 3> : public false_type {};
[all …]
H A Dis_destructible.h55 static false_type __test (...);
79 struct __destructible_false<_Tp, true> : public false_type {};
87 : public false_type {};
91 : public false_type {};
H A Dis_implicitly_default_constructible.h32 : false_type
41 …onstructible<_Tp, decltype(std::__test_implicit_default_constructible<_Tp const&>({})), false_type>
42 : false_type
H A Dis_reference.h45 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : public false_type {};
48 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference : public false_type {};
51 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_reference : public false_type {};
H A Dis_swappable.h81 struct __swappable_with<_Tp, _Up, false> : false_type {};
95 struct __nothrow_swappable_with<_Tp, _Up, false> : false_type {};
126 false_type
144 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_unbounded_array.h21 template <class> struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array : false_type {};
26 template <class> struct _LIBCPP_TEMPLATE_VIS is_unbounded_array : false_type {};
H A Dis_bounded_array.h22 …s> struct _LIBCPP_TEMPLATE_VIS __libcpp_is_bounded_array : false_type {};
27 …ate <class> struct _LIBCPP_TEMPLATE_VIS is_bounded_array : false_type {};
H A Dis_unsigned.h39 struct __libcpp_is_unsigned_impl<_Tp, false> : public false_type {}; // floating point
44 template <class _Tp> struct __libcpp_is_unsigned<_Tp, false> : public false_type {};
H A Dis_nothrow_destructible.h33 : public false_type
78 : public false_type {};
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp231 erase_at(entry_pointer a_entries, size_type size, false_type);
275 insert_value(const_reference r_val, false_type);
290 swap_value_imp(entry_pointer p_e, const_reference r_new_val, false_type);
299 top_imp(false_type) const;
324 trace_entry(const entry& r_e, false_type) const;
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Ddestruct_n.h29 _LIBCPP_INLINE_VISIBILITY void __process(_Tp* __p, false_type) _NOEXCEPT in __process()
36 _LIBCPP_INLINE_VISIBILITY void __incr(false_type) _NOEXCEPT in __incr()
41 _LIBCPP_INLINE_VISIBILITY void __set(size_t __s, false_type) _NOEXCEPT in __set()
H A Dallocator_traits.h37 template <class _Tp, class = void> struct NAME : false_type { }; \
124 struct __propagate_on_container_copy_assignment : false_type { };
133 struct __propagate_on_container_move_assignment : false_type { };
142 struct __propagate_on_container_swap : false_type { };
160 struct __has_rebind_other : false_type { };
186 struct __has_allocate_hint : false_type { };
195 struct __has_construct_impl : false_type { };
207 struct __has_destroy : false_type { };
216 struct __has_max_size : false_type { };
225 struct __has_select_on_container_copy_construction : false_type { };
[all …]
H A Dpointer_traits.h32 struct __has_element_type : false_type {};
59 struct __has_difference_type : false_type {};
80 template <class _Xp> static false_type __test(...);
178 struct _HasToAddress : false_type {};
186 struct _HasArrow : false_type {};
H A Duses_allocator.h27 template <class _Up> static false_type __test(...);
42 : public false_type
/openbsd-src/gnu/llvm/libcxx/include/__tuple_dir/
H A Dsfinae_helpers.h49 static auto __do_test(...) -> false_type;
64 : public false_type {};
79 : public false_type {};
94 : public false_type {};
112 struct __tuple_like_with_size_imp : false_type {};
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dtype_traits99 typedef integral_constant<bool, false> false_type;
107 : public false_type { };
112 : public false_type { };
131 : public false_type { };
138 : public false_type { };
150 : public false_type { };
155 : public false_type { };
163 : public false_type { };
169 : public false_type { };
260 : public false_type { };
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp384 resize_imp_reassign(entry_pointer, entry_array, false_type);
390 find_ins_pos(const_key_reference, false_type);
396 insert_imp(const_reference, false_type);
451 subscript_imp(const_key_reference key, false_type) in subscript_imp() argument
484 find_key_pointer(const_key_reference key, false_type) in find_key_pointer() argument
582 erase_imp(const_key_reference, false_type);
641 assert_entry_array_valid(const entry_array, false_type) const;
H A Dinsert_no_store_hash_fn_imps.hpp51 find_ins_pos(const_key_reference r_key, false_type) in find_ins_pos() argument
102 insert_imp(const_reference r_val, false_type) in insert_imp() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A Dtype_traits.h104 struct is_trivially_copy_constructible<T &&> : std::false_type {};
122 static std::false_type get(...);
130 static std::false_type get(...);
/openbsd-src/gnu/llvm/libcxx/include/__random/
H A Dis_valid.h28 template<class> struct __libcpp_random_is_valid_inttype : false_type {};
53 template<class, class = void> struct __libcpp_random_is_valid_urng : false_type {};
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dstring_trie_e_access_traits_imp.hpp78 begin_imp(const_key_reference r_key, detail::false_type) in begin_imp() argument
94 end_imp(const_key_reference r_key, detail::false_type) in end_imp() argument
/openbsd-src/gnu/llvm/libcxx/include/__utility/
H A Din_place.h43 template <class _Tp> struct __is_inplace_type_imp : false_type {};
49 template <class _Tp> struct __is_inplace_index_imp : false_type {};
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp361 resize_imp_no_exceptions_reassign_pointer(entry_pointer, entry_pointer_array, false_type);
370 get_entry(const_reference, false_type);
380 subscript_imp(const_key_reference r_key, false_type) in subscript_imp() argument
433 insert_imp(const_reference, false_type);
477 find_key_pointer(const_key_reference r_key, false_type) in find_key_pointer() argument
587 assert_entry_pointer_valid(const entry_pointer, false_type) const;
/openbsd-src/gnu/llvm/libcxx/include/experimental/
H A D__memory30 struct __lfts_uses_allocator : public false_type {};
33 struct __lfts_uses_allocator<_Tp, _Alloc, false, false> : public false_type {};
61 false_type,

123456