Searched refs:__SVUint8_t (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-sve-inline-asm-datatypes.c | 21 SVINT_TEST(__SVUint8_t,b); 23 SVINT_TEST(__SVUint8_t,h); 25 SVINT_TEST(__SVUint8_t,s); 27 SVINT_TEST(__SVUint8_t,d);
|
D | aarch64-debug-sve-vector-types.c | 21 __SVUint8_t u8; in test_locals()
|
D | aarch64-sve.c | 27 __SVUint8_t u8; in test_locals()
|
/external/llvm-project/clang/test/Sema/ |
D | aarch64-sve-types.c | 16 …int size_u8[sizeof(__SVUint8_t) == 0 ? 1 : -1]; // expected-error {{invalid application of … in f() 17 …int align_u8[__alignof__(__SVUint8_t) == 16 ? 1 : -1]; // expected-error {{invalid application of … in f()
|
D | attr-arm-sve-vector-bits.c | 18 typedef __SVUint8_t svuint8_t;
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | aarch64-sve-types.m | 15 // CHECK: error: cannot yet @encode type __SVUint8_t 16 const char u8[] = @encode(__SVUint8_t);
|
/external/llvm-project/clang/test/PCH/ |
D | aarch64-sve-types.c | 12 __SVUint8_t *u8;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | aarch64-sve-typeinfo.cpp | 13 auto &u8 = typeid(__SVUint8_t);
|
D | aarch64-sve-fixedtypeinfo.cpp | 28 typedef __SVUint8_t fixed_uint8_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-fixed-vectors.cpp | 24 typedef __SVUint8_t fixed_uint8_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-vectors.cpp | 17 void f5(S<__SVUint8_t>) {} in f5() argument
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AArch64SVEACLETypes.def | 60 SVE_VECTOR_TYPE("__SVUint8_t", "__SVUint8_t", SveUint8, SveUint8Ty, 16, 8, false, false, false)
|
/external/llvm-project/clang/test/SemaObjC/ |
D | aarch64-sve-types.m | 12 @property(nullable) __SVUint8_t u8; // expected-error {{cannot be applied to non-pointer type}}
|