Lines Matching full:from

10 …0000000U; // expected-warning {{implicit conversion from 'unsigned long' to 'int' changes value fr…  in test_6792488()
16 …a.i5 = 36; // expected-warning {{implicit truncation from 'int' to bit-field changes value from 36… in test_7809123()
24 …s.b = -3; // expected-warning {{implicit truncation from 'int' to bit-field changes value from in test()
25 …s.b = -2; // expected-warning {{implicit truncation from 'int' to bit-field changes value from in test()
28 …1; // one-bit-warning {{implicit truncation from 'int' to a one-bit wide bit-field changes val… in test()
31 …s.b = 2; // expected-warning {{implicit truncation from 'int' to bit-field changes value from in test()
46 …; // expected-warning {{implicit truncation from 'int' to bit-field changes value from in test3()
47 …, 0, 0 }; // expected-warning {{implicit truncation from 'int' to bit-field changes value from in test3()
48 …}}; // expected-warning {{implicit truncation from 'int' to bit-field changes value from in test3()
49 …) { 10, 0 }; // expected-warning {{implicit truncation from 'int' to bit-field changes value from in test3()
50 …10 }; // expected-warning {{implicit truncation from 'int' to bit-field changes value from in test3()
58 …a.c = 0x101; // expected-warning {{implicit truncation from 'int' to bit-field changes value from in test4()
86 …oBits2 = ~2; // expected-warning {{implicit truncation from 'int' to bit-field changes value from in test7()
94 …f.x = C; // expected-warning {{implicit truncation from 'int' to bit-field changes value from 2 to… in test8()
106 …plus_one; // expected-warning {{implicit conversion from 'const short' to 'char' changes value fr… in test9()
107 …plus_one; // expected-warning {{implicit conversion from 'const int' to 'short' changes value fro… in test9()
108 …_plus_one; // expected-warning {{implicit conversion from 'const long' to 'int' changes value fro… in test9()
125 …AR_MACRO_DEC; // expected-warning {{implicit conversion from 'int' to 'char' changes value from 2… in test9()
143 …s.a = -9; // expected-warning{{implicit truncation from 'int' to bit-field changes value from -9 … in test10()
144 …s.a = 16; // expected-warning{{implicit truncation from 'int' to bit-field changes value from 16 … in test10()