| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_type_traits.h | 20 struct true_type { struct 41 struct is_same<T, T> : public true_type {}; argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
| H A D | memory_impl.h | |
| H A D | algorithm_impl.h | |
| H A D | numeric_impl.h | |
| H A D | utils.h | |
| H A D | unseq_backend_simd.h | |
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/ |
| H A D | true_type.h | 18 using true_type = cpp::bool_constant<true>; variable
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | swap_allocator.h | 25 …FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __swap_allocator(_Alloc& __a1, _Alloc& __a2, true_type) in __swap_allocator() argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | swap_allocator.h | 25 _LIBCPP_HIDE_FROM_ABI void __swap_allocator(_Alloc& __a1, _Alloc& __a2, true_type) { in __swap_allocator() argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | integral_constant.h | 31 typedef integral_constant<bool, true> true_type; typedef
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | integral_constant.h | 31 typedef integral_constant<bool, true> true_type; typedef
|
| /freebsd/contrib/llvm-project/libcxx/include/__charconv/ |
| H A D | to_chars_integral.h | 48 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) { in __to_chars_itoa() argument
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 364 std::true_type /* convertible_to_matcher */, in CastImpl() 382 std::true_type /* convertible_to_T */) { in CastImpl()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/ |
| H A D | independent_bits_engine.h | 146 _UIntType independent_bits_engine<_Engine, __w, _UIntType>::__eval(true_type) { in __eval() argument
|
| H A D | uniform_int_distribution.h | 104 _UIntType __independent_bits_engine<_Engine, _UIntType>::__eval(true_type) { in __eval() argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__random/ |
| H A D | independent_bits_engine.h | 154 _UIntType independent_bits_engine<_Engine, __w, _UIntType>::__eval(true_type) { in __eval() argument
|
| H A D | uniform_int_distribution.h | 108 _UIntType __independent_bits_engine<_Engine, _UIntType>::__eval(true_type) { in __eval() argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__vector/ |
| H A D | vector.h | 781 …ONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __copy_assign_alloc(const vector& __c, true_type) { in __copy_assign_alloc() argument 793 …LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __move_assign_alloc(vector& __c, true_type) in __move_assign_alloc() argument 1018 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::__move_assign(vector& __c, true_type) in __move_assign() argument
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_true.c | 161 enum true_type {t_unknown, t_goes, t_tm, t_tcu, t_omega, t_tl3, t_Max}; enum
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 6800 TimingOf<Clock, Fun(Chronometer)> measure_one(Fun&& fun, int iters, std::true_type) { in measure_one()
|