noreturn
const char *str)) GCC_FUNC_ATTR(noreturn);
GCC_FUNC_ATTR2(noreturn, format(printf, 1, 2));
GCC_FUNC_ATTR2(noreturn, format(printf, 1, 2));
void unwind ARGS((int)) GCC_FUNC_ATTR(noreturn);
GCC_FUNC_ATTR(noreturn);
GCC_FUNC_ATTR(noreturn);
void quit __P((void)) __attribute__((noreturn));
# if __has_c_attribute(noreturn)
# define ATTRIBUTE_NORETURN [[noreturn]]
# define ATTRIBUTE_NORETURN __attribute__((noreturn))
void exit_thread(void) __attribute__((noreturn));
extern void os_exit(os_error const *, int) __attribute__((noreturn));
void boot_BSD(struct kparamb *) __attribute__((noreturn));
void boot_BSD(struct kparamb *)__attribute__((noreturn));
#define NORETURN __attribute__((noreturn))
static void gemini_global_reset(void) __attribute__ ((noreturn));
void ifpga_reset(void) __attribute__((noreturn));
void ixp12x0_reset(void) __attribute__((noreturn));
__attribute__ ((noreturn));
__attribute__ ((noreturn));
__attribute__ ((noreturn));
__attribute__((noreturn))
__attribute__((noreturn));
__attribute__((noreturn));
__attribute__((noreturn));
__attribute__((noreturn));
void uexit(int) __attribute__((noreturn));
[[noreturn]] void noreturn_c23(void);
noreturn();
void noreturn(void)
$$.noreturn = $4.noreturn;
$$.noreturn = true;
attrs.noreturn ? " noreturn" : "",
bool noreturn, bool identifier_params)
tp->t_noreturn = noreturn;
params.noreturn || dcs->d_enclosing->d_noreturn,
if (attrs.noreturn)
bool noreturn:1;
.noreturn = a.noreturn || b.noreturn,
bool noreturn;
static void usage(void) __attribute__((noreturn));
__printflike(1, 2) __attribute__((noreturn));
static void usage(void) __attribute__((noreturn));