Searched defs:sizeof (Results 1 – 11 of 11) 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
15 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
42 def sizeof(t): function
229 private static int sizeof(int[] array) { in sizeof() method in LocaleData
385 StartVector(sizeof(int), offsets.Length, sizeof(int)); in sizeof() method
80 #define sizeof macro
317 def sizeof(c_type): function
52 def sizeof(self): member in BuiltinType
28 def sizeof(t): import struct; return struct.calcsize(t) function