Home
last modified time | relevance | path

Searched refs:__SVInt8_t (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Daarch64-sve-inline-asm-datatypes.c57 SVINT_TEST(__SVInt8_t,b);
59 SVINT_TEST(__SVInt8_t,h);
61 SVINT_TEST(__SVInt8_t,s);
63 SVINT_TEST(__SVInt8_t,d);
162 SVBOOL_TEST_UPL(__SVInt8_t, b) ;
Daarch64-sve.c19 __SVInt8_t *ptr;
22 __SVInt8_t s8; in test_locals()
Daarch64-debug-sve-vector-types.c17 __SVInt8_t s8; in test_locals()
/external/llvm-project/clang/test/Sema/
Daarch64-sve-types.c4 …int size_s8[sizeof(__SVInt8_t) == 0 ? 1 : -1]; // expected-error {{invalid application of '… in f()
5 …int align_s8[__alignof__(__SVInt8_t) == 16 ? 1 : -1]; // expected-error {{invalid application of '… in f()
Dsizeless-1.c5 typedef __SVInt8_t svint8_t;
Dattr-arm-sve-vector-bits.c14 typedef __SVInt8_t svint8_t;
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m6 // CHECK: error: cannot yet @encode type __SVInt8_t
7 const char s8[] = @encode(__SVInt8_t);
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-mangle-sve-vectors-msvc.cpp7 void f1(S<__SVInt8_t>) {} in f1() argument
Daarch64-sve-typeinfo.cpp8 auto &s8 = typeid(__SVInt8_t);
Daarch64-sve-fixedtypeinfo.cpp23 typedef __SVInt8_t fixed_int8_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-fixed-vectors.cpp19 typedef __SVInt8_t fixed_int8_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-vectors.cpp9 void f1(S<__SVInt8_t>) {} in f1() argument
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c7 __SVInt8_t *s8;
/external/llvm-project/clang/test/SemaCXX/
Dattr-arm-sve-vector-bits.cpp8 typedef __SVInt8_t svint8_t;
Dsizeless-1.cpp10 typedef __SVInt8_t svint8_t;
438 …local_int8.~__SVInt8_t(); // expected-error {{object expression of non-scalar type 'svint8_t' (aka… in cxx_only()
494 (void)typeid(__SVInt8_t); in cxx_only()
495 (void)typeid(__SVInt8_t *); in cxx_only()
/external/llvm-project/clang/include/clang/Basic/
DAArch64SVEACLETypes.def55 SVE_VECTOR_TYPE("__SVInt8_t", "__SVInt8_t", SveInt8, SveInt8Ty, 16, 8, true, false, false)
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m7 @property(nullable) __SVInt8_t s8; // expected-error {{cannot be applied to non-pointer type}}
/external/llvm-project/llvm/test/DebugInfo/AArch64/
Ddbg-sve-types.ll36 !13 = !DIDerivedType(tag: DW_TAG_typedef, name: "__SVInt8_t", file: !1, baseType: !14)