Searched refs:__noreturn (Results 1 – 14 of 14) sorted by relevance
1 #define __noreturn __attribute__((__noreturn__)) macro4 void set_die_nr(__noreturn void (*)(void));7 void __noreturn die_nr(void);18 __noreturn void (*fptr3)(void) = die_nr; in foo()19 __noreturn void (*fptr2)(void) = die; in foo()
1 #define __noreturn __attribute__((__noreturn__)) macro3 void __noreturn fun(void);5 _Static_assert([void (__noreturn *)(void)] == [typeof(&fun)], "");
1 #define __noreturn __attribute__((__noreturn__)) macro4 void __noreturn die(void);
2 #define __noreturn __attribute__((noreturn)) macro8 void __noreturn n(void);
28 __printf(1, 2) __cold __noreturn void fatal_error(const char *format, ...);29 __cold __noreturn void assertion_failed(const char *expr,
80 __noreturn void fatal_error(const char *format, ...) in fatal_error()90 __noreturn void assertion_failed(const char *expr, const char *file, int line) in assertion_failed()
38 #ifndef __noreturn39 # define __noreturn __attribute__((noreturn)) macro
82 #define __noreturn __attribute__((__noreturn__)) macro
81 * add OP_UNREACH after calls to __noreturn functions
78 #define __NO_RETURN __noreturn
1152 #define JSON_HEDLEY_NO_RETURN __noreturn
1331 #define JSON_HEDLEY_NO_RETURN __noreturn
1468 #define JSON_HEDLEY_NO_RETURN __noreturn