Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_referenceable.h29 _IsNotSame<decltype(__is_referenceable_impl::__test<_Tp>(0)), false_type>::value> {};
H A Dis_same.h40 using _IsNotSame = _BoolConstant<!__is_same(_Tp, _Up)>; variable
H A Dpromote.h40 static const bool value = _IsNotSame<type, void>::value;
/llvm-project-15.0.7/libcxx/include/
H A Doptional682 _IsNotSame<__uncvref_t<_Up>, in_place_t>::value &&
683 _IsNotSame<__uncvref_t<_Up>, optional>::value,
729 _IsNotSame<_Up, _Tp>,
738 _IsNotSame<_Up, _Tp>,
843 _IsNotSame<__uncvref_t<_Up>, optional>,
845 _IsNotSame<__uncvref_t<_Up>, value_type>,
H A Dtype_traits636 static const bool value = _IsNotSame<__swap1, __nat>::value
637 && _IsNotSame<__swap2, __nat>::value;
H A Dtuple310 _IsNotSame<__uncvref_t<_Tp>, __tuple_leaf>,
389 _IsNotSame<__uncvref_t<_Tp>, __tuple_leaf>,
/llvm-project-15.0.7/libcxx/include/__functional/
H A Dinvoke.h410 _IsNotSame<_Result, __nat>::value,
H A Dfunction.h981 _IsNotSame<__uncvref_t<_Fp>, function>,