Searched refs:__SVInt64_t (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-sve-inline-asm-datatypes.c | 84 SVINT_TEST(__SVInt64_t,b); 86 SVINT_TEST(__SVInt64_t,h); 88 SVINT_TEST(__SVInt64_t,s); 90 SVINT_TEST(__SVInt64_t,d); 168 SVBOOL_TEST_UPL(__SVInt64_t, d) ;
|
D | aarch64-debug-sve-vector-types.c | 50 __SVInt64_t s64; in test_locals()
|
D | aarch64-sve.c | 25 __SVInt64_t s64; in test_locals()
|
/external/llvm-project/clang/test/Sema/ |
D | aarch64-sve-types.c | 13 …int size_s64[sizeof(__SVInt64_t) == 0 ? 1 : -1]; // expected-error {{invalid application of… in f() 14 …int align_s64[__alignof__(__SVInt64_t) == 16 ? 1 : -1]; // expected-error {{invalid application of… in f()
|
D | attr-arm-sve-vector-bits.c | 17 typedef __SVInt64_t svint64_t;
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | aarch64-sve-types.m | 12 // CHECK: error: cannot yet @encode type __SVInt64_t 13 const char s64[] = @encode(__SVInt64_t);
|
/external/llvm-project/clang/test/PCH/ |
D | aarch64-sve-types.c | 10 __SVInt64_t *s64;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | aarch64-sve-typeinfo.cpp | 11 auto &s64 = typeid(__SVInt64_t);
|
D | aarch64-sve-fixedtypeinfo.cpp | 26 typedef __SVInt64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-fixed-vectors.cpp | 22 typedef __SVInt64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-vectors.cpp | 15 void f4(S<__SVInt64_t>) {} in f4() argument
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AArch64SVEACLETypes.def | 58 SVE_VECTOR_TYPE("__SVInt64_t", "__SVInt64_t", SveInt64, SveInt64Ty, 2, 64, true, false, false)
|
/external/llvm-project/clang/test/SemaObjC/ |
D | aarch64-sve-types.m | 10 @property(nullable) __SVInt64_t s64; // expected-error {{cannot be applied to non-pointer type}}
|