Searched refs:__SVUint32_t (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-sve-inline-asm-datatypes.c | 39 SVINT_TEST(__SVUint32_t,b); 41 SVINT_TEST(__SVUint32_t,h); 43 SVINT_TEST(__SVUint32_t,s); 45 SVINT_TEST(__SVUint32_t,d); 251 SVFLOAT_CVT_TEST(__SVFloat16_t,s,__SVUint32_t,d);
|
D | aarch64-debug-sve-vector-types.c | 45 __SVUint32_t u32; in test_locals()
|
D | aarch64-sve.c | 29 __SVUint32_t u32; in test_locals()
|
/external/llvm-project/clang/test/Sema/ |
D | aarch64-sve-types.c | 22 …int size_u32[sizeof(__SVUint32_t) == 0 ? 1 : -1]; // expected-error {{invalid application o… in f() 23 …int align_u32[__alignof__(__SVUint32_t) == 16 ? 1 : -1]; // expected-error {{invalid application o… in f()
|
D | attr-arm-sve-vector-bits.c | 20 typedef __SVUint32_t svuint32_t;
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | aarch64-sve-types.m | 19 // CHECK: error: cannot yet @encode type __SVUint32_t 20 const char u32[] = @encode(__SVUint32_t);
|
/external/llvm-project/clang/test/PCH/ |
D | aarch64-sve-types.c | 14 __SVUint32_t *u32;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | aarch64-sve-typeinfo.cpp | 15 auto &u32 = typeid(__SVUint32_t);
|
D | aarch64-sve-fixedtypeinfo.cpp | 30 typedef __SVUint32_t fixed_uint32_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-fixed-vectors.cpp | 26 typedef __SVUint32_t fixed_uint32_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-vectors.cpp | 21 void f7(S<__SVUint32_t>) {} in f7() argument
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AArch64SVEACLETypes.def | 62 SVE_VECTOR_TYPE("__SVUint32_t", "__SVUint32_t", SveUint32, SveUint32Ty, 4, 32, false, false, false)
|
/external/llvm-project/clang/test/SemaObjC/ |
D | aarch64-sve-types.m | 14 @property(nullable) __SVUint32_t u32; // expected-error {{cannot be applied to non-pointer type}}
|