Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/ntp/sntp/libopts/
HD_Noreturn.h1 #if !defined _Noreturn && __STDC_VERSION__ < 201112
4 # define _Noreturn __attribute__ ((__noreturn__)) macro
6 # define _Noreturn __declspec (noreturn) macro
8 # define _Noreturn macro
HDMakefile.am24 _NORETURN_H=$(srcdir)/_Noreturn.h
25 EXTRA_DIST += _Noreturn.h
44 MakeDefs.inc README _Noreturn.h \
HDstdnoreturn.in.h52 # define noreturn _Noreturn
HDMakefile.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
/freebsd-14-stable/include/
HDstdlib.h89 _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,
HDstdnoreturn.h36 #define noreturn _Noreturn
/freebsd-14-stable/contrib/ntp/sntp/libopts/m4/
HDstdnoreturn.m417 dnl of _Noreturn done by gnulib-common.m4.
32 _Noreturn void foo2 (void) { exit (0); }
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HDstdnoreturn.h17 #define noreturn _Noreturn
/freebsd-14-stable/contrib/xz/src/common/
HDtuklib_common.h76 # define tuklib_attr_noreturn _Noreturn
/freebsd-14-stable/usr.sbin/makefs/ffs/
HDffs_extern.h51 _Noreturn void panic(const char *, ...) __printflike(1, 2);
/freebsd-14-stable/lib/libstdthreads/
HDthrd.c95 _Noreturn void
HDthreads.h104 _Noreturn void
/freebsd-14-stable/usr.bin/localedef/
HDlocaledef.h60 _Noreturn void errf(const char *, ...) __printflike(1, 2);
/freebsd-14-stable/crypto/openssl/include/openssl/
HDe_os2.h288 # define ossl_noreturn _Noreturn
/freebsd-14-stable/tests/sys/kern/
HDfdgrowtable_test.c152 static _Noreturn void *
/freebsd-14-stable/tools/tools/fib_multibind/
HDsink.c39 static void _Noreturn
/freebsd-14-stable/sys/sys/
HDcdefs.h271 #define _Noreturn [[noreturn]] macro
273 #define _Noreturn __dead2 macro
/freebsd-14-stable/usr.sbin/daemon/
HDdaemon.c134 static _Noreturn void
777 static _Noreturn void
/freebsd-14-stable/contrib/byacc/
HDconfig_h.in90 /* Define if C11 _Noreturn keyword is supported */
HDdefs.h430 #define GCC_NORETURN _Noreturn
HDaclocal.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,
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/
HDstatus.h204 #define BC_NORETURN _Noreturn
/freebsd-14-stable/sbin/dumpon/
HDdumpon.c85 static void _Noreturn
/freebsd-14-stable/contrib/tzcode/
HDprivate.h540 # define ATTRIBUTE_NORETURN _Noreturn
/freebsd-14-stable/lib/geom/part/
HDgeom_part.c85 static _Noreturn void gpart_issue(struct gctl_req *, unsigned int);
1252 static _Noreturn void

12