|
Blender
V2.93
|
Go to the source code of this file.
Macros | |
| #define | ATTR_WARN_UNUSED_RESULT |
| #define | ATTR_NONNULL(...) |
| #define | ATTR_RETURNS_NONNULL |
| #define | ATTR_NORETURN |
| #define | ATTR_MALLOC |
| #define | ATTR_ALLOC_SIZE(...) |
| #define | ATTR_SENTINEL(arg_pos) |
| #define | ATTR_PRINTF_FORMAT(format_param, dots_param) |
| #define | ATTR_FALLTHROUGH ((void)0) |
| #define | ATTR_ALIGN(x) __attribute__((aligned(x))) |
Definition at line 99 of file BLI_compiler_attrs.h.
| #define ATTR_ALLOC_SIZE | ( | ... | ) |
Definition at line 68 of file BLI_compiler_attrs.h.
| #define ATTR_FALLTHROUGH ((void)0) |
Definition at line 91 of file BLI_compiler_attrs.h.
| #define ATTR_MALLOC |
Definition at line 61 of file BLI_compiler_attrs.h.
| #define ATTR_NONNULL | ( | ... | ) |
Definition at line 40 of file BLI_compiler_attrs.h.
| #define ATTR_NORETURN |
Definition at line 54 of file BLI_compiler_attrs.h.
| #define ATTR_PRINTF_FORMAT | ( | format_param, | |
| dots_param | |||
| ) |
Definition at line 83 of file BLI_compiler_attrs.h.
| struct Object ATTR_RETURNS_NONNULL |
Definition at line 47 of file BLI_compiler_attrs.h.
| #define ATTR_SENTINEL | ( | arg_pos | ) |
Definition at line 75 of file BLI_compiler_attrs.h.
| #define ATTR_WARN_UNUSED_RESULT |
Definition at line 30 of file BLI_compiler_attrs.h.