Searched defs:align_f16 (Results 1 – 3 of 3) sorted by relevance
29 int align_f16[__alignof__(__SVFloat16_t) == 16 ? 1 : -1]; // expected-error {{invalid application of '__alignof' to sizeless type '__SVFloat16_t'}} in f() local
240 int align_f16 = __alignof(_Float16); variable
284 int align_f16 = __alignof(_Float16); variable