Home
last modified time | relevance | path

Searched refs:__SVInt32_t (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Daarch64-sve-inline-asm-datatypes.c75 SVINT_TEST(__SVInt32_t,b);
77 SVINT_TEST(__SVInt32_t,h);
79 SVINT_TEST(__SVInt32_t,s);
81 SVINT_TEST(__SVInt32_t,d);
166 SVBOOL_TEST_UPL(__SVInt32_t, s) ;
Daarch64-debug-sve-vector-types.c40 __SVInt32_t s32; in test_locals()
Daarch64-sve.c24 __SVInt32_t s32; in test_locals()
/external/llvm-project/clang/test/Sema/
Daarch64-sve-types.c10 …int size_s32[sizeof(__SVInt32_t) == 0 ? 1 : -1]; // expected-error {{invalid application of… in f()
11 …int align_s32[__alignof__(__SVInt32_t) == 16 ? 1 : -1]; // expected-error {{invalid application of… in f()
Dattr-arm-sve-vector-bits.c16 typedef __SVInt32_t svint32_t;
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m10 // CHECK: error: cannot yet @encode type __SVInt32_t
11 const char s32[] = @encode(__SVInt32_t);
/external/llvm-project/clang/test/Driver/
Daarch64-sve-vector-bits.c56 typedef __SVInt32_t svint32_t;
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c9 __SVInt32_t *s32;
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-typeinfo.cpp10 auto &s32 = typeid(__SVInt32_t);
Daarch64-sve-fixedtypeinfo.cpp25 typedef __SVInt32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-fixed-vectors.cpp21 typedef __SVInt32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-vectors.cpp13 void f3(S<__SVInt32_t>) {} in f3() argument
/external/llvm-project/clang/include/clang/Basic/
DAArch64SVEACLETypes.def57 SVE_VECTOR_TYPE("__SVInt32_t", "__SVInt32_t", SveInt32, SveInt32Ty, 4, 32, true, false, false)
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m9 @property(nullable) __SVInt32_t s32; // expected-error {{cannot be applied to non-pointer type}}