Searched defs:ATTR_NORETURN (Results 1 – 2 of 2) sorted by relevance
370 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition372 AC_DEFINE(ATTR_NORETURN,[], [apply the noreturn attribute to a function that exits the program]) definition
8 #define ATTR_NORETURN __attribute__((__noreturn__)) macro