Searched defs:noreturn (Results 1 – 5 of 5) sorted by relevance
27 #define noreturn _Noreturn macro
4 struct noreturn_t {} constexpr noreturn = {}; variable
43 int noreturn [[gnu::noreturn]]; // expected-warning {{'noreturn' only applies to function types}} variable
6 -t1 __attribute__((noreturn));8 -(void) m0 __attribute__((noreturn));
200 noreturn section in Function Attributes