Home
last modified time | relevance | path

Searched refs:IsRValue (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DReactorUnitTests.cpp2979 static_assert(IsRValue<RValue<Void>>::value, "");
2980 static_assert(IsRValue<RValue<Bool>>::value, "");
2981 static_assert(IsRValue<RValue<Byte>>::value, "");
2982 static_assert(IsRValue<RValue<SByte>>::value, "");
2983 static_assert(IsRValue<RValue<Short>>::value, "");
2984 static_assert(IsRValue<RValue<UShort>>::value, "");
2985 static_assert(IsRValue<RValue<Int>>::value, "");
2986 static_assert(IsRValue<RValue<Long>>::value, "");
2987 static_assert(IsRValue<RValue<UInt>>::value, "");
2988 static_assert(IsRValue<RValue<Float>>::value, "");
[all …]
DTraits.hpp216 struct IsRValue struct
221 struct IsRValue<T, std::enable_if_t<IsDefined<typename T::rvalue_underlying_type>::value>> struct
258 struct ReactorType<T, std::enable_if_t<IsRValue<T>::value>>