Searched defs:_Static_assert (Results 1 – 9 of 9) sorted by relevance
/llvm-project/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 34 _Static_assert(1, ""); category 76 _Static_assert(1, ""); field 77 _Static_assert(0, ""); // expected-error {{static assertion failed}} field
|
H A D | objcxx-enum.mm | 14 _Static_assert(A::a == 0, ""); function
|
/llvm-project/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/clang/test/C/drs/ |
H A D | dr491.c | 24 #define _Static_assert _Static_assert /* expected-warning {{macro name is a reserved identifier}} … macro
|
/llvm-project/libc/include/ |
H A D | __llvm-libc-common.h | 27 #define _Static_assert global() macro
|
/llvm-project/clang/test/C/C11/ |
H A D | n1330.c | 28 _Static_assert(1, "this should not compile"); // expected-error {{expected identifier}} enumerator
|
/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | rpmalloc.c | 169 #define _Static_assert static_assert macro
|