Home
last modified time | relevance | path

Searched defs:sizeof (Results 1 – 14 of 14) 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/pytorch/caffe2/perfkernels/
Dhp_emblookup_codegen.py8 sizeof = {"float": 4, "at::Half": 2, "at::BFloat16": 2, "uint8_t": 1} variable
/external/autotest/client/bin/input/
Dlinux_ioctl.py42 def sizeof(t): function
/external/libopus/dnn/training_tf2/
Dtrain_lpcnet.py175 sizeof = features.strides[-1] variable
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DLocaleData.java243 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.cs472 StartVector(sizeof(int), offsets.Length, sizeof(int)); in sizeof() method
/external/mesa3d/src/intel/perf/
Dgen_perf.py417 def sizeof(c_type): function
/external/clang/utils/ABITest/
DTypeGen.py52 def sizeof(self): member in BuiltinType
/external/mesa3d/meson_to_hermetic/
Dmeson_impl.py504 def sizeof(self, string): member in Compiler
/external/pytorch/torch/_inductor/codegen/
Dwrapper.py1014 def sizeof(name): function