Home | History | Annotate | Download | only in SemaCXX

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 overflow5 = static_cast<uint64_t>(4608 * 1024 * 1024),
28 multi_overflow = (uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024));
31 overflow += overflow2 = overflow3 = (uint64_t)(4608 * 1024 * 1024);
33 overflow += overflow2 = overflow3 = 4608 * 1024 * 1024;
36 overflow += overflow2 = overflow3 = static_cast<uint64_t>(4608 * 1024 * 1024);
38 uint64_t not_overflow = 4608 * 1024 * 1024ULL;
39 uint64_t not_overflow2 = (1ULL * ((uint64_t)(4608) * (1024 * 1024)) + 2ULL);
42 overflow = 4608 * 1024 * 1024 ? 4608 * 1024 * 1024 : 0;
45 overflow = 0 ? 0 : 4608 * 1024 * 1024;
48 if (4608 * 1024 * 1024)
52 if ((uint64_t)(4608 * 1024 * 1024))
56 if (static_cast<uint64_t>(4608 * 1024 * 1024))
60 if ((uint64_t)(4608 * 1024 * 1024))
64 if ((uint64_t)(4608 * 1024 * 1024 * i))
68 if ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL))
72 if ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)))
77 case 4608 * 1024 * 1024:
80 case (uint64_t)(4609 * 1024 * 1024):
83 case 1 + static_cast<uint64_t>(4609 * 1024 * 1024):
87 case ((uint64_t)(4608 * 1024 * 1024 * i)):
90 case ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL)):
94 case ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024))):
99 while (4608 * 1024 * 1024);
102 while ((uint64_t)(4608 * 1024 * 1024));
105 while (static_cast<uint64_t>(4608 * 1024 * 1024));
108 while ((uint64_t)(4608 * 1024 * 1024));
111 while ((uint64_t)(4608 * 1024 * 1024 * i));
114 while ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL));
117 while ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
120 do { } while (4608 * 1024 * 1024);
123 do { } while ((uint64_t)(4608 * 1024 * 1024));
126 do { } while (static_cast<uint64_t>(4608 * 1024 * 1024));
129 do { } while ((uint64_t)(4608 * 1024 * 1024));
132 do { } while ((uint64_t)(4608 * 1024 * 1024 * i));
135 do { } while ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL));
138 do { } while ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
143 for (uint64_t i = 4608 * 1024 * 1024;
144 (uint64_t)(4608 * 1024 * 1024);
145 i += (uint64_t)(4608 * 1024 * 1024 * i));
150 for (uint64_t i = (1ULL * ((4608) * ((1024) * (1024))) + 2ULL);
151 ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
152 i = ((4608 * 1024 * 1024) + ((uint64_t)(4608 * 1024 * 1024))));
155 _Complex long long x = 4608 * 1024 * 1024;
158 (__real__ x) = 4608 * 1024 * 1024;
161 (__imag__ x) = 4608 * 1024 * 1024;
167 a[4608 * 1024 * 1024] = 1i;
170 return ((4608 * 1024 * 1024) + ((uint64_t)(4608 * 1024 * 1024)));