Searched refs:__SVUint16_t (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-sve-inline-asm-datatypes.c | 30 SVINT_TEST(__SVUint16_t,b); 32 SVINT_TEST(__SVUint16_t,h); 34 SVINT_TEST(__SVUint16_t,s); 36 SVINT_TEST(__SVUint16_t,d);
|
D | aarch64-debug-sve-vector-types.c | 33 __SVUint16_t u16; in test_locals()
|
D | aarch64-sve.c | 28 __SVUint16_t u16; in test_locals()
|
/external/llvm-project/clang/test/Sema/ |
D | aarch64-sve-types.c | 19 …int size_u16[sizeof(__SVUint16_t) == 0 ? 1 : -1]; // expected-error {{invalid application o… in f() 20 …int align_u16[__alignof__(__SVUint16_t) == 16 ? 1 : -1]; // expected-error {{invalid application o… in f()
|
D | attr-arm-sve-vector-bits.c | 19 typedef __SVUint16_t svuint16_t;
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | aarch64-sve-types.m | 17 // CHECK: error: cannot yet @encode type __SVUint16_t 18 const char u16[] = @encode(__SVUint16_t);
|
/external/llvm-project/clang/test/PCH/ |
D | aarch64-sve-types.c | 13 __SVUint16_t *u16;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | aarch64-sve-typeinfo.cpp | 14 auto &u16 = typeid(__SVUint16_t);
|
D | aarch64-sve-fixedtypeinfo.cpp | 29 typedef __SVUint16_t fixed_uint16_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-fixed-vectors.cpp | 25 typedef __SVUint16_t fixed_uint16_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-vectors.cpp | 19 void f6(S<__SVUint16_t>) {} in f6() argument
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AArch64SVEACLETypes.def | 61 SVE_VECTOR_TYPE("__SVUint16_t", "__SVUint16_t", SveUint16, SveUint16Ty, 8, 16, false, false, false)
|
/external/llvm-project/clang/test/SemaObjC/ |
D | aarch64-sve-types.m | 13 @property(nullable) __SVUint16_t u16; // expected-error {{cannot be applied to non-pointer type}}
|