Home
last modified time | relevance | path

Searched refs:__SVInt16_t (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Daarch64-sve-inline-asm-datatypes.c66 SVINT_TEST(__SVInt16_t,b);
68 SVINT_TEST(__SVInt16_t,h);
70 SVINT_TEST(__SVInt16_t,s);
72 SVINT_TEST(__SVInt16_t,d);
164 SVBOOL_TEST_UPL(__SVInt16_t, h) ;
249 SVFLOAT_CVT_TEST(__SVInt16_t,h,__SVFloat32_t,s);
Daarch64-debug-sve-vector-types.c28 __SVInt16_t s16; in test_locals()
Daarch64-sve.c23 __SVInt16_t s16; in test_locals()
/external/llvm-project/clang/test/Sema/
Daarch64-sve-types.c7 …int size_s16[sizeof(__SVInt16_t) == 0 ? 1 : -1]; // expected-error {{invalid application of… in f()
8 …int align_s16[__alignof__(__SVInt16_t) == 16 ? 1 : -1]; // expected-error {{invalid application of… in f()
Dsizeless-1.c6 typedef __SVInt16_t svint16_t;
Dattr-arm-sve-vector-bits.c15 typedef __SVInt16_t svint16_t;
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m8 // CHECK: error: cannot yet @encode type __SVInt16_t
9 const char s16[] = @encode(__SVInt16_t);
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c8 __SVInt16_t *s16;
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-typeinfo.cpp9 auto &s16 = typeid(__SVInt16_t);
Daarch64-sve-fixedtypeinfo.cpp24 typedef __SVInt16_t fixed_int16_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-fixed-vectors.cpp20 typedef __SVInt16_t fixed_int16_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-vectors.cpp11 void f2(S<__SVInt16_t>) {} in f2() argument
/external/llvm-project/clang/include/clang/Basic/
DAArch64SVEACLETypes.def56 SVE_VECTOR_TYPE("__SVInt16_t", "__SVInt16_t", SveInt16, SveInt16Ty, 8, 16, true, false, false)
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m8 @property(nullable) __SVInt16_t s16; // expected-error {{cannot be applied to non-pointer type}}
/external/llvm-project/clang/test/SemaCXX/
Dsizeless-1.cpp11 typedef __SVInt16_t svint16_t;