Searched refs:noreturn (Results 101 - 125 of 364) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/atari/stand/bootxx/
H A Dbootxx.c47 void boot_BSD(struct kparamb *) __attribute__((noreturn));
/netbsd-current/external/gpl2/dtc/dist/
H A Dutil.h18 #define NORETURN __attribute__((noreturn))
/netbsd-current/external/bsd/libc++/lib/
H A DMakefile49 CWARNFLAGS.clang+= -Wno-error=unused-variable -Wno-error=missing-noreturn
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dexample_evp_cipher.c61 usage(int exit_code) __attribute__((noreturn));
/netbsd-current/external/mpl/bind/dist/tests/ns/
H A Dplugin_test.c36 noreturn void
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_private.h44 #define __LA_NORETURN __declspec(noreturn)
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h131 #define has_attribute_noreturn 1 /* Does __attribute__((noreturn)) work? */
133 # define exiting __attribute__((noreturn))
200 # define printf_string_exiting(m, n) __attribute__((format(printf, m, n), noreturn))
/netbsd-current/external/mit/lua/dist/src/
H A Dllimits.h177 #define l_noret void __attribute__((noreturn))
179 #define l_noret void __declspec(noreturn)
/netbsd-current/external/bsd/ntp/
H A DMakefile.inc8 CWARNFLAGS+= -Wno-missing-noreturn
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dpacket.h134 __attribute__((noreturn));
181 __attribute__((noreturn));
H A Dauth.h169 void auth_maxtries_exceeded(struct ssh *) __attribute__((noreturn));
/netbsd-current/external/mit/isl/dist/interface/
H A Dgenerator.h175 static void die(const char *msg) __attribute__((noreturn));
176 static void die(string msg) __attribute__((noreturn));
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Dnamed-rrchecker.c40 noreturn static void
68 noreturn static void
/netbsd-current/sys/arch/hppa/stand/boot/
H A Dboot.c112 __attribute__ ((noreturn));
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/src/
H A Dgettext.c63 __attribute__ ((noreturn))
H A Dngettext.c58 __attribute__ ((noreturn))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgconv.c91 __attribute__ ((noreturn))
H A Dmsgen.c86 __attribute__ ((noreturn))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dtstgettext.c69 __attribute__ ((noreturn))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interface_internal.h37 SANITIZER_INTERFACE_ATTRIBUTE __attribute__((noreturn))
/netbsd-current/external/apache2/llvm/dist/clang/INPUTS/
H A Dcfg-nested-var-scopes.cpp5 #define EXPAND_NORET_STRUCT(i) struct X##i { X##i(int); ~X##i() __attribute__((noreturn)); };
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dautoopts.h40 #define noreturn __dead macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dunwind-arm-common.h195 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A De_os2.h286 # define ossl_noreturn __attribute__((noreturn))
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A De_os2.h290 # define ossl_noreturn __attribute__((noreturn))

Completed in 162 milliseconds

1234567891011>>