Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/ntp/sntp/libopts/
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
DMakefile.am26 _NORETURN_H=$(srcdir)/_Noreturn.h
27 EXTRA_DIST += _Noreturn.h
46 MakeDefs.inc README _Noreturn.h \
Dstdnoreturn.in.h52 # define noreturn _Noreturn
DMakefile.in469 EXTRA_DIST = _Noreturn.h stdnoreturn.in.h COPYING.gplv3 COPYING.lgplv3 \
470 COPYING.mbsd MakeDefs.inc README _Noreturn.h ag-char-map.h \
492 _NORETURN_H = $(srcdir)/_Noreturn.h
/freebsd-12-stable/include/
Dstdlib.h86 _Noreturn void abort(void);
97 _Noreturn void exit(int);
156 _Noreturn void _Exit(int);
166 _Noreturn void
345 _Noreturn void abort_handler_s(const char * __restrict, void * __restrict,
Dstdnoreturn.h38 #define noreturn _Noreturn
/freebsd-12-stable/contrib/ntp/sntp/libopts/m4/
Dstdnoreturn.m417 dnl of _Noreturn done by gnulib-common.m4.
32 _Noreturn void foo2 (void) { exit (0); }
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
Dstdnoreturn.h13 #define noreturn _Noreturn
/freebsd-12-stable/usr.sbin/makefs/ffs/
Dffs_extern.h52 _Noreturn void panic(const char *, ...) __printflike(1, 2);
/freebsd-12-stable/lib/libstdthreads/
Dthrd.c99 _Noreturn void
Dthreads.h106 _Noreturn void
/freebsd-12-stable/usr.bin/localedef/
Dlocaledef.h60 _Noreturn void errf(const char *, ...) __printflike(1, 2);
/freebsd-12-stable/contrib/amd/fsinfo/
Dnull_gram.c200 #if !defined _Noreturn \
203 # define _Noreturn __declspec (noreturn) macro
205 # define _Noreturn YY_ATTRIBUTE ((__noreturn__)) macro
/freebsd-12-stable/crypto/openssl/include/openssl/
De_os2.h284 # define ossl_noreturn _Noreturn
/freebsd-12-stable/sys/sys/
Dcdefs.h276 #define _Noreturn [[noreturn]] macro
278 #define _Noreturn __dead2 macro
/freebsd-12-stable/contrib/bc/include/
Dstatus.h122 #define BC_NORETURN _Noreturn
/freebsd-12-stable/sbin/dumpon/
Ddumpon.c85 static void _Noreturn
/freebsd-12-stable/lib/geom/part/
Dgeom_part.c87 static _Noreturn void gpart_issue(struct gctl_req *, unsigned int);
1309 static _Noreturn void
/freebsd-12-stable/lib/libpmc/pmu-events/
Djevents.c61 _Noreturn void _Exit(int);
/freebsd-12-stable/contrib/bc/
DREADME.md187 a C11 compiler and add `_Noreturn` to any relevant function(s).
/freebsd-12-stable/sbin/ifconfig/
Difconfig.c116 static _Noreturn void usage(void);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTokenKinds.def326 KEYWORD(_Noreturn , KEYALL)
DDiagnosticParseKinds.td167 "'_Noreturn' keyword must precede function declarator">;
DAttrDocs.td411 A function declared as ``_Noreturn`` shall not return to its caller. The
412 compiler will generate a diagnostic for a function declared as ``_Noreturn``
414 specifier, the ``_Noreturn`` attribute cannot be specified on a function
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_e82545.c1500 static _Noreturn void *

12