Home
last modified time | relevance | path

Searched refs:fixed_uint8_t (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Daarch64-sve-vls-arith-ops.c
H A Daarch64-sve-vls-shift-ops.c
H A Daarch64-sve-vls-bitwise-ops.c
H A Daarch64-sve-vls-compare-ops.c
H A Dattr-arm-sve-vector-bits-types.c19 typedef svuint8_t fixed_uint8_t __attribute__((arm_sve_vector_bits(N))); typedef
81 fixed_uint8_t global_u8;
102 fixed_uint8_t global_arr_u8[3];
124 fixed_uint8_t local_u8; in f()
139 fixed_uint8_t local_arr_u8[3]; in f()
H A Daarch64-sve-vls-subscript-ops.c
/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-sve-fixedtypeinfo.cpp28 typedef __SVUint8_t fixed_uint8_t __attribute__((arm_sve_vector_bits(N))); typedef
46 auto &fu8 = typeid(fixed_uint8_t);
H A Daarch64-mangle-sve-fixed-vectors.cpp24 typedef __SVUint8_t fixed_uint8_t __attribute__((arm_sve_vector_bits(N))); typedef
72 void f5(S<fixed_uint8_t>) {} in f5() argument
/llvm-project/clang/test/Sema/
H A Dattr-arm-sve-vector-bits.c39 typedef svuint8_t fixed_uint8_t __attribute__((arm_sve_vector_bits(N))); typedef
190 _Static_assert(sizeof(fixed_uint8_t) == VECTOR_SIZE, "");
214 _Static_assert(__alignof__(fixed_uint8_t) == VECTOR_ALIGN, "");
377 TEST_INT_OPS(fixed_uint8_t)