Home | History | Annotate | Download | only in Sema

Lines Matching full:1024

14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}}
18 uint64_t overflow = 4608 * 1024 * 1024,
20 overflow2 = (uint64_t)(4608 * 1024 * 1024),
22 overflow3 = (uint64_t)(4608 * 1024 * 1024 * i),
24 overflow4 = (1ULL * ((4608) * ((1024) * (1024))) + 2ULL),
26 multi_overflow = (uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024));
29 overflow += overflow2 = overflow3 = (uint64_t)(4608 * 1024 * 1024);
31 overflow += overflow2 = overflow3 = 4608 * 1024 * 1024;
33 uint64_t not_overflow = 4608 * 1024 * 1024ULL;
34 uint64_t not_overflow2 = (1ULL * ((uint64_t)(4608) * (1024 * 1024)) + 2ULL);
37 overflow = 4608 * 1024 * 1024 ? 4608 * 1024 * 1024 : 0;
40 overflow = 0 ? 0 : 4608 * 1024 * 1024;
43 if (4608 * 1024 * 1024)
47 if ((uint64_t)(4608 * 1024 * 1024))
51 if ((uint64_t)(4608 * 1024 * 1024))
55 if ((uint64_t)(4608 * 1024 * 1024 * i))
59 if ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL))
63 if ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)))
68 case 4608 * 1024 * 1024:
71 case (uint64_t)(4609 * 1024 * 1024):
74 case ((uint64_t)(4608 * 1024 * 1024 * i)):
77 case ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL)):
81 case ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024))):
86 while (4608 * 1024 * 1024);
89 while ((uint64_t)(4608 * 1024 * 1024));
92 while ((uint64_t)(4608 * 1024 * 1024));
95 while ((uint64_t)(4608 * 1024 * 1024 * i));
98 while ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL));
101 while ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
104 do { } while (4608 * 1024 * 1024);
107 do { } while ((uint64_t)(4608 * 1024 * 1024));
110 do { } while ((uint64_t)(4608 * 1024 * 1024));
113 do { } while ((uint64_t)(4608 * 1024 * 1024 * i));
116 do { } while ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL));
119 do { } while ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
124 for (uint64_t i = 4608 * 1024 * 1024;
125 (uint64_t)(4608 * 1024 * 1024);
126 i += (uint64_t)(4608 * 1024 * 1024 * i));
131 for (uint64_t i = (1ULL * ((4608) * ((1024) * (1024))) + 2ULL);
132 ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
133 i = ((4608 * 1024 * 1024) + ((uint64_t)(4608 * 1024 * 1024))));
136 _Complex long long x = 4608 * 1024 * 1024;
139 (__real__ x) = 4608 * 1024 * 1024;
142 (__imag__ x) = 4608 * 1024 * 1024;
148 a[4608 * 1024 * 1024] = 1i;
151 return ((4608 * 1024 * 1024) + ((uint64_t)(4608 * 1024 * 1024)));
159 .x = 4 * 1024 * 1024 * 1024 // expected-warning {{overflow in expression; result is 0 with type 'int'}}
173 .a0 = 4 * 1024 * 1024 * 1024, // expected-warning {{overflow in expression; result is 0 with type 'int'}}
175 .a2 = 4 * 1024 * 1024 * 1024, // expected-warning {{overflow in expression; result is 0 with type 'int'}}
177 .a4 = 4 * 1024 * 1024 * 1024 // expected-warning {{overflow in expression; result is 0 with type 'int'}}