Searched defs:noreturn (Results 1 – 6 of 6) sorted by relevance
13 + (void) abort __attribute__((noreturn));14 - (void) fail __attribute__((noreturn));39 + (void) abort __attribute__((noreturn));
27 #define noreturn _Noreturn macro
67 #define noreturn _Noreturn macro69 #define noreturn __attribute__((noreturn)) macro
4 struct noreturn_t {} constexpr noreturn = {}; variable
60 int noreturn [[gnu::noreturn]]; // expected-warning {{'noreturn' only applies to function types}} variable
6 -t1 __attribute__((noreturn));8 -(void) m0 __attribute__((noreturn));