Searched defs:sizeof (Results 1 – 14 of 14) 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
21 EIGEN_DECLARE_TEST(sizeof) in EIGEN_DECLARE_TEST() argument
15 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
8 sizeof = {"float": 4, "at::Half": 2, "at::BFloat16": 2, "uint8_t": 1} variable
42 def sizeof(t): function
175 sizeof = features.strides[-1] variable
243 private static int sizeof(int[] array) { in sizeof() method in LocaleData
80 #define sizeof macro
472 StartVector(sizeof(int), offsets.Length, sizeof(int)); in sizeof() method
417 def sizeof(c_type): function
52 def sizeof(self): member in BuiltinType
504 def sizeof(self, string): member in Compiler
1014 def sizeof(name): function