Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Dsizeof-interface.m5 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}} function
24 int g1[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not support… function
33 int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported… function
64 …unsigned long attributeRuns[1024 + sizeof(I)]; // expected-error {{application of 'sizeof' to inte… field
H A Denum-fixed-type.m18 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1]; function
/llvm-project/clang/test/Parser/
H A Dobjc-static-assert.mm60 static_assert(sizeof(b) == 4, ""); category
61 static_assert(sizeof(b) == 3, ""); // expected-error {{static assertion failed}} \ category
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test-3.m16 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
/llvm-project/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp80 #define sizeof macro
/llvm-project/clang/utils/ABITest/
H A DTypeGen.py55 def sizeof(self): member in BuiltinType