compiler

compiler

Functions

#define PRINTF_FMT()
#define IS_COMPILE_CONSTANT()

Types and Values

#define COLD
#define NORETURN
#define CONST_FUNCTION
#define PURE_FUNCTION
#define UNNEEDED
#define NEEDED
#define UNUSED
#define WARN_UNUSED_RESULT

Description

Functions

PRINTF_FMT()

#define             PRINTF_FMT(nfmt, narg)

IS_COMPILE_CONSTANT()

#define IS_COMPILE_CONSTANT(expr) __builtin_constant_p(expr)

Types and Values

COLD

#define COLD __attribute__((__cold__))

NORETURN

#define             NORETURN

CONST_FUNCTION

#define CONST_FUNCTION __attribute__((__const__))

PURE_FUNCTION

#define PURE_FUNCTION __attribute__((__pure__))

UNNEEDED

#define UNNEEDED __attribute__((__unused__))

NEEDED

#define NEEDED __attribute__((__used__))

UNUSED

#define UNUSED __attribute__((__unused__))

WARN_UNUSED_RESULT

#define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))