Home
last modified time | relevance | path

Searched defs:ATTR_NORETURN (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dserver.h45 #define ATTR_NORETURN __attribute__ ((noreturn)) macro
47 #define ATTR_NORETURN /* nothing */ macro
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddefs.h288 #define ATTR_NORETURN __attribute__ ((noreturn)) macro
290 #define ATTR_NORETURN /* nothing */ macro
/openbsd-src/usr.sbin/nsd/
H A Dconfigure.ac279 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition
/openbsd-src/usr.sbin/unbound/
H A Dconfigure.ac361 AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a function that exits the program]) global() definition
/openbsd-src/sbin/unwind/libunbound/
H A Dconfig.h5 #define ATTR_NORETURN global() macro