HomeSort by relevance Sort by last modified time
    Searched defs:SByte (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 1294 SByte::SByte(Argument<SByte> argument)
1299 SByte::SByte(RValue<Int> cast)
1301 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType());
1306 SByte::SByte(RValue<Short> cast)
1308 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType());
1313 SByte::SByte(signed char x
    [all...]
Reactor.hpp 30 class SByte;
264 class SByte : public LValue<SByte>
267 SByte(Argument<SByte> argument);
269 explicit SByte(RValue<Int> cast);
270 explicit SByte(RValue<Short> cast);
272 SByte() = default;
273 SByte(signed char x);
274 SByte(RValue<SByte> rhs)
    [all...]

Completed in 2945 milliseconds