Searched defs:false_type (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_type_traits.h | 24 struct false_type { struct 38 struct is_same : public false_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/libcxx/include/__charconv/ |
H A D | to_chars_integral.h | 63 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument 76 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | swap_allocator.h | 38 __swap_allocator(_Alloc&, _Alloc&, false_type) _NOEXCEPT {} in __swap_allocator() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | integral_constant.h | 35 typedef integral_constant<bool, false> false_type; typedef
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | independent_bits_engine.h | 193 __eval(false_type) __eval() argument
|
H A D | uniform_int_distribution.h | 115 __eval(false_type) __eval() argument
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 380 std::false_type /* convertible_to_matcher */, in CastImpl()
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 6796 TimingOf<Clock, Fun(int)> measure_one(Fun&& fun, int iters, std::false_type) { in measure_one()
|