Home
last modified time | relevance | path

Searched defs:sizeof (Results 1 – 18 of 18) 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/eigen/test/
Dsizeof.cpp21 EIGEN_DECLARE_TEST(sizeof) in EIGEN_DECLARE_TEST() argument
/external/clang/test/CodeGenObjC/
Dencode-test-3.m15 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
/external/python/cffi/doc/source/
Dref.rst346 .. _ffi-offsetof:
347 .. _ffi-addressof:
/external/python/cffi/testing/cffi0/
Dtest_cdata.py9 def sizeof(self, name): member in FakeBackend
Dtest_parsing.py11 def sizeof(self, name): member in FakeBackend
/external/autotest/client/bin/input/
Dlinux_ioctl.py42 def sizeof(t): function
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DLocaleData.java229 private static int sizeof(int[] array) { in sizeof() method in LocaleData
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DLocaleData.java229 private static int sizeof(int[] array) { in sizeof() method in LocaleData
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp80 #define sizeof macro
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs471 StartVector(sizeof(int), offsets.Length, sizeof(int)); in sizeof() method
/external/mesa3d/src/intel/perf/
Dgen_perf.py334 def sizeof(c_type): function
/external/clang/utils/ABITest/
DTypeGen.py52 def sizeof(self): member in BuiltinType
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py28 def sizeof(t): import struct; return struct.calcsize(t) function
/external/python/cffi/cffi/
Dapi.py213 def sizeof(self, cdecl): member in FFI
Dbackend_ctypes.py987 def sizeof(self, cdata_or_BType): member in CTypesBackend
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py28 def sizeof(t): import struct; return struct.calcsize(t) function