Home | History | Annotate | Download | only in Sema

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 multi_overflow = (uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024));
24 overflow += overflow2 = overflow3 = (uint64_t)(4608 * 1024 * 1024);
26 overflow += overflow2 = overflow3 = 4608 * 1024 * 1024;
28 uint64_t not_overflow = 4608 * 1024 * 1024ULL;
29 uint64_t not_overflow2 = (1ULL * ((uint64_t)(4608) * (1024 * 1024)) + 2ULL);
32 overflow = 4608 * 1024 * 1024 ? 4608 * 1024 * 1024 : 0;
35 overflow = 0 ? 0 : 4608 * 1024 * 1024;
38 if (4608 * 1024 * 1024)
42 if ((uint64_t)(4608 * 1024 * 1024))
46 if ((uint64_t)(4608 * 1024 * 1024))
50 if ((uint64_t)(4608 * 1024 * 1024 * i))
54 if ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL))
58 if ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)))
63 case 4608 * 1024 * 1024:
66 case (uint64_t)(4609 * 1024 * 1024):
69 case ((uint64_t)(4608 * 1024 * 1024 * i)):
72 case ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL)):
76 case ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024))):
81 while (4608 * 1024 * 1024);
84 while ((uint64_t)(4608 * 1024 * 1024));
87 while ((uint64_t)(4608 * 1024 * 1024));
90 while ((uint64_t)(4608 * 1024 * 1024 * i));
93 while ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL));
96 while ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
99 do { } while (4608 * 1024 * 1024);
102 do { } while ((uint64_t)(4608 * 1024 * 1024));
105 do { } while ((uint64_t)(4608 * 1024 * 1024));
108 do { } while ((uint64_t)(4608 * 1024 * 1024 * i));
111 do { } while ((1ULL * ((4608) * ((1024) * (1024))) + 2ULL));
114 do { } while ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
119 for (uint64_t i = 4608 * 1024 * 1024;
120 (uint64_t)(4608 * 1024 * 1024);
121 i += (uint64_t)(4608 * 1024 * 1024 * i));
126 for (uint64_t i = (1ULL * ((4608) * ((1024) * (1024))) + 2ULL);
127 ((uint64_t)((uint64_t)(4608 * 1024 * 1024) * (uint64_t)(4608 * 1024 * 1024)));
128 i = ((4608 * 1024 * 1024) + ((uint64_t)(4608 * 1024 * 1024))));
131 _Complex long long x = 4608 * 1024 * 1024;
134 (__real__ x) = 4608 * 1024 * 1024;
137 (__imag__ x) = 4608 * 1024 * 1024;
143 a[4608 * 1024 * 1024] = 1i;
146 return ((4608 * 1024 * 1024) + ((uint64_t)(4608 * 1024 * 1024)));