Lines Matching full:values

15 …ector types assigning to 'v2s' (vector of 2 'int' values) from 'v2u' (vector of 2 'unsigned int' v…  in test1()
16 …v1 = v3; // expected-error {{assigning to 'v2s' (vector of 2 'int' values) from incompatible type … in test1()
17 …e vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2f' (vector of 2 'float' value… in test1()
18 …e vector types assigning to 'v2s' (vector of 2 'int' values) from 'v4ss' (vector of 4 'short' valu… in test1()
20 … types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2s' (vector of 2 'int' values in test1()
21 …v2 = v3; // expected-error {{assigning to 'v2u' (vector of 2 'unsigned int' values) from incompati… in test1()
22 …types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2f' (vector of 2 'float' value… in test1()
23 …types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v4ss' (vector of 4 'short' valu… in test1()
25 …igning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2s' (vector of 2 'int' values)}} in test1()
26 … 'v1s' (vector of 1 'int' value) from incompatible type 'v2u' (vector of 2 'unsigned int' values)}} in test1()
27 …ning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2f' (vector of 2 'float' values)}} in test1()
30 … vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2s' (vector of 2 'int' values in test1()
31 …tor types assigning to 'v2f' (vector of 2 'float' values) from 'v2u' (vector of 2 'unsigned int' v… in test1()
32 …v4 = v3; // expected-error {{assigning to 'v2f' (vector of 2 'float' values) from incompatible typ… in test1()
33 …vector types assigning to 'v2f' (vector of 2 'float' values) from 'v4ss' (vector of 4 'short' valu… in test1()
35 …vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2s' (vector of 2 'int' values in test1()
36 …or types assigning to 'v4ss' (vector of 4 'short' values) from 'v2u' (vector of 2 'unsigned int' v… in test1()
37 …v5 = v3; // expected-error {{assigning to 'v4ss' (vector of 4 'short' values) from incompatible ty… in test1()
38 …d-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2f'}} in test1()