|
#define | _Alignof(T) offsetof(struct { char p00_c; T p00_t; }, p00_t) |
|
#define | _Noreturn |
| Declare a function that doesn't return to the caller. More...
|
|
#define | _Thread_local |
| The C11 keyword for declaring a thread-local variable. More...
|
|
#define | alignas _Alignas |
| Align an object according to X. More...
|
|
#define | alignof _Alignof |
| Return the alignment requirement for type T. More...
|
|
#define | noreturn |
| Declare a function that doesn't return to the caller. More...
|
|
#define | static_assert(EXPR, DIAGSTR) |
| Evaluate expression EXPR at compile time and ensure that it is fulfilled. More...
|
|
#define | thread_local |
| Declare a thread-local variable. More...
|
|