Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Daarch64-sve-inline-asm-datatypes.c30 SVINT_TEST(__SVUint16_t,b);
32 SVINT_TEST(__SVUint16_t,h);
34 SVINT_TEST(__SVUint16_t,s);
36 SVINT_TEST(__SVUint16_t,d);
Daarch64-debug-sve-vector-types.c33 __SVUint16_t u16; in test_locals()
Daarch64-sve.c28 __SVUint16_t u16; in test_locals()
/external/llvm-project/clang/test/Sema/
Daarch64-sve-types.c19 …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()
Dattr-arm-sve-vector-bits.c19 typedef __SVUint16_t svuint16_t;
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m17 // CHECK: error: cannot yet @encode type __SVUint16_t
18 const char u16[] = @encode(__SVUint16_t);
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c13 __SVUint16_t *u16;
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-typeinfo.cpp14 auto &u16 = typeid(__SVUint16_t);
Daarch64-sve-fixedtypeinfo.cpp29 typedef __SVUint16_t fixed_uint16_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-fixed-vectors.cpp25 typedef __SVUint16_t fixed_uint16_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-vectors.cpp19 void f6(S<__SVUint16_t>) {} in f6() argument
/external/llvm-project/clang/include/clang/Basic/
DAArch64SVEACLETypes.def61 SVE_VECTOR_TYPE("__SVUint16_t", "__SVUint16_t", SveUint16, SveUint16Ty, 8, 16, false, false, false)
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m13 @property(nullable) __SVUint16_t u16; // expected-error {{cannot be applied to non-pointer type}}