Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dconfigure.ac276 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition
/netbsd-src/external/bsd/unbound/dist/
H A Dconfigure.ac355 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition
/netbsd-src/external/bsd/nsd/include/
H A Dconfig.h5 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h457 ATTR_NORETURN, /* Function does not return */ enumerator
/netbsd-src/external/bsd/unbound/include/
H A Dconfig.h5 #define ATTR_NORETURN __attribute__((__noreturn__)) macro