Home
last modified time | relevance | path

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

/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3912 static_assert(IsLValue<Bool>::value, "");
3913 static_assert(IsLValue<Byte>::value, "");
3914 static_assert(IsLValue<SByte>::value, "");
3915 static_assert(IsLValue<Short>::value, "");
3916 static_assert(IsLValue<UShort>::value, "");
3917 static_assert(IsLValue<Int>::value, "");
3918 static_assert(IsLValue<Long>::value, "");
3919 static_assert(IsLValue<UInt>::value, "");
3920 static_assert(IsLValue<Float>::value, "");
3970 static_assert(!IsLValue<RValue<Void>>::value, "");
[all …]
/external/swiftshader/src/Reactor/
DTraits.hpp224 struct IsLValue struct
260 struct ReactorType<T, std::enable_if_t<IsLValue<T>::value>>