Home
last modified time | relevance | path

Searched refs:__SVUint8_t (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Daarch64-sve-inline-asm-datatypes.c21 SVINT_TEST(__SVUint8_t,b);
23 SVINT_TEST(__SVUint8_t,h);
25 SVINT_TEST(__SVUint8_t,s);
27 SVINT_TEST(__SVUint8_t,d);
Daarch64-debug-sve-vector-types.c21 __SVUint8_t u8; in test_locals()
Daarch64-sve.c27 __SVUint8_t u8; in test_locals()
/external/llvm-project/clang/test/Sema/
Daarch64-sve-types.c16 …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()
Dattr-arm-sve-vector-bits.c18 typedef __SVUint8_t svuint8_t;
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m15 // CHECK: error: cannot yet @encode type __SVUint8_t
16 const char u8[] = @encode(__SVUint8_t);
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c12 __SVUint8_t *u8;
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-typeinfo.cpp13 auto &u8 = typeid(__SVUint8_t);
Daarch64-sve-fixedtypeinfo.cpp28 typedef __SVUint8_t fixed_uint8_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-fixed-vectors.cpp24 typedef __SVUint8_t fixed_uint8_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-vectors.cpp17 void f5(S<__SVUint8_t>) {} in f5() argument
/external/llvm-project/clang/include/clang/Basic/
DAArch64SVEACLETypes.def60 SVE_VECTOR_TYPE("__SVUint8_t", "__SVUint8_t", SveUint8, SveUint8Ty, 16, 8, false, false, false)
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m12 @property(nullable) __SVUint8_t u8; // expected-error {{cannot be applied to non-pointer type}}