Searched defs:sizeof (Results 1 – 8 of 8) 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 {{application of 'sizeof' to interface 'I0' is not support… function35 int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported… function67 …unsigned long attributeRuns[1024 + sizeof(I)]; // expected-error {{application of 'sizeof' to inte… field
11 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1]; function
26 int justUnder2Gigs_[(2U * 1024 * 1024 * 1024 - 1) / sizeof(int)]; field
15 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
78 #define sizeof macro
136 def sizeof(arg): function
52 def sizeof(self): member in BuiltinType
726 def sizeof(self): member in Structure