/netbsd-src/external/bsd/nsd/dist/ |
H A D | nsd-control.c | 87 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 D | nsd.h | 394 void server_shutdown(struct nsd *nsd) ATTR_NORETURN;
|
H A D | util.h | 437 void error(const char *format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
|
H A D | ipc.c | 33 static void ipc_child_quit(struct nsd* nsd) ATTR_NORETURN;
|
H A D | nsd-checkconf.c | 23 static void usage(void) ATTR_NORETURN;
|
H A D | nsd.c | 66 static void version(void) ATTR_NORETURN;
|
H A D | config.h.in | 4 #undef ATTR_NORETURN
|
H A D | configure.ac | 276 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | log.h | 202 void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtin-attrs.def | 101 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 D | builtin-attrs.def | 103 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 D | unbound-control.c | 83 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 D | config.h | 5 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
|
/netbsd-src/external/bsd/unbound/include/ |
H A D | config.h | 5 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | pass1.h | 457 ATTR_NORETURN, /* Function does not return */ enumerator
|
H A D | gcc_compat.c | 332 CS(ATTR_NORETURN) { A_0ARG, "noreturn" },
|
H A D | pftn.c | 1756 tc->pre = attr_add(tc->pre, attr_new(ATTR_NORETURN, 3)); in typwalk()
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | checklocks.c | 76 const char* file, int line, const char* err) ATTR_NORETURN;
|
H A D | testpkts.c | 48 static void error(const char* msg, ...) ATTR_NORETURN;
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | config.h.in | 4 #undef ATTR_NORETURN
|
H A D | configure.ac | 355 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… definition
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2010 | 6416 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 D | ChangeLog-1995 | 2096 * 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 D | ChangeLog-2010 | 6416 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 D | ChangeLog-1995 | 2096 * defs.h (error_hook): Add ATTR_NORETURN. 2097 * defs.h (NORETURN, ATTR_NORETURN): Switch from volatile to
|