Searched refs:_Noreturn (Results 1 – 25 of 43) sorted by relevance
12
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | _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
|
H A D | Makefile.am | 24 _NORETURN_H=$(srcdir)/_Noreturn.h 25 EXTRA_DIST += _Noreturn.h 31 sed -e '/definition of _Noreturn/r $(_NORETURN_H)' \ 44 MakeDefs.inc README _Noreturn.h \
|
H A D | stdnoreturn.in.h | 52 # define noreturn _Noreturn
|
H A D | 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 844 @GL_GENERATE_STDNORETURN_H_TRUE@ sed -e '/definition of _Noreturn/r $(_NORETURN_H)' \
|
/freebsd/include/ |
H A D | stdlib.h | 84 _Noreturn void abort(void) __noexcept; 95 _Noreturn void exit(int); 154 _Noreturn void _Exit(int) __noexcept; 164 _Noreturn void 388 _Noreturn void abort_handler_s(const char * __restrict, void * __restrict,
|
H A D | stdnoreturn.h | 36 #define noreturn _Noreturn
|
/freebsd/contrib/ntp/sntp/libopts/m4/ |
H A D | stdnoreturn.m4 | 17 dnl of _Noreturn done by gnulib-common.m4. 32 _Noreturn void foo2 (void) { exit (0); }
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdnoreturn.h | 17 #define noreturn _Noreturn
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_extern.h | 49 _Noreturn void panic(const char *, ...) __printflike(1, 2);
|
/freebsd/lib/libstdthreads/ |
H A D | thrd.c | 95 _Noreturn void
|
H A D | threads.h | 104 _Noreturn void
|
/freebsd/usr.bin/localedef/ |
H A D | localedef.h | 60 _Noreturn void errf(const char *, ...) __printflike(1, 2);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | e_os2.h | 288 # define ossl_noreturn _Noreturn
|
/freebsd/sys/sys/ |
H A D | cdefs.h | 190 #define _Noreturn [[noreturn]] macro 192 #define _Noreturn __dead2 macro
|
/freebsd/tests/sys/kern/ |
H A D | fdgrowtable_test.c | 151 static _Noreturn void *
|
/freebsd/tools/tools/fib_multibind/ |
H A D | sink.c | 39 static void _Noreturn
|
/freebsd/usr.sbin/daemon/ |
H A D | daemon.c | 144 static _Noreturn void 812 static _Noreturn void
|
/freebsd/contrib/byacc/ |
H A D | config_h.in | 90 /* Define if C11 _Noreturn keyword is supported */
|
H A D | defs.h | 431 #define GCC_NORETURN _Noreturn
|
H A D | 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, 226 static _Noreturn void giveup(void) { exit(0); } 238 AC_DEFINE_UNQUOTED(STDC_NORETURN,_Noreturn,[Define if C11 _Noreturn keyword is supported])
|
/freebsd/contrib/bc/include/ |
H A D | status.h | 204 #define BC_NORETURN _Noreturn
|
/freebsd/sbin/dumpon/ |
H A D | dumpon.c | 73 static _Noreturn void
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 540 # define ATTRIBUTE_NORETURN _Noreturn
|
/freebsd/lib/geom/part/ |
H A D | geom_part.c | 85 static _Noreturn void gpart_issue(struct gctl_req *, unsigned int); 1252 static _Noreturn void
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | 57 _Noreturn void _Exit(int);
|
12