Searched refs:noreturn (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dstdnoreturn.in.h20 #ifndef noreturn
33 "__declspec (noreturn) void abort (void);". "#define noreturn
35 invalid "__declspec (__declspec (noreturn)) void abort (void);".
36 Instead, define noreturn to empty, so that such declarations are
38 equivalent to "void abort (void);"; this gives up on noreturn's
40 # define noreturn /*empty*/ macro
42 # define noreturn _Noreturn macro
50 #endif /* noreturn */
H A Dproto.h101 static noreturn void
104 static noreturn void
110 static noreturn void
H A Dmakeshell.c76 LOCAL noreturn void
84 LOCAL noreturn void
98 LOCAL noreturn void
/freebsd-11-stable/include/
H A Dstdnoreturn.h33 #ifndef noreturn
36 #define noreturn _Noreturn macro
38 #endif /* !noreturn */
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdnoreturn.h1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------===
13 #define noreturn _Noreturn macro
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A D_Noreturn.h6 # define _Noreturn __declspec (noreturn)
/freebsd-11-stable/contrib/tcpdump/
H A Dfuncattrs.h67 #if __has_attribute(noreturn) \
73 * Compiler with support for __attribute((noreturn)), or GCC 2.5 and
78 #define NORETURN __attribute((noreturn))
83 #define NORETURN __declspec(noreturn)
/freebsd-11-stable/crypto/openssh/
H A Dlog.h61 void fatal(const char *, ...) __attribute__((noreturn))
64 void sigdie(const char *, ...) __attribute__((noreturn))
66 void logdie(const char *, ...) __attribute__((noreturn))
79 void cleanup_exit(int) __attribute__((noreturn));
H A Dsftp.h101 void sftp_server_cleanup_exit(int) __attribute__((noreturn));
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dfuncattrs.h161 #if __has_attribute(noreturn) \
167 * Compiler with support for __attribute((noreturn)), or GCC 2.5 or
173 #define PCAP_NORETURN __attribute((noreturn))
174 #define PCAP_NORETURN_DEF __attribute((noreturn))
179 #define PCAP_NORETURN __declspec(noreturn)
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dunwind-cxx.h118 __attribute__((noreturn));
124 extern "C" void __cxa_rethrow () __attribute__((noreturn));
135 extern "C" void __cxa_call_unexpected (void *) __attribute__((noreturn));
136 extern "C" void __cxa_call_terminate (_Unwind_Exception*) __attribute__((noreturn));
153 extern void __terminate(std::terminate_handler) __attribute__((noreturn));
154 extern void __unexpected(std::unexpected_handler) __attribute__((noreturn));
/freebsd-11-stable/kerberos5/include/
H A Dkrb5-types.h46 #if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
47 #define HEIMDAL_NORETURN_ATTRIBUTE __attribute__((noreturn))
/freebsd-11-stable/usr.bin/patch/
H A Dutil.h48 void my_exit(int) __attribute__((noreturn));
/freebsd-11-stable/contrib/dtc/
H A Dutil.h32 __attribute__((noreturn)) __attribute__((format (printf, 1, 2)))
203 void util_version(void) __attribute__((noreturn));
219 const char * const opts_help[]) __attribute__((noreturn));
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dwarn.c181 __attribute__ ((noreturn, format (printf, 4, 0)))
203 __attribute__ ((noreturn, format (printf, 4, 5)))
223 __attribute__ ((noreturn, format (printf, 3, 0)))
242 __attribute__ ((noreturn, format (printf, 3, 4)))
264 __attribute__ ((noreturn, format (printf, 3, 0)))
284 __attribute__ ((noreturn, format (printf, 3, 4)))
293 __attribute__ ((noreturn, format (printf, 2, 0)))
312 __attribute__ ((noreturn, format (printf, 2, 3)))
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dplatform.h69 * Defines for the noreturn attribute.
71 #define ISC_PLATFORM_NORETURN_PRE __declspec(noreturn)
/freebsd-11-stable/stand/ofw/libofw/
H A Dopenfirm.h118 void OF_exit(void) __attribute__((noreturn));
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dlog-internal.h34 #define EV_NORETURN __attribute__((noreturn))
/freebsd-11-stable/contrib/gcc/
H A Dunwind-sjlj.c45 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
306 static void __attribute__((noreturn))
/freebsd-11-stable/contrib/diff/lib/
H A Dc-stack.c117 static void die (int) __attribute__ ((noreturn));
168 static void segv_handler (int, siginfo_t *, void *) __attribute__((noreturn));
/freebsd-11-stable/contrib/diff/src/
H A Ddiff.h368 void fatal (char const *) __attribute__((noreturn));
374 void pfatal_with_name (char const *) __attribute__((noreturn));
/freebsd-11-stable/contrib/lua/src/
H A Dllimits.h141 #define l_noret void __attribute__((noreturn))
143 #define l_noret void __declspec(noreturn)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h40 #define NORETURN __declspec(noreturn)
45 #define NORETURN __attribute__((noreturn))
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dlibgomp.h276 __attribute__((noreturn, format (printf, 1, 2)));
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dserver.h45 #define ATTR_NORETURN __attribute__ ((noreturn))

Completed in 312 milliseconds

123