Home
last modified time | relevance | path

Searched defs:false_type (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h24 struct false_type { struct
38 struct is_same : public false_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.h60 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument
73 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument
/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dfalse_type.h18 using false_type = cpp::bool_constant<false>; variable
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dswap_allocator.h38 __swap_allocator(_Alloc&, _Alloc&, false_type) _NOEXCEPT {} in __swap_allocator() argument
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dswap_allocator.h31 inline _LIBCPP_HIDE_FROM_ABI void __swap_allocator(_Alloc&, _Alloc&, false_type) _NOEXCEPT {} in __swap_allocator() argument
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dintegral_constant.h32 typedef integral_constant<bool, false> false_type; typedef
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dintegral_constant.h32 typedef integral_constant<bool, false> false_type; typedef
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/
H A Dindependent_bits_engine.h141 inline _UIntType independent_bits_engine<_Engine, __w, _UIntType>::__eval(false_type) { in __eval() argument
H A Duniform_int_distribution.h99 inline _UIntType __independent_bits_engine<_Engine, _UIntType>::__eval(false_type) { in __eval() argument
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dindependent_bits_engine.h149 inline _UIntType independent_bits_engine<_Engine, __w, _UIntType>::__eval(false_type) { in __eval() argument
H A Duniform_int_distribution.h103 inline _UIntType __independent_bits_engine<_Engine, _UIntType>::__eval(false_type) { in __eval() argument
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector.h791 …_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __copy_assign_alloc(const vector&, false_type) {} in __copy_assign_alloc() argument
798 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __move_assign_alloc(vector&, false_type) … in __move_assign_alloc() argument
1008 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::__move_assign(vector& __c, false_type) in __move_assign() argument
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h381 std::false_type /* convertible_to_matcher */, in CastImpl()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6796 TimingOf<Clock, Fun(int)> measure_one(Fun&& fun, int iters, std::false_type) { in measure_one()