Home
last modified time | relevance | path

Searched defs:SByte (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h33 SByte = 0x0068, // 8 bit signed int enumerator
/external/swiftshader/src/Reactor/
DNucleus.cpp1194 SByte::SByte(Argument<SByte> argument) in SByte() function in sw::SByte
1199 SByte::SByte(RValue<Int> cast) in SByte() function in sw::SByte
1206 SByte::SByte(RValue<Short> cast) in SByte() function in sw::SByte
1213 SByte::SByte() in SByte() function in sw::SByte
1217 SByte::SByte(signed char x) in SByte() function in sw::SByte
1222 SByte::SByte(RValue<SByte> rhs) in SByte() function in sw::SByte
1227 SByte::SByte(const SByte &rhs) in SByte() function in sw::SByte
1233 SByte::SByte(const Reference<SByte> &rhs) in SByte() function in sw::SByte
DNucleus.hpp469 class SByte : public Variable<SByte> class