Searched refs:noreturn (Results 26 - 50 of 364) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dbp_in_thread.c33 noreturn (void) function
49 noreturn ();
/netbsd-current/external/bsd/kyua-testers/lib/libtester/
H A Ddefs.h46 #define KYUA_DEFS_NORETURN __attribute__((noreturn))
/netbsd-current/sys/arch/x68k/stand/common/
H A Dxprintf.h21 __attribute__((noreturn));
23 __attribute__((noreturn));
/netbsd-current/sys/modules/hythygtemp/
H A DMakefile12 COPTS.hytp14.c+= -Wno-missing-noreturn
/netbsd-current/sys/modules/sysmon_taskq/
H A DMakefile12 COPTS.sysmon_taskq.c+= -Wno-missing-noreturn
/netbsd-current/sys/modules/swwdog/
H A DMakefile12 COPTS.swwdog.c+= -Wno-missing-noreturn
/netbsd-current/sys/modules/wsbell/
H A DMakefile14 COPTS.wsbell.c+= -Wno-missing-noreturn
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Derr.h18 __declspec(noreturn)
20 __attribute__((noreturn))
39 __declspec(noreturn)
41 __attribute__((noreturn))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Damd64-tailcall-noret.c22 static __attribute__ ((noinline, noclone, noreturn)) void
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Damd64-tailcall-noret.c22 static __attribute__ ((noinline, noclone, noreturn)) void
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Derror.h43 noreturn void
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio_platform.h62 #define __LA_NORETURN __declspec(noreturn)
/netbsd-current/external/bsd/libarchive/dist/cat/
H A Dbsdcat_platform.h60 #define __LA_NORETURN __declspec(noreturn)
/netbsd-current/tests/
H A DMakefile.inc3 CWARNFLAGS+= -Wno-missing-noreturn
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nvptx/
H A Dcrt0.c24 extern void __attribute__((noreturn)) exit (int status);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nvptx/
H A Dcrt0.c24 extern void __attribute__((noreturn)) exit (int status);
/netbsd-current/external/mpl/dhcp/bind/include/isc/
H A Dplatform.h75 * Defines for the noreturn attribute.
78 #define ISC_PLATFORM_NORETURN_POST __attribute__((noreturn))
/netbsd-current/external/mpl/bind/dist/bin/rndc/
H A Dutil.h41 noreturn void
/netbsd-current/external/mpl/bind/dist/bin/confgen/
H A Dutil.h41 noreturn void
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dinternal_macros.h25 #define BENCHMARK_NORETURN [[noreturn]]
27 #define BENCHMARK_NORETURN __attribute__((noreturn))
29 #define BENCHMARK_NORETURN __declspec(noreturn)
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dinternal_macros.h30 #define BENCHMARK_NORETURN [[noreturn]]
32 #define BENCHMARK_NORETURN __attribute__((noreturn))
34 #define BENCHMARK_NORETURN __declspec(noreturn)
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-engine.h65 int sigrc) __attribute__ ((noreturn));
118 ...) __attribute__ ((format (printf, 4, 5))) __attribute__ ((noreturn));
125 va_list ap) __attribute__ ((noreturn));
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dproto.h103 static noreturn void
106 static noreturn void
112 static noreturn void
/netbsd-current/external/gpl3/gcc/dist/libcody/
H A Dinternal.hh75 void HCF [[noreturn]]
87 void AssertFailed [[noreturn]] (Location loc = Location ()) noexcept;
88 void Unreachable [[noreturn]] (Location loc = Location ()) noexcept;
/netbsd-current/sys/arch/zaurus/stand/zboot/
H A Dunixdev.h60 void uexit(int) __attribute__((noreturn));

Completed in 166 milliseconds

1234567891011>>