Searched refs:ATTR_NORETURN (Results 1 – 2 of 2) sorted by relevance
171 #ifndef ATTR_NORETURN173 #define ATTR_NORETURN __attribute__ ((noreturn)) macro175 #define ATTR_NORETURN /* nothing */ macro337 void error (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);341 void fatal (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
231 # define ATTR_NORETURN __attribute__((__noreturn__)) macro233 # define ATTR_NORETURN macro