Searched refs:__SVUint64_t (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-sve-inline-asm-datatypes.c | 48 SVINT_TEST(__SVUint64_t,b); 50 SVINT_TEST(__SVUint64_t,h); 52 SVINT_TEST(__SVUint64_t,s); 54 SVINT_TEST(__SVUint64_t,d);
|
D | aarch64-debug-sve-vector-types.c | 55 __SVUint64_t u64; in test_locals()
|
D | aarch64-sve.c | 30 __SVUint64_t u64; in test_locals()
|
/external/llvm-project/clang/test/Sema/ |
D | aarch64-sve-types.c | 25 …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()
|
D | attr-arm-sve-vector-bits.c | 21 typedef __SVUint64_t svuint64_t;
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | aarch64-sve-types.m | 21 // CHECK: error: cannot yet @encode type __SVUint64_t 22 const char u64[] = @encode(__SVUint64_t);
|
/external/llvm-project/clang/test/PCH/ |
D | aarch64-sve-types.c | 15 __SVUint64_t *u64;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | aarch64-sve-typeinfo.cpp | 16 auto &u64 = typeid(__SVUint64_t);
|
D | aarch64-sve-fixedtypeinfo.cpp | 31 typedef __SVUint64_t fixed_uint64_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-fixed-vectors.cpp | 27 typedef __SVUint64_t fixed_uint64_t __attribute__((arm_sve_vector_bits(N)));
|
D | aarch64-mangle-sve-vectors.cpp | 23 void f8(S<__SVUint64_t>) {} in f8() argument
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AArch64SVEACLETypes.def | 63 SVE_VECTOR_TYPE("__SVUint64_t", "__SVUint64_t", SveUint64, SveUint64Ty, 2, 64, false, false, false)
|
/external/llvm-project/clang/test/SemaObjC/ |
D | aarch64-sve-types.m | 15 @property(nullable) __SVUint64_t u64; // expected-error {{cannot be applied to non-pointer type}}
|