Searched defs:ATTR_NORETURN (Results 1 – 5 of 5) sorted by relevance
45 #define ATTR_NORETURN __attribute__ ((noreturn)) macro47 #define ATTR_NORETURN /* nothing */ macro
288 #define ATTR_NORETURN __attribute__ ((noreturn)) macro290 #define ATTR_NORETURN /* nothing */ macro
279 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition
361 AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a function that exits the program]) global() definition
5 #define ATTR_NORETURN global() macro