Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Compiler-specific macros and other items. More...
Go to the source code of this file.
Macros | |
#define | attribute_const |
#define | attribute_deprecated |
#define | attribute_malloc |
#define | attribute_may_alias |
#define | attribute_noreturn |
#define | attribute_pure |
#define | attribute_sentinel |
#define | attribute_unused |
#define | attribute_warn_unused_result |
#define | force_inline inline |
#define | SENTINEL ((char *)NULL) |
Compiler-specific macros and other items.
Definition in file compiler.h.
#define attribute_const |
Definition at line 41 of file compiler.h.
#define attribute_deprecated |
Definition at line 47 of file compiler.h.
#define attribute_malloc |
Definition at line 59 of file compiler.h.
#define attribute_may_alias |
Definition at line 77 of file compiler.h.
#define attribute_noreturn |
Definition at line 83 of file compiler.h.
#define attribute_pure |
Definition at line 35 of file compiler.h.
#define attribute_sentinel |
Definition at line 65 of file compiler.h.
#define attribute_unused |
Definition at line 53 of file compiler.h.
#define attribute_warn_unused_result |
Definition at line 71 of file compiler.h.
#define force_inline inline |
Definition at line 29 of file compiler.h.
#define SENTINEL ((char *)NULL) |
Definition at line 87 of file compiler.h.