Searched refs:_Noreturn (Results 1 – 25 of 43) sorted by relevance
12
| /freebsd-14-stable/contrib/ntp/sntp/libopts/ |
| HD | _Noreturn.h | 1 #if !defined _Noreturn && __STDC_VERSION__ < 201112 4 # define _Noreturn __attribute__ ((__noreturn__)) macro 6 # define _Noreturn __declspec (noreturn) macro 8 # define _Noreturn macro
|
| HD | Makefile.am | 24 _NORETURN_H=$(srcdir)/_Noreturn.h 25 EXTRA_DIST += _Noreturn.h 44 MakeDefs.inc README _Noreturn.h \
|
| HD | stdnoreturn.in.h | 52 # define noreturn _Noreturn
|
| HD | Makefile.in | 470 EXTRA_DIST = _Noreturn.h stdnoreturn.in.h COPYING.gplv3 COPYING.lgplv3 \ 471 COPYING.mbsd MakeDefs.inc README _Noreturn.h ag-char-map.h \ 492 _NORETURN_H = $(srcdir)/_Noreturn.h
|
| /freebsd-14-stable/include/ |
| HD | stdlib.h | 89 _Noreturn void abort(void); 100 _Noreturn void exit(int); 159 _Noreturn void _Exit(int); 169 _Noreturn void 390 _Noreturn void abort_handler_s(const char * __restrict, void * __restrict,
|
| HD | stdnoreturn.h | 36 #define noreturn _Noreturn
|
| /freebsd-14-stable/contrib/ntp/sntp/libopts/m4/ |
| HD | stdnoreturn.m4 | 17 dnl of _Noreturn done by gnulib-common.m4. 32 _Noreturn void foo2 (void) { exit (0); }
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | stdnoreturn.h | 17 #define noreturn _Noreturn
|
| /freebsd-14-stable/contrib/xz/src/common/ |
| HD | tuklib_common.h | 76 # define tuklib_attr_noreturn _Noreturn
|
| /freebsd-14-stable/usr.sbin/makefs/ffs/ |
| HD | ffs_extern.h | 51 _Noreturn void panic(const char *, ...) __printflike(1, 2);
|
| /freebsd-14-stable/lib/libstdthreads/ |
| HD | thrd.c | 95 _Noreturn void
|
| HD | threads.h | 104 _Noreturn void
|
| /freebsd-14-stable/usr.bin/localedef/ |
| HD | localedef.h | 60 _Noreturn void errf(const char *, ...) __printflike(1, 2);
|
| /freebsd-14-stable/crypto/openssl/include/openssl/ |
| HD | e_os2.h | 288 # define ossl_noreturn _Noreturn
|
| /freebsd-14-stable/tests/sys/kern/ |
| HD | fdgrowtable_test.c | 152 static _Noreturn void *
|
| /freebsd-14-stable/tools/tools/fib_multibind/ |
| HD | sink.c | 39 static void _Noreturn
|
| /freebsd-14-stable/sys/sys/ |
| HD | cdefs.h | 271 #define _Noreturn [[noreturn]] macro 273 #define _Noreturn __dead2 macro
|
| /freebsd-14-stable/usr.sbin/daemon/ |
| HD | daemon.c | 134 static _Noreturn void 777 static _Noreturn void
|
| /freebsd-14-stable/contrib/byacc/ |
| HD | config_h.in | 90 /* Define if C11 _Noreturn keyword is supported */
|
| HD | defs.h | 430 #define GCC_NORETURN _Noreturn
|
| HD | aclocal.m4 | 214 AC_MSG_CHECKING(if you want to use C11 _Noreturn feature) 216 [ --enable-stdnoreturn enable C11 _Noreturn feature for diagnostics], 222 AC_CACHE_CHECK([for C11 _Noreturn feature], cf_cv_c11_noreturn, 227 static _Noreturn void giveup(void) { exit(0); } 239 AC_DEFINE_UNQUOTED(STDC_NORETURN,_Noreturn,[Define if C11 _Noreturn keyword is supported])
|
| /freebsd-14-stable/contrib/bc/include/ |
| HD | status.h | 204 #define BC_NORETURN _Noreturn
|
| /freebsd-14-stable/sbin/dumpon/ |
| HD | dumpon.c | 85 static void _Noreturn
|
| /freebsd-14-stable/contrib/tzcode/ |
| HD | private.h | 540 # define ATTRIBUTE_NORETURN _Noreturn
|
| /freebsd-14-stable/lib/geom/part/ |
| HD | geom_part.c | 85 static _Noreturn void gpart_issue(struct gctl_req *, unsigned int); 1252 static _Noreturn void
|
12