Home
last modified time | relevance | path

Searched defs:sizeof (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/SemaObjC/
Dsizeof-interface.m6 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}} function
26 int g1[ sizeof(I0) // expected-error {{invalid application of 'sizeof' to interface 'I0' in non… function
35 int g2[ sizeof(I0) // expected-error {{invalid application of 'sizeof' to interface 'I0' in non-f… function
67 …unsigned long attributeRuns[1024 + sizeof(I)]; // expected-error {{invalid application of 'sizeof'… field
Denum-fixed-type.m11 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1]; function
/external/chromium/base/
Dprocess_util_unittest_mac.mm26 int justUnder2Gigs_[(2U * 1024 * 1024 * 1024 - 1) / sizeof(int)]; field
/external/clang/test/CodeGenObjC/
Dencode-test-3.m13 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp70 #define sizeof macro
/external/clang/utils/ABITest/
DTypeGen.py52 def sizeof(self): member in BuiltinType