Home
last modified time | relevance | path

Searched refs:_Noreturn (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/ntp/sntp/libopts/
H A D_Noreturn.h1 #if !defined _Noreturn && __STDC_VERSION__ < 201112
4 # define _Noreturn __attribute__ ((__noreturn__)) macro
6 # define _Noreturn __declspec (noreturn) macro
8 # define _Noreturn macro
H A DMakefile.am24 _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 Dstdnoreturn.in.h52 # define noreturn _Noreturn
H A DMakefile.in470 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 Dstdlib.h84 _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 Dstdnoreturn.h36 #define noreturn _Noreturn
/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dstdnoreturn.m417 dnl of _Noreturn done by gnulib-common.m4.
32 _Noreturn void foo2 (void) { exit (0); }
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdnoreturn.h17 #define noreturn _Noreturn
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_extern.h49 _Noreturn void panic(const char *, ...) __printflike(1, 2);
/freebsd/lib/libstdthreads/
H A Dthrd.c95 _Noreturn void
H A Dthreads.h104 _Noreturn void
/freebsd/usr.bin/localedef/
H A Dlocaledef.h60 _Noreturn void errf(const char *, ...) __printflike(1, 2);
/freebsd/crypto/openssl/include/openssl/
H A De_os2.h288 # define ossl_noreturn _Noreturn
/freebsd/sys/sys/
H A Dcdefs.h190 #define _Noreturn [[noreturn]] macro
192 #define _Noreturn __dead2 macro
/freebsd/tests/sys/kern/
H A Dfdgrowtable_test.c151 static _Noreturn void *
/freebsd/tools/tools/fib_multibind/
H A Dsink.c39 static void _Noreturn
/freebsd/usr.sbin/daemon/
H A Ddaemon.c144 static _Noreturn void
812 static _Noreturn void
/freebsd/contrib/byacc/
H A Dconfig_h.in90 /* Define if C11 _Noreturn keyword is supported */
H A Ddefs.h431 #define GCC_NORETURN _Noreturn
H A Daclocal.m4214 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 Dstatus.h204 #define BC_NORETURN _Noreturn
/freebsd/sbin/dumpon/
H A Ddumpon.c73 static _Noreturn void
/freebsd/contrib/tzcode/
H A Dprivate.h540 # define ATTRIBUTE_NORETURN _Noreturn
/freebsd/lib/geom/part/
H A Dgeom_part.c85 static _Noreturn void gpart_issue(struct gctl_req *, unsigned int);
1252 static _Noreturn void
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c57 _Noreturn void _Exit(int);

12