Home
last modified time | relevance | path

Searched defs:true_type (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h20 struct true_type { struct
41 struct is_same<T, T> : public true_type {}; argument
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dmemory_impl.h
H A Dalgorithm_impl.h
H A Dnumeric_impl.h
H A Dutils.h
H A Dunseq_backend_simd.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_integral.h51 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) { in __to_chars_itoa() argument
100 __to_chars_integral(char* __first, char* __last, _Tp __value, int __base, true_type) { in __to_chars_integral() argument
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dswap_allocator.h25 …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/__type_traits/
H A Dintegral_constant.h34 typedef integral_constant<bool, true> true_type; typedef
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h363 std::true_type /* convertible_to_matcher */, in CastImpl()
381 std::true_type /* convertible_to_T */) { in CastImpl()
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dindependent_bits_engine.h200 __eval(true_type) __eval() argument
H A Duniform_int_distribution.h122 __eval(true_type) __eval() argument
/freebsd/contrib/ntp/ntpd/
H A Drefclock_true.c161 enum true_type {t_unknown, t_goes, t_tm, t_tcu, t_omega, t_tl3, t_Max}; enum
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6800 TimingOf<Clock, Fun(Chronometer)> measure_one(Fun&& fun, int iters, std::true_type) { in measure_one()