Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:1024

9 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}}
13 uint64_t overflow = 4608 * 1024 * 1024,
15 overflow2 = (uint64_t)(4608 * 1024 * 1024),
17 overflow3 = (uint64_t)(4608 * 1024 * 1024 * i),
19 overflow4 = (1ULL * ((4608) * ((1024) * (1024))) + 2ULL),
21 overflow5 = static_cast<uint64_t>(4608 * 1024 * 1024),
23 multi_overflow = (uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024));
26 overflow += overflow2 = overflow3 = (uint64_t)(4608 * 1024 * 1024);
28 overflow += overflow2 = overflow3 = 4608 * 1024 * 1024;
31 overflow += overflow2 = overflow3 = static_cast<uint64_t>(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 (static_cast<uint64_t>(4608 * 1024 * 1024))
55 if ((uint64_t)(4608 * 1024 * 1024))
59 if ((uint64_t)(4608 * 1024 * 1024 * i))
63 if ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL))
67 if ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)))
72 case 4608 * 1024 * 1024:
75 case (uint64_t)(4609 * 1024 * 1024):
78 case 1 + static_cast<uint64_t>(4609 * 1024 * 1024):
82 case ((uint64_t)(4608 * 1024 * 1024 * i)):
85 case ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL)):
89 case ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024))):
94 while (4608 * 1024 * 1024);
97 while ((uint64_t)(4608 * 1024 * 1024));
100 while (static_cast<uint64_t>(4608 * 1024 * 1024));
103 while ((uint64_t)(4608 * 1024 * 1024));
106 while ((uint64_t)(4608 * 1024 * 1024 * i));
109 while ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL));
112 while ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
115 do { } while (4608 * 1024 * 1024);
118 do { } while ((uint64_t)(4608 * 1024 * 1024));
121 do { } while (static_cast<uint64_t>(4608 * 1024 * 1024));
124 do { } while ((uint64_t)(4608 * 1024 * 1024));
127 do { } while ((uint64_t)(4608 * 1024 * 1024 * i));
130 do { } while ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL));
133 do { } while ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
138 for (uint64_t i = 4608 * 1024 * 1024;
139 (uint64_t)(4608 * 1024 * 1024);
140 i += (uint64_t)(4608 * 1024 * 1024 * i));
145 for (uint64_t i = (1ULL * ((4608) * ((1024) * (1024))) + 2ULL);
146 ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
147 i = ((4608 * 1024 * 1024) + ((uint64_t)(4608 * 1024 * 1024))));
150 _Complex long long x = 4608 * 1024 * 1024;
153 (__real__ x) = 4608 * 1024 * 1024;
156 (__imag__ x) = 4608 * 1024 * 1024;
162 a[4608 * 1024 * 1024] = 1i;
165 return ((4608 * 1024 * 1024) + ((uint64_t)(4608 * 1024 * 1024)));