Searched defs:ATTR_NORETURN (Results 1 – 5 of 5) sorted by relevance
276 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition
355 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition
5 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
457 ATTR_NORETURN, /* Function does not return */ enumerator