Searched refs:vSInt32 (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/test/SemaCXX/ |
D | vector-no-lax.cpp | 3 typedef int __attribute__((vector_size (16))) vSInt32; typedef 5 vSInt32 foo (vUInt32 a) { in foo() 6 vSInt32 b = { 0, 0, 0, 0 }; in foo()
|
/external/clang/test/SemaCXX/ |
D | vector-no-lax.cpp | 3 typedef int __attribute__((vector_size (16))) vSInt32; typedef 5 vSInt32 foo (vUInt32 a) { in foo() 6 vSInt32 b = { 0, 0, 0, 0 }; in foo()
|
/external/clang/test/Sema/ |
D | arm-neon-types.c | 23 typedef signed int vSInt32 __attribute__((__vector_size__(16))); typedef 24 int32x4_t test4(int32x4_t a, vSInt32 b) { in test4()
|
/external/llvm-project/clang/test/Sema/ |
D | arm-neon-types.c | 23 typedef signed int vSInt32 __attribute__((__vector_size__(16))); typedef 24 int32x4_t test4(int32x4_t a, vSInt32 b) { in test4()
|
D | vector-cast.c | 52 typedef signed int vSInt32 __attribute__((__vector_size__(16))); typedef 80 void f6(vSInt32 a0) { in f6()
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/compactvectors/ |
D | main.cpp | 14 vSInt32 valueS32 = {4,3,2,1}; in main()
|