Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/nsd/dist/
H A Dnsd-control.c87 static void usage(void) ATTR_NORETURN;
89 static void ssl_err(const char* s) ATTR_NORETURN;
90 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN;
H A Dnsd.h394 void server_shutdown(struct nsd *nsd) ATTR_NORETURN;
H A Dutil.h437 void error(const char *format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
H A Dipc.c33 static void ipc_child_quit(struct nsd* nsd) ATTR_NORETURN;
H A Dnsd-checkconf.c23 static void usage(void) ATTR_NORETURN;
H A Dnsd.c66 static void version(void) ATTR_NORETURN;
H A Dconfig.h.in4 #undef ATTR_NORETURN
H A Dconfigure.ac276 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition
/netbsd-src/external/bsd/unbound/dist/util/
H A Dlog.h202 void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltin-attrs.def101 DEF_ATTR_IDENT (ATTR_NORETURN, "noreturn")
143 DEF_ATTR_TREE_LIST (ATTR_NORETURN_NOTHROW_LIST, ATTR_NORETURN, \
145 DEF_ATTR_TREE_LIST (ATTR_NORETURN_NOTHROW_LEAF_LIST, ATTR_NORETURN,\
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltin-attrs.def103 DEF_ATTR_IDENT (ATTR_NORETURN, "noreturn")
149 DEF_ATTR_TREE_LIST (ATTR_NORETURN_NOTHROW_LIST, ATTR_NORETURN, \
151 DEF_ATTR_TREE_LIST (ATTR_NORETURN_NOTHROW_LEAF_LIST, ATTR_NORETURN,\
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-control.c83 static void usage(void) ATTR_NORETURN;
84 static void ssl_err(const char* s) ATTR_NORETURN;
85 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN;
/netbsd-src/external/bsd/nsd/include/
H A Dconfig.h5 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
/netbsd-src/external/bsd/unbound/include/
H A Dconfig.h5 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h457 ATTR_NORETURN, /* Function does not return */ enumerator
H A Dgcc_compat.c332 CS(ATTR_NORETURN) { A_0ARG, "noreturn" },
H A Dpftn.c1756 tc->pre = attr_add(tc->pre, attr_new(ATTR_NORETURN, 3)); in typwalk()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dchecklocks.c76 const char* file, int line, const char* err) ATTR_NORETURN;
H A Dtestpkts.c48 static void error(const char* msg, ...) ATTR_NORETURN;
/netbsd-src/external/bsd/unbound/dist/
H A Dconfig.h.in4 #undef ATTR_NORETURN
H A Dconfigure.ac355 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20106416 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6417 * defs.h (NORETURN, ATTR_NORETURN): Remove.
6420 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6423 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
6426 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6427 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
6431 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
6434 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
6438 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
H A DChangeLog-19952096 * defs.h (error_hook): Add ATTR_NORETURN.
2097 * defs.h (NORETURN, ATTR_NORETURN): Switch from volatile to
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20106416 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6417 * defs.h (NORETURN, ATTR_NORETURN): Remove.
6420 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6423 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
6426 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6427 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
6431 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
6434 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
6438 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
H A DChangeLog-19952096 * defs.h (error_hook): Add ATTR_NORETURN.
2097 * defs.h (NORETURN, ATTR_NORETURN): Switch from volatile to

12