Go to the source code of this file.
Macro definitions for various function/variable attributes
Definition in file attributes.h.
Definition at line 30 of file attributes.h.
Definition at line 31 of file attributes.h.
Definition at line 40 of file attributes.h.
Definition at line 49 of file attributes.h.
Definition at line 57 of file attributes.h.
Definition at line 64 of file attributes.h.
Definition at line 72 of file attributes.h.
Definition at line 78 of file attributes.h.
Definition at line 84 of file attributes.h.
Definition at line 90 of file attributes.h.
Definition at line 96 of file attributes.h.
Definition at line 104 of file attributes.h.
Disable warnings about deprecated features This is useful for sections of code kept for backward compatibility and scheduled for removal.
Definition at line 126 of file attributes.h.
Definition at line 131 of file attributes.h.
Mark a variable as used and prevent the compiler from optimizing it away.
This is useful for variables accessed only from inline assembler without the compiler being aware.
Definition at line 144 of file attributes.h.
Definition at line 150 of file attributes.h.
Definition at line 154 of file attributes.h.
Definition at line 160 of file attributes.h.
Definition at line 161 of file attributes.h.
Definition at line 170 of file attributes.h.