Searched refs:ATTR_NORETURN (Results 1 – 5 of 5) sorted by relevance
208 void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
83 static void usage(void) ATTR_NORETURN;84 static void ssl_err(const char* s) ATTR_NORETURN;85 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN;
8 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
366 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition368 AC_DEFINE(ATTR_NORETURN,[], [apply the noreturn attribute to a function that exits the program]) definition
7 #undef ATTR_NORETURN