| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator_traits.h | 30 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 D | uses_allocator.h | 43 : public false_type
|
| H A D | pointer_traits.h | 27 struct __has_element_type : false_type {}; 55 struct __has_difference_type : false_type {};
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 202 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 D | sanitizer_type_traits.h | 22 struct false_type { struct 36 struct is_same : public false_type {}; argument
|
| H A D | sanitizer_type_traits.cpp | 18 const bool false_type::value;
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | in_place.h | 45 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 D | type_traits.h | 104 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 | __memory | 27 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 D | type_traits | 2703 : 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_buffer | 132 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 | __tuple | 76 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 D | system_error | 43 : public false_type {}; 46 : public false_type {}; 164 : public false_type {}; 175 : public false_type {};
|
| H A D | charconv | 346 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 D | bitset | 202 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 D | memory | 75 | 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 D | ilist_node_options.h | 54 template <class Option> struct is_valid_option : std::false_type {}; 72 struct extract_sentinel_tracking<> : std::false_type, is_implicit {};
|
| H A D | DenseMapInfo.h | 248 static unsigned getHashValueImpl(const Tuple &values, std::false_type) { 267 static bool isEqualImpl(const Tuple &lhs, const Tuple &rhs, std::false_type) {
|
| H A D | STLForwardCompat.h | 41 : std::false_type {};
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | is_transparent.h | 25 struct __is_transparent : false_type {};
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRulesInternal.h | 99 std::true_type, std::false_type>::type {}; 109 std::true_type, std::false_type>::type {};
|
| H A D | RefactoringOptionVisitor.h | 44 template <typename> static std::false_type check(...);
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-message.h | 217 inline void StreamHelper(internal::false_type /*is_pointer*/, in StreamHelper() argument
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | iterator_traits.h | 429 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 D | uniform_int_distribution.h | 102 result_type __eval(false_type); 144 __independent_bits_engine<_Engine, _UIntType>::__eval(false_type)
|