|
Derive-C
|
Go to the source code of this file.
Macros | |
| #define | DC_INLINE inline __attribute__((always_inline)) |
| #define | DC_CONST __attribute__((const)) |
| #define | DC_PURE __attribute__((pure)) |
| #define | DC_NODISCARD __attribute__((warn_unused_result)) |
| #define | DC_UNUSED __attribute__((unused)) |
| #define | DC_RESTRICT restrict |
| #define | DC_STATIC_CONSTANT static const |
| #define | DC_THREAD_LOCAL _Thread_local |
| #define DC_CONST __attribute__((const)) |
Definition at line 4 of file attributes.h.
| #define DC_INLINE inline __attribute__((always_inline)) |
Definition at line 3 of file attributes.h.
| #define DC_NODISCARD __attribute__((warn_unused_result)) |
Definition at line 6 of file attributes.h.
| #define DC_PURE __attribute__((pure)) |
Definition at line 5 of file attributes.h.
| #define DC_RESTRICT restrict |
Definition at line 15 of file attributes.h.
| #define DC_STATIC_CONSTANT static const |
Definition at line 23 of file attributes.h.
| #define DC_THREAD_LOCAL _Thread_local |
Definition at line 31 of file attributes.h.
| #define DC_UNUSED __attribute__((unused)) |
Definition at line 7 of file attributes.h.