Home
last modified time | relevance | path

Searched defs:_Static_assert (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Parser/
H A Dobjc-static-assert.m17 _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 Dobjc-static-assert.mm22 _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 Dobjcxx-enum.mm14 _Static_assert(A::a == 0, ""); function
/llvm-project/clang/test/SemaObjC/
H A Ddiagnose_if.m3 _Static_assert(__has_feature(attribute_diagnose_if_objc), "feature check failed?"); function
H A Dnullable-result.m7 _Static_assert(__has_feature(nullability_nullable_result), ""); function
/llvm-project/clang/test/C/drs/
H A Ddr491.c24 #define _Static_assert _Static_assert /* expected-warning {{macro name is a reserved identifier}} … macro
/llvm-project/libc/include/
H A D__llvm-libc-common.h27 #define _Static_assert global() macro
/llvm-project/clang/test/C/C11/
H A Dn1330.c28 _Static_assert(1, "this should not compile"); // expected-error {{expected identifier}} enumerator
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c169 #define _Static_assert static_assert macro