Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Daarch64-sve-inline-asm-datatypes.c48 SVINT_TEST(__SVUint64_t,b);
50 SVINT_TEST(__SVUint64_t,h);
52 SVINT_TEST(__SVUint64_t,s);
54 SVINT_TEST(__SVUint64_t,d);
Daarch64-debug-sve-vector-types.c55 __SVUint64_t u64; in test_locals()
Daarch64-sve.c30 __SVUint64_t u64; in test_locals()
/external/llvm-project/clang/test/Sema/
Daarch64-sve-types.c25 …int size_u64[sizeof(__SVUint64_t) == 0 ? 1 : -1]; // expected-error {{invalid application o… in f()
26 …int align_u64[__alignof__(__SVUint64_t) == 16 ? 1 : -1]; // expected-error {{invalid application o… in f()
Dattr-arm-sve-vector-bits.c21 typedef __SVUint64_t svuint64_t;
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m21 // CHECK: error: cannot yet @encode type __SVUint64_t
22 const char u64[] = @encode(__SVUint64_t);
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c15 __SVUint64_t *u64;
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-typeinfo.cpp16 auto &u64 = typeid(__SVUint64_t);
Daarch64-sve-fixedtypeinfo.cpp31 typedef __SVUint64_t fixed_uint64_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-fixed-vectors.cpp27 typedef __SVUint64_t fixed_uint64_t __attribute__((arm_sve_vector_bits(N)));
Daarch64-mangle-sve-vectors.cpp23 void f8(S<__SVUint64_t>) {} in f8() argument
/external/llvm-project/clang/include/clang/Basic/
DAArch64SVEACLETypes.def63 SVE_VECTOR_TYPE("__SVUint64_t", "__SVUint64_t", SveUint64, SveUint64Ty, 2, 64, false, false, false)
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m15 @property(nullable) __SVUint64_t u64; // expected-error {{cannot be applied to non-pointer type}}