Home | History | Annotate | Download | only in Sema

Lines Matching full:expression

12     // expected-warning@-2 {{overflow in expression; result is -2147483647 with type 'int'}}
14 // expected-error@-4 {{case value is not a constant expression}} \
20 // expected-warning@-2 {{overflow in expression; result is -4 with type 'long'}}
22 // expected-error@-4 {{case value is not a constant expression}} \
28 // expected-warning@-2 {{overflow in expression; result is -1375982336 with type 'int'}}
30 // expected-error@-4 {{case value is not a constant expression}} \
36 // expected-warning@-2 {{overflow in expression; result is -4 with type 'int'}}
38 // expected-error@-4 {{case value is not a constant expression}} \
43 // expected-warning@-2 {{overflow in expression; result is -4 with type 'int'}}
45 // expected-error@-4 {{case value is not a constant expression}} \
52 return (i, 65537) * 65537; // expected-warning {{overflow in expression; result is 131073 with type 'int'}} \
53 // expected-warning {{expression result unused}}
57 unsigned long long l = 65536 * 65536; // expected-warning {{overflow in expression; result is 0 with type 'int'}}