Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dattr-arm-sve-vector-bits-types.c19 typedef svuint16_t fixed_uint16_t __attribute__((arm_sve_vector_bits(N))); typedef
81 fixed_uint16_t global_u16;
102 fixed_uint16_t global_arr_u16[3];
124 fixed_uint16_t local_u16; in f()
139 fixed_uint16_t local_arr_u16[3]; in f()
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-fixedtypeinfo.cpp29 typedef __SVUint16_t fixed_uint16_t __attribute__((arm_sve_vector_bits(N))); typedef
47 auto &fu16 = typeid(fixed_uint16_t);
Daarch64-mangle-sve-fixed-vectors.cpp25 typedef __SVUint16_t fixed_uint16_t __attribute__((arm_sve_vector_bits(N))); typedef
79 void f6(S<fixed_uint16_t>) {} in f6() argument
/external/llvm-project/clang/test/Sema/
Dattr-arm-sve-vector-bits.c40 typedef svuint16_t fixed_uint16_t __attribute__((arm_sve_vector_bits(N))); typedef
191 _Static_assert(sizeof(fixed_uint16_t) == VECTOR_SIZE, "");
215 _Static_assert(__alignof__(fixed_uint16_t) == VECTOR_ALIGN, "");
378 TEST_INT_OPS(fixed_uint16_t)