Searched refs:gv8 (Results 1 – 2 of 2) sorted by relevance
128 __attribute__((vector_size(8))) unsigned int gv8; in f() local129 …gv8 = gccv; // expected-error {{assigning to '__attribute__((__vector_size__(2 * sizeof(unsign… in f()130 …av = gv8; // expected-error {{assigning to '__vector unsigned int' (vector of 4 'unsigned in… in f()
117 __attribute__((vector_size(8))) unsigned int gv8; in f() local118 …gv8 = gccv; // expected-error {{assigning to '__attribute__((__vector_size__(2 * sizeof(unsign… in f()119 …av = gv8; // expected-error {{assigning to '__vector unsigned int' (vector of 4 'unsigned in… in f()