|
kernel
|
Go to the source code of this file.
Macros | |
| #define | IN |
| #define | OUT |
| #define | _In_Opt |
| #define | _Out_Opt |
| #define | NORETURN __attribute__((noreturn)) |
| #define | FORCEINLINE static inline |
| #define | FORCEINLINE_NOHEADER inline |
| #define | USED __attribute__((used)) |
| #define | MUST_USE_RESULT __attribute__((warn_unused_result)) |
| #define | COLD __attribute__((cold)) |
| #define | HOT __attribute__((hot)) |
| #define | PACKED __attribute__((packed)) |
| #define | STATIC_ASSERT(cond, msg) |
| #define | COMPILE_WARNING(msg) |
| #define | COMPILE_ERROR(msg) |
| #define | SYSV_ABI __attribute__((sysv_abi)) |
| #define | MS_ABI __attribute__((ms_abi)) |
| #define | NOINLINE __attribute__((noinline)) |
| #define | UNREACHABLE_CODE() |
| #define | VALIDATE_SIZE(struc, size) |
| #define | VALIDATE_OFFSET(struc, member, offset) |
| #define _In_Opt |
Definition at line 10 of file annotations.h.
| #define _Out_Opt |
Definition at line 11 of file annotations.h.
| #define COLD __attribute__((cold)) |
Definition at line 45 of file annotations.h.
| #define COMPILE_ERROR | ( | msg | ) |
Definition at line 60 of file annotations.h.
| #define COMPILE_WARNING | ( | msg | ) |
Definition at line 57 of file annotations.h.
| #define FORCEINLINE static inline |
Definition at line 23 of file annotations.h.
| #define FORCEINLINE_NOHEADER inline |
Definition at line 34 of file annotations.h.
| #define HOT __attribute__((hot)) |
Definition at line 48 of file annotations.h.
| #define IN |
Definition at line 8 of file annotations.h.
| #define MS_ABI __attribute__((ms_abi)) |
Definition at line 66 of file annotations.h.
| #define MUST_USE_RESULT __attribute__((warn_unused_result)) |
Definition at line 42 of file annotations.h.
| #define NOINLINE __attribute__((noinline)) |
Definition at line 69 of file annotations.h.
| #define NORETURN __attribute__((noreturn)) |
Definition at line 14 of file annotations.h.
| #define OUT |
Definition at line 9 of file annotations.h.
| #define PACKED __attribute__((packed)) |
Definition at line 51 of file annotations.h.
| #define STATIC_ASSERT | ( | cond, | |
| msg ) |
Definition at line 54 of file annotations.h.
| #define SYSV_ABI __attribute__((sysv_abi)) |
Definition at line 63 of file annotations.h.
| #define UNREACHABLE_CODE | ( | ) |
Definition at line 72 of file annotations.h.
| #define USED __attribute__((used)) |
Definition at line 39 of file annotations.h.
| #define VALIDATE_OFFSET | ( | struc, | |
| member, | |||
| offset ) |
Definition at line 78 of file annotations.h.
| #define VALIDATE_SIZE | ( | struc, | |
| size ) |
Definition at line 75 of file annotations.h.