Searched refs:_IsNotSame (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | is_referenceable.h | 35 …: integral_constant<bool, _IsNotSame<decltype(__libcpp_is_referenceable_impl::__test<_Tp>(0)), fal…
|
| H A D | is_same.h | 35 using _IsNotSame = _BoolConstant<!__is_same(_Tp, _Up)>; variable
|
| H A D | promote.h | 74 static const bool value = _IsNotSame<type, void>::value;
|
| H A D | invoke.h | 157 using type = __conditional_t<_IsNotSame<_Result, __nat>::value,
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_same.h | 40 using _IsNotSame _LIBCPP_NODEBUG = _BoolConstant<!__is_same(_Tp, _Up)>;
|
| H A D | invoke.h | 264 using type = __conditional_t<_IsNotSame<_Result, __nat>::value,
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | optional | 620 …_If< _IsNotSame<__remove_cvref_t<_Up>, in_place_t>::value && _IsNotSame<__remove_cvref_t<_Up>, opt… 662 _If< _And< _IsNotSame<_Up, _Tp>, is_constructible<_Tp, _QualUp> >::value, 667 …_If< _And< _IsNotSame<_Up, _Tp>, is_constructible<_Tp, _QualUp>, is_assignable<_Tp&, _QualUp> >::v… 735 enable_if_t<_And<_IsNotSame<__remove_cvref_t<_Up>, optional>, 736 … _Or<_IsNotSame<__remove_cvref_t<_Up>, value_type>, _Not<is_scalar<value_type>>>,
|
| H A D | tuple | 338 …__enable_if_t<_And<_IsNotSame<__remove_cvref_t<_Tp>, __tuple_leaf>, is_constructible<_Hp, _Tp> >::… 405 …__enable_if_t< _And< _IsNotSame<__remove_cvref_t<_Tp>, __tuple_leaf>, is_constructible<_Hp, _Tp> >…
|
| /freebsd/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | function.h | 619 …bool = _And<_IsNotSame<__remove_cvref_t<_Fp>, function>, __is_invocable<_Fp, _ArgTypes...> >::valu…
|