Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/
H A Dconfigure.ac368 AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a function that exits the program]) definition
366 AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a function that exits the program]) global() definition
/freebsd/lib/libunbound/
H A Dconfig.h8 #define ATTR_NORETURN __attribute__((__noreturn__)) macro