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

  /external/clang/test/CodeGen/
mips64-padding-arg.c 62 } S16;
64 S16 s16; variable
66 void foo10(int, S16);
69 foo10(1, s16);
  /art/runtime/arch/arm/
registers_arm.h 73 S16 = 16,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.cc 76 struct S16 { u64 a, b; } ALIGNED(16);
78 for (S16 *p = reinterpret_cast<S16*>(s), *end = p + n / 16; p < end; p++) {
  /external/llvm/unittests/ADT/
StringRefTest.cpp 451 int16_t S16;
463 bool S16Success = StringRef(Signed[i].Str).getAsInteger(0, S16);
466 EXPECT_EQ(S16, Signed[i].Expected);
  /external/clang/test/CodeGenCXX/
microsoft-abi-static-initializers.cpp 75 static S S16;
  /external/clang/test/PCH/
cxx-key-functions.cpp 24 struct S16 { virtual void f(); };
83 S10, S11, S12, S13, S14, S15, S16, S17, S18, S19,
  /art/runtime/arch/arm64/
registers_arm64.h 170 S16 = 16,

Completed in 299 milliseconds