Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Daarch64-sve-inline-asm-datatypes.c39 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);
Daarch64-debug-sve-vector-types.c45 __SVUint32_t u32; in test_locals()
Daarch64-sve.c29 __SVUint32_t u32; in test_locals()
/external/llvm-project/clang/test/Sema/
Daarch64-sve-types.c22 …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()
Dattr-arm-sve-vector-bits.c20 typedef __SVUint32_t svuint32_t;
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m19 // CHECK: error: cannot yet @encode type __SVUint32_t
20 const char u32[] = @encode(__SVUint32_t);
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c14 __SVUint32_t *u32;
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-typeinfo.cpp15 auto &u32 = typeid(__SVUint32_t);
Daarch64-sve-fixedtypeinfo.cpp30 typedef __SVUint32_t fixed_uint32_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-fixed-vectors.cpp26 typedef __SVUint32_t fixed_uint32_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-vectors.cpp21 void f7(S<__SVUint32_t>) {} in f7() argument
/external/llvm-project/clang/include/clang/Basic/
DAArch64SVEACLETypes.def62 SVE_VECTOR_TYPE("__SVUint32_t", "__SVUint32_t", SveUint32, SveUint32Ty, 4, 32, false, false, false)
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m14 @property(nullable) __SVUint32_t u32; // expected-error {{cannot be applied to non-pointer type}}