Searched refs:noreturn (Results 51 - 75 of 364) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dnested_exception.h65 [[noreturn]]
97 [[noreturn]]
106 [[noreturn]]
116 [[noreturn]]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dnested_exception.h65 [[noreturn]]
97 [[noreturn]]
106 [[noreturn]]
116 [[noreturn]]
/netbsd-current/external/bsd/libpcap/dist/pcap/
H A Dfuncattrs.h243 #if __has_attribute(noreturn) \
249 * Compiler with support for __attribute((noreturn)), or GCC 2.5 and
255 #define PCAP_NORETURN __attribute((noreturn))
256 #define PCAP_NORETURN_DEF __attribute((noreturn))
261 #define PCAP_NORETURN __declspec(noreturn)
/netbsd-current/external/bsd/libarchive/dist/libarchive_fe/
H A Derr.h33 #define __LA_NORETURN __declspec(noreturn)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Derrors.h42 #define D_ATTRIBUTE_NORETURN __attribute__((noreturn))
44 #define D_ATTRIBUTE_NORETURN __declspec(noreturn)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dhand-call-in-threads.c55 noreturn (void) function
72 noreturn ();
H A Dinterrupted-hand-call.c61 noreturn (void) function
78 noreturn ();
/netbsd-current/external/bsd/pkg_install/
H A DMakefile.inc13 CWARNFLAGS+= -Wno-missing-noreturn
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dinterrupted-hand-call.c61 noreturn (void) function
78 noreturn ();
H A Dhand-call-in-threads.c55 noreturn (void) function
72 noreturn ();
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssectool.h48 noreturn void
60 noreturn void
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/caf/
H A Dlibcaf.h201 __attribute__ ((noreturn));
203 __attribute__ ((noreturn));
205 __attribute__ ((noreturn));
206 void _gfortran_caf_error_stop (int, bool) __attribute__ ((noreturn));
207 void _gfortran_caf_fail_image (void) __attribute__ ((noreturn));
/netbsd-current/external/gpl3/gcc/dist/libgfortran/caf/
H A Dlibcaf.h201 __attribute__ ((noreturn));
203 __attribute__ ((noreturn));
205 __attribute__ ((noreturn));
206 void _gfortran_caf_error_stop (int, bool) __attribute__ ((noreturn));
207 void _gfortran_caf_fail_image (void) __attribute__ ((noreturn));
/netbsd-current/external/bsd/libbind/dist/port/aux3/include/sys/
H A Dcdefs.h131 #define __dead2 __attribute__((noreturn))
/netbsd-current/lib/librumpuser/
H A Drumpfiber.h60 void exit_thread(void) __attribute__((noreturn));
/netbsd-current/sys/arch/hppa/stand/common/
H A Dexec_hppa.c45 __attribute__ ((noreturn));
/netbsd-current/crypto/external/bsd/heimdal/include/
H A Dkrb5-types.h44 #if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp.h102 void sftp_server_cleanup_exit(int) __attribute__((noreturn));
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dplatform.h71 * Defines for the noreturn attribute.
73 #define ISC_PLATFORM_NORETURN_PRE __declspec(noreturn)
/netbsd-current/sys/arch/atari/stand/bootxxx/
H A Dbootxxx.c47 void boot_BSD(struct kparamb *)__attribute__((noreturn));
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-hw.h51 ...) __attribute__ ((format (printf, 3, 4), noreturn));
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dassertions.h38 noreturn void
/netbsd-current/external/mpl/dhcp/include/
H A Dconfig.h129 /* Define to the string for a noreturn attribute. */
130 #define ISC_DHCP_NORETURN __attribute__((noreturn))
/netbsd-current/external/mit/xorg/bin/xsetwallpaper/
H A DMakefile26 CWARNFLAGS.clang+= -Wno-missing-noreturn -Wno-self-assign
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dcommon.h114 void usage LDAP_P(( void )) LDAP_GCCATTR((noreturn));
125 void tool_exit LDAP_P(( LDAP *ld, int status )) LDAP_GCCATTR((noreturn));

Completed in 209 milliseconds

1234567891011>>