HomeSort by relevance Sort by last modified time
    Searched refs:vSInt32 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
vector-no-lax.cpp 3 typedef int __attribute__((vector_size (16))) vSInt32;
5 vSInt32 foo (vUInt32 a) {
6 vSInt32 b = { 0, 0, 0, 0 };
  /external/lldb/test/functionalities/data-formatter/rdar-10642615/
main.cpp 24 vSInt32 valueS32 = {4,3,2,1};
  /external/clang/test/Sema/
arm-neon-types.c 23 typedef signed int vSInt32 __attribute__((__vector_size__(16)));
24 int32x4_t test4(int32x4_t a, vSInt32 b) {

Completed in 193 milliseconds