Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-arm-sve-vector-bits.c181 #define VECTOR_SIZE ((N / 8)) macro
184 _Static_assert(sizeof(fixed_int8_t) == VECTOR_SIZE, "");
186 _Static_assert(sizeof(fixed_int16_t) == VECTOR_SIZE, "");
187 _Static_assert(sizeof(fixed_int32_t) == VECTOR_SIZE, "");
188 _Static_assert(sizeof(fixed_int64_t) == VECTOR_SIZE, "");
190 _Static_assert(sizeof(fixed_uint8_t) == VECTOR_SIZE, "");
191 _Static_assert(sizeof(fixed_uint16_t) == VECTOR_SIZE, "");
192 _Static_assert(sizeof(fixed_uint32_t) == VECTOR_SIZE, "");
193 _Static_assert(sizeof(fixed_uint64_t) == VECTOR_SIZE, "");
195 _Static_assert(sizeof(fixed_float16_t) == VECTOR_SIZE, "");
[all …]