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

123

/freebsd-13-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-13-stable/include/
H A Dstdnoreturn.h35 #ifndef noreturn
38 #define noreturn _Noreturn macro
40 #endif /* !noreturn */
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdnoreturn.h1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------===
13 #define noreturn _Noreturn macro
/freebsd-13-stable/contrib/ntp/sntp/libopts/compat/
H A D_Noreturn.h6 # define _Noreturn __declspec (noreturn)
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcore.h22 __attribute__ ((noreturn));
/freebsd-13-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-13-stable/lib/kyua/utils/
H A Ddefs.hpp39 #define UTILS_NORETURN __attribute__((noreturn))
/freebsd-13-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-13-stable/crypto/openssh/
H A Dlog.h62 void fatal(const char *, ...) __attribute__((noreturn))
65 void sigdie(const char *, ...) __attribute__((noreturn))
67 void logdie(const char *, ...) __attribute__((noreturn))
80 void cleanup_exit(int) __attribute__((noreturn));
H A Dsftp.h101 void sftp_server_cleanup_exit(int) __attribute__((noreturn));
/freebsd-13-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-13-stable/usr.bin/patch/
H A Dutil.h48 void my_exit(int) __attribute__((noreturn));
/freebsd-13-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-13-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-13-stable/stand/libofw/
H A Dopenfirm.h118 void OF_exit(void) __attribute__((noreturn));
/freebsd-13-stable/contrib/libevent/
H A Dlog-internal.h34 #define EV_NORETURN __attribute__((noreturn))
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dlog-internal.h34 #define EV_NORETURN __attribute__((noreturn))
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dsodium_utils3.c15 __attribute__((noreturn)) static void
H A Dsodium_utils2.c19 __attribute__((noreturn)) static void
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h40 #define NORETURN __declspec(noreturn)
45 #define NORETURN __attribute__((noreturn))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h36 SANITIZER_INTERFACE_ATTRIBUTE __attribute__((noreturn))
52 SANITIZER_INTERFACE_ATTRIBUTE __attribute__((noreturn)) void
/freebsd-13-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-13-stable/contrib/diff/src/
H A Ddiff.h368 void fatal (char const *) __attribute__((noreturn));
374 void pfatal_with_name (char const *) __attribute__((noreturn));

Completed in 218 milliseconds

123