Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_integral.h62 __to_chars_itoa(char * __first,char * __last,_Tp __value,false_type) __to_chars_itoa() argument
75 __to_chars_itoa(char * __first,char * __last,__uint128_t __value,false_type) __to_chars_itoa() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Dswap_allocator.h38 __swap_allocator(_Alloc&, _Alloc&, false_type) _NOEXCEPT {} in __swap_allocator() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dintegral_constant.h35 typedef integral_constant<bool, false> false_type; typedef
/freebsd-src/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-src/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp544 serializeFunctionSignatureMixinImpl(const RecordTy & Record,std::false_type) serializeFunctionSignatureMixinImpl() argument
578 serializeAccessMixinImpl(const RecordTy & Record,std::false_type) serializeAccessMixinImpl() argument
626 serializeTemplateMixinImpl(const RecordTy & Record,std::false_type) serializeTemplateMixinImpl() argument
/freebsd-src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h380 std::false_type /* convertible_to_matcher */, in CastImpl() argument
[all...]
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp6796 TimingOf<Clock, Fun(int)> measure_one(Fun&& fun, int iters, std::false_type) { in measure_one()