Home
last modified time | relevance | path

Searched defs:sizeof (Results 1 – 9 of 9) 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 {{application of 'sizeof' to interface 'I0' is not support… function
35 int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported… function
67 …unsigned long attributeRuns[1024 + sizeof(I)]; // expected-error {{application of 'sizeof' to inte… field
Denum-fixed-type.m11 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1]; function
/external/clang/test/CodeGenObjC/
Dencode-test-3.m15 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
/external/autotest/client/bin/input/
Dlinux_ioctl.py42 def sizeof(t): function
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs306 StartVector(sizeof(int), offsets.Length, sizeof(int)); in sizeof() method
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp80 #define sizeof macro
/external/clang/utils/ABITest/
DTypeGen.py52 def sizeof(self): member in BuiltinType
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py28 def sizeof(t): import struct; return struct.calcsize(t) function
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py28 def sizeof(t): import struct; return struct.calcsize(t) function