Home
last modified time | relevance | path

Searched refs:ATTR_NORETURN (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
HDserver.h43 #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/
HDdefs.h295 #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 …]
HDcommand.h283 extern NORETURN void error_no_arg (char *) ATTR_NORETURN;
HDtop.c292 NORETURN void (*error_hook) (void) ATTR_NORETURN;
HDlinespec.c80 ATTR_NORETURN ATTR_FORMAT (printf, 2, 3);
/freebsd-11-stable/contrib/gdb/gdb/cli/
HDcli-cmds.h123 extern NORETURN void error_no_arg (char *) ATTR_NORETURN;
/freebsd-11-stable/contrib/unbound/util/
HDlog.h202 void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
/freebsd-11-stable/contrib/gcc/
HDbuiltin-attrs.def84 DEF_ATTR_IDENT (ATTR_NORETURN, "noreturn")
108 DEF_ATTR_TREE_LIST (ATTR_NORETURN_NOTHROW_LIST, ATTR_NORETURN, \
/freebsd-11-stable/contrib/unbound/smallapp/
HDunbound-control.c81 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/
HDconfig.h6 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
/freebsd-11-stable/contrib/unbound/
HDconfig.h.in4 #undef ATTR_NORETURN
HDconfigure.ac343 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct…
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDgdbint.texinfo2247 @item ATTR_NORETURN