Searched refs:ATTR_NORETURN (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/gdb/gdb/gdbserver/ |
| HD | server.h | 43 #ifndef ATTR_NORETURN 45 #define ATTR_NORETURN __attribute__ ((noreturn)) macro 47 #define ATTR_NORETURN /* nothing */ macro 163 void error (const char *string,...) ATTR_NORETURN; 164 void fatal (const char *string,...) ATTR_NORETURN;
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | defs.h | 295 #ifndef ATTR_NORETURN 297 #define ATTR_NORETURN __attribute__ ((noreturn)) macro 299 #define ATTR_NORETURN /* nothing */ macro 541 extern NORETURN void perror_with_name (const char *) ATTR_NORETURN; 904 extern NORETURN void verror (const char *fmt, va_list ap) ATTR_NORETURN; 906 extern NORETURN void error (const char *fmt, ...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2); 908 extern NORETURN void error_silent (const char *fmt, ...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2); 910 extern NORETURN void error_stream (struct ui_file *) ATTR_NORETURN; 923 const char *, va_list ap) ATTR_NORETURN; 926 const char *, ...) ATTR_NORETURN ATTR_FORMAT (printf, 3, 4); [all …]
|
| HD | command.h | 283 extern NORETURN void error_no_arg (char *) ATTR_NORETURN;
|
| HD | top.c | 292 NORETURN void (*error_hook) (void) ATTR_NORETURN;
|
| HD | linespec.c | 80 ATTR_NORETURN ATTR_FORMAT (printf, 2, 3);
|
| /freebsd-11-stable/contrib/gdb/gdb/cli/ |
| HD | cli-cmds.h | 123 extern NORETURN void error_no_arg (char *) ATTR_NORETURN;
|
| /freebsd-11-stable/contrib/unbound/util/ |
| HD | log.h | 202 void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | builtin-attrs.def | 84 DEF_ATTR_IDENT (ATTR_NORETURN, "noreturn") 108 DEF_ATTR_TREE_LIST (ATTR_NORETURN_NOTHROW_LIST, ATTR_NORETURN, \
|
| /freebsd-11-stable/contrib/unbound/smallapp/ |
| HD | unbound-control.c | 81 static void usage(void) ATTR_NORETURN; 82 static void ssl_err(const char* s) ATTR_NORETURN; 83 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN;
|
| /freebsd-11-stable/usr.sbin/unbound/ |
| HD | config.h | 6 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
|
| /freebsd-11-stable/contrib/unbound/ |
| HD | config.h.in | 4 #undef ATTR_NORETURN
|
| HD | configure.ac | 343 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct…
|
| /freebsd-11-stable/contrib/gdb/gdb/doc/ |
| HD | gdbint.texinfo | 2247 @item ATTR_NORETURN
|