Searched defs:sizeof (Results 1 – 6 of 6) sorted by relevance
6 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}} function26 int g1[ sizeof(I0) // expected-error {{invalid application of 'sizeof' to interface 'I0' in non… function35 int g2[ sizeof(I0) // expected-error {{invalid application of 'sizeof' to interface 'I0' in non-f… function67 …unsigned long attributeRuns[1024 + sizeof(I)]; // expected-error {{invalid application of 'sizeof'… field
11 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1]; function
26 int justUnder2Gigs_[(2U * 1024 * 1024 * 1024 - 1) / sizeof(int)]; field
13 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
70 #define sizeof macro
52 def sizeof(self): member in BuiltinType