Searched refs:noreturn (Results 76 - 100 of 364) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Derrors.h46 #define D_ATTRIBUTE_NORETURN __attribute__((noreturn))
48 #define D_ATTRIBUTE_NORETURN __declspec(noreturn)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_lib.h49 #define NORETURN __declspec(noreturn)
54 #define NORETURN __attribute__((noreturn))
/netbsd-current/sys/arch/hppa/stand/cdboot/
H A Dcdboot.c82 __attribute__ ((noreturn));
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Dlibtos.h46 #define NORETURN __attribute__((noreturn))
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dlog-internal.h36 #define EV_NORETURN __attribute__((noreturn))
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dsodium_utils3.c15 __attribute__((noreturn)) static void
H A Dsodium_utils2.c15 __attribute__((noreturn)) static void
/netbsd-current/external/bsd/libevent/dist/
H A Dlog-internal.h40 #define EV_NORETURN __attribute__((noreturn))
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dlog.h66 void cleanup_exit(int) __attribute__((noreturn));
74 LogLevel, const char *, const char *, ...) __attribute__((noreturn))
77 LogLevel, const char *, const char *, ...) __attribute__((noreturn))
80 LogLevel, const char *, const char *, ...) __attribute__((noreturn))
/netbsd-current/usr.bin/xlint/lint2/
H A Dmain2.c67 static void usage(void) __attribute__((noreturn));
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dbsdtar_platform.h117 #define __LA_NORETURN __declspec(noreturn)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdlib.d180 noreturn abort() @safe;
182 noreturn exit(int status);
186 noreturn _Exit(int status);
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff.h367 void fatal (char const *) __attribute__((noreturn));
373 void pfatal_with_name (char const *) __attribute__((noreturn));
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-sjlj.c40 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
304 static void __attribute__((noreturn))
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-sjlj.c40 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
304 static void __attribute__((noreturn))
/netbsd-current/bin/ksh/
H A Dproto.h104 GCC_FUNC_ATTR2(noreturn, format(printf, 1, 2));
156 GCC_FUNC_ATTR2(noreturn, format(printf, 1, 2));
171 void unwind ARGS((int)) GCC_FUNC_ATTR(noreturn); variable
177 GCC_FUNC_ATTR(noreturn); variable
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp-plugin.h116 __attribute__ ((noreturn, format (printf, 1, 2)));
/netbsd-current/external/bsd/atf/lib/libatf-c/
H A DMakefile10 CWARNFLAGS+= -Wno-missing-noreturn
/netbsd-current/external/bsd/top/bin/
H A DMakefile12 CWARNFLAGS+= -Wno-missing-noreturn
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp-plugin.h122 __attribute__ ((noreturn, format (printf, 1, 2)));
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-device.h440 ...) __attribute__ ((format (printf, 2, 3), noreturn));
445 va_list ap) __attribute__ ((noreturn));
450 int status) __attribute__ ((noreturn));
/netbsd-current/external/gpl2/gmake/dist/
H A Dmake.h234 extern void abort PARAMS ((void)) __attribute__ ((noreturn));
235 extern void exit PARAMS ((int)) __attribute__ ((noreturn));
407 __attribute__ ((noreturn, __format__ (__printf__, 2, 3)));
414 extern void die PARAMS ((int)) __attribute__ ((noreturn));
416 extern void pfatal_with_name PARAMS ((const char *)) __attribute__ ((noreturn));
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dmakeshell.c78 LOCAL noreturn void
86 LOCAL noreturn void
100 LOCAL noreturn void
/netbsd-current/sys/arch/sparc/include/
H A Doldmon.h242 __attribute__((noreturn));
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dtstngettext.c58 __attribute__ ((noreturn))

Completed in 321 milliseconds

1234567891011>>