Searched defs:_Static_assert (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objc-static-assert.m | 17 _Static_assert(1, ""); field 18 _Static_assert(0, ""); // expected-error {{static assertion failed}} field 20 _Static_assert(a, ""); // expected-error {{use of undeclared identifier 'a'}} field 21 _Static_assert(sizeof(a), ""); // expected-error {{use of undeclared identifier 'a'}} field 46 _Static_assert(1, ""); field 47 _Static_assert(0, ""); // expected-error {{static assertion failed}} field
|
| H A D | objc-static-assert.mm | 22 _Static_assert(1, ""); field 25 _Static_assert(0, ""); // expected-error {{static assertion failed}} field 33 _Static_assert(1, ""); category 73 _Static_assert(1, ""); field 74 _Static_assert(0, ""); // expected-error {{static assertion failed}} field
|
| H A D | objcxx-enum.mm | 14 _Static_assert(A::a == 0, ""); function
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | diagnose_if.m | 3 _Static_assert(__has_feature(attribute_diagnose_if_objc), "feature check failed?"); function
|
| H A D | nullable-result.m | 7 _Static_assert(__has_feature(nullability_nullable_result), ""); function
|
| /llvm-project-15.0.7/libc/include/ |
| H A D | __llvm-libc-common.h | 27 #define _Static_assert static_assert macro
|