• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:changes

8 … // expected-warning {{implicit conversion from 'unsigned long' to 'int' changes value from 460718…  in test_6792488()
14 …a.i5 = 36; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 36 … in test_7809123()
34 … // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to … in test3()
35 …0 }; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to … in test3()
36 … // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to … in test3()
37 …0, 0 }; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to … in test3()
38 … // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to … in test3()
46 …a.c = 0x101; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 2… in test4()
62 unsigned char y = 1 ? 65535 : 1; // expected-warning {{changes value}} in test6()
72 …f.twoBits1 = ~1; // expected-warning {{implicit truncation from 'int' to bitfield changes value fr… in test7()
73 …f.twoBits2 = ~2; // expected-warning {{implicit truncation from 'int' to bitfield changes value fr… in test7()
81 …f.x = C; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 2 to … in test8()
93 … // expected-warning {{implicit conversion from 'const short' to 'char' changes value from 128 to… in test9()
94 …; // expected-warning {{implicit conversion from 'const int' to 'short' changes value from 32768 … in test9()
95 …e; // expected-warning {{implicit conversion from 'const long' to 'int' changes value from 214748… in test9()
112 …CRO_DEC; // expected-warning {{implicit conversion from 'int' to 'char' changes value from 255 to… in test9()