Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Daarch64-sve-inline-asm-datatypes.c84 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) ;
Daarch64-debug-sve-vector-types.c50 __SVInt64_t s64; in test_locals()
Daarch64-sve.c25 __SVInt64_t s64; in test_locals()
/external/llvm-project/clang/test/Sema/
Daarch64-sve-types.c13 …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()
Dattr-arm-sve-vector-bits.c17 typedef __SVInt64_t svint64_t;
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m12 // CHECK: error: cannot yet @encode type __SVInt64_t
13 const char s64[] = @encode(__SVInt64_t);
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c10 __SVInt64_t *s64;
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-typeinfo.cpp11 auto &s64 = typeid(__SVInt64_t);
Daarch64-sve-fixedtypeinfo.cpp26 typedef __SVInt64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-fixed-vectors.cpp22 typedef __SVInt64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-vectors.cpp15 void f4(S<__SVInt64_t>) {} in f4() argument
/external/llvm-project/clang/include/clang/Basic/
DAArch64SVEACLETypes.def58 SVE_VECTOR_TYPE("__SVInt64_t", "__SVInt64_t", SveInt64, SveInt64Ty, 2, 64, true, false, false)
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m10 @property(nullable) __SVInt64_t s64; // expected-error {{cannot be applied to non-pointer type}}