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

  /external/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-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeIndex.h 38 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeIndex.h 38 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 40 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 40 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeIndex.h 40 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeIndex.h 40 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeIndex.h 38 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeIndex.h 38 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 40 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 40 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeIndex.h 40 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeIndex.h 40 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 1707 milliseconds