Searched refs:__SVInt8_t (Results 1 – 18 of 18) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-sve-inline-asm-datatypes.c | 57 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) ;
|
D | aarch64-sve.c | 19 __SVInt8_t *ptr; 22 __SVInt8_t s8; in test_locals()
|
D | aarch64-debug-sve-vector-types.c | 17 __SVInt8_t s8; in test_locals()
|
/external/llvm-project/clang/test/Sema/ |
D | aarch64-sve-types.c | 4 …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()
|
D | sizeless-1.c | 5 typedef __SVInt8_t svint8_t;
|
D | attr-arm-sve-vector-bits.c | 14 typedef __SVInt8_t svint8_t;
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | aarch64-sve-types.m | 6 // CHECK: error: cannot yet @encode type __SVInt8_t 7 const char s8[] = @encode(__SVInt8_t);
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | aarch64-mangle-sve-vectors-msvc.cpp | 7 void f1(S<__SVInt8_t>) {} in f1() argument
|
D | aarch64-sve-typeinfo.cpp | 8 auto &s8 = typeid(__SVInt8_t);
|
D | aarch64-sve-fixedtypeinfo.cpp | 23 typedef __SVInt8_t fixed_int8_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-fixed-vectors.cpp | 19 typedef __SVInt8_t fixed_int8_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-vectors.cpp | 9 void f1(S<__SVInt8_t>) {} in f1() argument
|
/external/llvm-project/clang/test/PCH/ |
D | aarch64-sve-types.c | 7 __SVInt8_t *s8;
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-arm-sve-vector-bits.cpp | 8 typedef __SVInt8_t svint8_t;
|
D | sizeless-1.cpp | 10 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/ |
D | AArch64SVEACLETypes.def | 55 SVE_VECTOR_TYPE("__SVInt8_t", "__SVInt8_t", SveInt8, SveInt8Ty, 16, 8, true, false, false)
|
/external/llvm-project/clang/test/SemaObjC/ |
D | aarch64-sve-types.m | 7 @property(nullable) __SVInt8_t s8; // expected-error {{cannot be applied to non-pointer type}}
|
/external/llvm-project/llvm/test/DebugInfo/AArch64/ |
D | dbg-sve-types.ll | 36 !13 = !DIDerivedType(tag: DW_TAG_typedef, name: "__SVInt8_t", file: !1, baseType: !14)
|