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

123

/freebsd-10.3-release/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-10.3-release/include/
H A Dstdnoreturn.h33 #ifndef noreturn
36 #define noreturn _Noreturn macro
38 #endif /* !noreturn */
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstdnoreturn.h1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------===
27 #define noreturn _Noreturn macro
/freebsd-10.3-release/contrib/compiler-rt/lib/
H A Dint_util.h27 const char *function) __attribute__((noreturn));
H A Dint_util.c26 extern void panic(const char *, ...) __attribute__((noreturn));
36 int line, const char * message) __attribute__((noreturn));
/freebsd-10.3-release/contrib/ntp/sntp/libopts/compat/
H A D_Noreturn.h6 # define _Noreturn __declspec (noreturn)
/freebsd-10.3-release/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-10.3-release/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-10.3-release/usr.bin/patch/
H A Dutil.h49 void my_exit(int) __attribute__((noreturn));
/freebsd-10.3-release/crypto/openssh/
H A Dlog.h61 void fatal(const char *, ...) __attribute__((noreturn))
64 void sigdie(const char *, ...) __attribute__((noreturn))
77 void cleanup_exit(int) __attribute__((noreturn));
H A Dsftp.h101 void sftp_server_cleanup_exit(int) __attribute__((noreturn));
/freebsd-10.3-release/contrib/dtc/
H A Dutil.h30 static inline void __attribute__((noreturn)) die(const char *str, ...)
189 void util_version(void) __attribute__((noreturn));
205 const char * const opts_help[]) __attribute__((noreturn));
/freebsd-10.3-release/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-10.3-release/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-10.3-release/sys/boot/ofw/libofw/
H A Dopenfirm.h115 void OF_exit(void) __attribute__((noreturn));
/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Dlog-internal.h34 #define EV_NORETURN __attribute__((noreturn))
/freebsd-10.3-release/contrib/gcc/
H A Dunwind-sjlj.c45 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
306 static void __attribute__((noreturn))
/freebsd-10.3-release/contrib/libpcap/tests/
H A Dfiltertest.c53 static void usage(void) __attribute__((noreturn));
55 __attribute__((noreturn, format (printf, 1, 2)));
/freebsd-10.3-release/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-10.3-release/contrib/diff/src/
H A Ddiff.h368 void fatal (char const *) __attribute__((noreturn));
374 void pfatal_with_name (char const *) __attribute__((noreturn));
/freebsd-10.3-release/contrib/gcclibs/libgomp/
H A Dlibgomp.h276 __attribute__((noreturn, format (printf, 1, 2)));
/freebsd-10.3-release/lib/ncurses/ncurses/
H A Dncurses_cfg.h59 #define GCC_NORETURN __attribute__((noreturn))
/freebsd-10.3-release/sys/dev/ofw/
H A Dopenfirm.h165 void OF_exit(void) __attribute__((noreturn));

Completed in 193 milliseconds

123