Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_traits.h30 template <class _Tp, class = void> struct NAME : false_type { }; \
117 struct __propagate_on_container_copy_assignment : false_type { };
126 struct __propagate_on_container_move_assignment : false_type { };
135 struct __propagate_on_container_swap : false_type { };
153 struct __has_rebind_other : false_type { };
180 struct __has_allocate_hint : false_type { };
189 struct __has_construct_impl : false_type { };
201 struct __has_destroy : false_type { };
210 struct __has_max_size : false_type { };
219 struct __has_select_on_container_copy_construction : false_type { };
[all …]
H A Duses_allocator.h43 : public false_type
H A Dpointer_traits.h27 struct __has_element_type : false_type {};
55 struct __has_difference_type : false_type {};
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h202 struct LosslessArithmeticConvertibleImpl : public false_type {};
222 : public false_type {}; // NOLINT
243 : public false_type {}; // NOLINT
248 : public false_type {}; // NOLINT
253 : public false_type {}; // NOLINT
371 template <typename T> struct is_reference : public false_type {};
375 template <typename T1, typename T2> struct type_equals : public false_type {};
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h22 struct false_type { struct
36 struct is_same : public false_type {}; argument
H A Dsanitizer_type_traits.cpp18 const bool false_type::value;
/freebsd-13.1/contrib/llvm-project/libcxx/include/__utility/
H A Din_place.h45 template <class _Tp> struct __is_inplace_type_imp : false_type {};
51 template <class _Tp> struct __is_inplace_index_imp : false_type {};
/freebsd-13.1/contrib/llvm-project/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(...);
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A D__memory27 struct __lfts_uses_allocator : public false_type {};
30 struct __lfts_uses_allocator<_Tp, _Alloc, false, false> : public false_type {};
58 false_type,
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dtype_traits2703 : public false_type
3211 : false_type
3221 : false_type
3265 : false_type
3468 : public false_type
3543 : public false_type
3600 : public false_type
3950 false_type
4247 false_type
4265 false_type
[all …]
H A D__split_buffer132 void __destruct_at_begin(pointer __new_begin, false_type);
138 {__destruct_at_end(__new_last, false_type());}
140 void __destruct_at_end(pointer __new_last, false_type) _NOEXCEPT;
159 void __move_assign_alloc(__split_buffer&, false_type) _NOEXCEPT
280 __split_buffer<_Tp, _Allocator>::__destruct_at_begin(pointer __new_begin, false_type)
297 __split_buffer<_Tp, _Allocator>::__destruct_at_end(pointer __new_last, false_type) _NOEXCEPT
H A D__tuple76 template <class _Tp> struct __tuple_like : false_type {};
398 static auto __do_test(...) -> false_type;
413 : public false_type {};
428 : public false_type {};
443 : public false_type {};
466 struct __tuple_like_with_size_imp : false_type {};
H A Dsystem_error43 : public false_type {};
46 : public false_type {};
164 : public false_type {};
175 : public false_type {};
H A Dcharconv346 return __to_chars_itoa(__first, __last, __x, false_type());
352 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type)
394 return __to_chars_integral(__first, __last, __x, __base, false_type());
427 false_type)
430 return __to_chars_itoa(__first, __last, __value, false_type());
H A Dbitset202 void __init(unsigned long long __v, false_type) _NOEXCEPT;
206 unsigned long to_ulong(false_type) const;
209 unsigned long long to_ullong(false_type) const;
213 unsigned long long to_ullong(true_type, false_type) const;
234 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEPT
332 __bitset<_N_words, _Size>::to_ulong(false_type) const
352 __bitset<_N_words, _Size>::to_ullong(false_type) const
373 __bitset<_N_words, _Size>::to_ullong(true_type, false_type) const
H A Dmemory75 | false_type propagate_on_container_copy_assignment;
77 | false_type propagate_on_container_move_assignment;
79 | false_type propagate_on_container_swap;
808 _LIBCPP_INLINE_VISIBILITY void __process(_Tp* __p, false_type) _NOEXCEPT
815 _LIBCPP_INLINE_VISIBILITY void __incr(false_type) _NOEXCEPT
820 _LIBCPP_INLINE_VISIBILITY void __set(size_t __s, false_type) _NOEXCEPT
859 void __swap_allocator(_Alloc &, _Alloc &, false_type) _NOEXCEPT {}
906 struct __is_allocator : false_type {};
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_options.h54 template <class Option> struct is_valid_option : std::false_type {};
72 struct extract_sentinel_tracking<> : std::false_type, is_implicit {};
H A DDenseMapInfo.h248 static unsigned getHashValueImpl(const Tuple &values, std::false_type) {
267 static bool isEqualImpl(const Tuple &lhs, const Tuple &rhs, std::false_type) {
H A DSTLForwardCompat.h41 : std::false_type {};
/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A Dis_transparent.h25 struct __is_transparent : false_type {};
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h99 std::true_type, std::false_type>::type {};
109 std::true_type, std::false_type>::type {};
H A DRefactoringOptionVisitor.h44 template <typename> static std::false_type check(...);
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h217 inline void StreamHelper(internal::false_type /*is_pointer*/, in StreamHelper() argument
/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator_traits.h429 struct __has_iterator_category_convertible_to<_Tp, _Up, false> : false_type {};
437 struct __has_iterator_concept_convertible_to<_Tp, _Up, false> : false_type {};
466 struct __is_cpp17_contiguous_iterator : false_type {};
/freebsd-13.1/contrib/llvm-project/libcxx/include/__random/
H A Duniform_int_distribution.h102 result_type __eval(false_type);
144 __independent_bits_engine<_Engine, _UIntType>::__eval(false_type)

123