| /external/clang/test/SemaObjC/ |
| D | sizeof-interface.m | 6 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
|
| D | enum-fixed-type.m | 11 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1]; function
|
| /external/llvm-project/clang/test/SemaObjC/ |
| D | sizeof-interface.m | 6 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
|
| D | enum-fixed-type.m | 18 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1]; function
|
| /external/llvm-project/clang/test/Parser/ |
| D | objc-static-assert.mm | 58 static_assert(sizeof(b) == 4, ""); category 59 static_assert(sizeof(b) == 3, ""); // expected-error {{static_assert failed}} category
|
| /external/llvm-project/clang/test/CodeGenObjC/ |
| D | encode-test-3.m | 15 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
|
| /external/clang/test/CodeGenObjC/ |
| D | encode-test-3.m | 15 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
|
| /external/python/cffi/doc/source/ |
| D | ref.rst | 333 .. _ffi-offsetof: 334 .. _ffi-addressof:
|
| /external/python/cffi/testing/cffi0/ |
| D | test_cdata.py | 9 def sizeof(self, name): member in FakeBackend
|
| D | test_parsing.py | 11 def sizeof(self, name): member in FakeBackend
|
| /external/autotest/client/bin/input/ |
| D | linux_ioctl.py | 42 def sizeof(t): function
|
| /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
| D | LocaleData.java | 229 private static int sizeof(int[] array) { in sizeof() method in LocaleData
|
| /external/flatbuffers/net/FlatBuffers/ |
| D | FlatBufferBuilder.cs | 389 StartVector(sizeof(int), offsets.Length, sizeof(int)); in sizeof() method
|
| /external/llvm-project/clang/test/Preprocessor/ |
| D | cxx_oper_keyword_ms_compat.cpp | 80 #define sizeof macro
|
| /external/clang/test/Preprocessor/ |
| D | cxx_oper_keyword_ms_compat.cpp | 80 #define sizeof macro
|
| /external/mesa3d/src/intel/perf/ |
| D | gen_perf.py | 334 def sizeof(c_type): function
|
| /external/clang/utils/ABITest/ |
| D | TypeGen.py | 52 def sizeof(self): member in BuiltinType
|
| /external/llvm-project/clang/utils/ABITest/ |
| D | TypeGen.py | 53 def sizeof(self): member in BuiltinType
|
| /external/python/cpython2/Lib/plat-irix5/ |
| D | IOCTL.py | 28 def sizeof(t): import struct; return struct.calcsize(t) function
|
| /external/python/cffi/cffi/ |
| D | api.py | 209 def sizeof(self, cdecl): member in FFI
|
| D | backend_ctypes.py | 987 def sizeof(self, cdata_or_BType): member in CTypesBackend
|
| /external/python/cpython2/Lib/plat-irix6/ |
| D | IOCTL.py | 28 def sizeof(t): import struct; return struct.calcsize(t) function
|