Searched defs:sizeof (Results 1 – 6 of 6) sorted by relevance
5 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}} function24 int g1[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not support… function33 int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported… function64 …unsigned long attributeRuns[1024 + sizeof(I)]; // expected-error {{application of 'sizeof' to inte… field
18 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1]; function
60 static_assert(sizeof(b) == 4, ""); category61 static_assert(sizeof(b) == 3, ""); // expected-error {{static assertion failed}} \ category
16 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
80 #define sizeof macro
55 def sizeof(self): member in BuiltinType