Home
last modified time | relevance | path

Searched refs:_IsNotSame (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_swappable.h68 static const bool value = _IsNotSame<__swap1, __nat>::value && _IsNotSame<__swap2, __nat>::value;
H A Dis_referenceable.h35 …: integral_constant<bool, _IsNotSame<decltype(__libcpp_is_referenceable_impl::__test<_Tp>(0)), fal…
H A Dis_same.h40 using _IsNotSame = _BoolConstant<!__is_same(_Tp, _Up)>; variable
H A Dpromote.h42 static const bool value = _IsNotSame<type, void>::value;
H A Dinvoke.h359 using type = __conditional_t<_IsNotSame<_Result, __nat>::value,
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Doptional614 …_If< _IsNotSame<__remove_cvref_t<_Up>, in_place_t>::value && _IsNotSame<__remove_cvref_t<_Up>, opt…
656 _If< _And< _IsNotSame<_Up, _Tp>, is_constructible<_Tp, _QualUp> >::value,
661 …_If< _And< _IsNotSame<_Up, _Tp>, is_constructible<_Tp, _QualUp>, is_assignable<_Tp&, _QualUp> >::v…
730 class = enable_if_t< _And< _IsNotSame<__remove_cvref_t<_Up>, optional>,
731 … _Or< _IsNotSame<__remove_cvref_t<_Up>, value_type>, _Not<is_scalar<value_type>> >,
H A Dtuple342 … _And< _IsNotSame<__remove_cvref_t<_Tp>, __tuple_leaf>, is_constructible<_Hp, _Tp> >::value > >
410 … _And< _IsNotSame<__remove_cvref_t<_Tp>, __tuple_leaf>, is_constructible<_Hp, _Tp> >::value > >
/freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h828 … bool = _And< _IsNotSame<__remove_cvref_t<_Fp>, function>, __invokable<_Fp, _ArgTypes...> >::value>