Home
last modified time | relevance | path

Searched refs:fixed_uint32_t (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dattr-arm-sve-vector-bits-types.c20 typedef svuint32_t fixed_uint32_t __attribute__((arm_sve_vector_bits(N))); typedef
82 fixed_uint32_t global_u32;
103 fixed_uint32_t global_arr_u32[3];
125 fixed_uint32_t local_u32; in f()
140 fixed_uint32_t local_arr_u32[3]; in f()
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-fixedtypeinfo.cpp30 typedef __SVUint32_t fixed_uint32_t __attribute__((arm_sve_vector_bits(N))); typedef
48 auto &fu32 = typeid(fixed_uint32_t);
Daarch64-mangle-sve-fixed-vectors.cpp26 typedef __SVUint32_t fixed_uint32_t __attribute__((arm_sve_vector_bits(N))); typedef
86 void f7(S<fixed_uint32_t>) {} in f7() argument
/external/llvm-project/clang/test/Sema/
Dattr-arm-sve-vector-bits.c41 typedef svuint32_t fixed_uint32_t __attribute__((arm_sve_vector_bits(N))); typedef
192 _Static_assert(sizeof(fixed_uint32_t) == VECTOR_SIZE, "");
216 _Static_assert(__alignof__(fixed_uint32_t) == VECTOR_ALIGN, "");
379 TEST_INT_OPS(fixed_uint32_t)