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

123456

/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dabort.h35 extern int __exit(int) __attribute__((noreturn));
37 static inline void __attribute__((noreturn))
/macosx-10.9.5/gpatch-3/patch/
H A Dutil.h36 __attribute__ ((noreturn, format (printf, 1, 2)));
38 __attribute__ ((noreturn, format (printf, 1, 2)));
50 void exit_with_signal (int) __attribute__ ((noreturn));
53 void memory_fatal (void) __attribute__ ((noreturn));
55 void read_fatal (void) __attribute__ ((noreturn));
59 void write_fatal (void) __attribute__ ((noreturn));
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dpaxlib.h57 void call_arg_fatal (char const *call, char const *name) __attribute__ ((noreturn));
64 void chdir_fatal (char const *) __attribute__ ((noreturn));
69 void exec_fatal (char const *) __attribute__ ((noreturn));
75 void open_fatal (char const *) __attribute__ ((noreturn));
79 void read_fatal (char const *) __attribute__ ((noreturn));
80 void read_fatal_details (char const *, off_t, size_t) __attribute__ ((noreturn));
103 void fatal_exit (void) __attribute__ ((noreturn));
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcserror.h47 static void throwMe(OSStatus rc) __attribute__((noreturn));
48 static void throwMe(OSStatus rc, CFDictionaryRef info) __attribute__ ((noreturn)); // takes dict
49 static void throwMe(OSStatus rc, CFStringRef key, CFTypeRef value) __attribute__((noreturn));
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcserror.h47 static void throwMe(OSStatus rc) __attribute__((noreturn));
48 static void throwMe(OSStatus rc, CFDictionaryRef info) __attribute__ ((noreturn)); // takes dict
49 static void throwMe(OSStatus rc, CFStringRef key, CFTypeRef value) __attribute__((noreturn));
/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DCommonCode.h44 static void ThrowCSSMError (CSSM_RETURN ret) __attribute__((noreturn));
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Derr.hin61 __attribute__ ((noreturn, format (printf, 2, 0)));
65 __attribute__ ((noreturn, format (printf, 2, 3)));
69 __attribute__ ((noreturn, format (printf, 2, 0)));
73 __attribute__ ((noreturn, format (printf, 2, 3)));
/macosx-10.9.5/patch_cmds-17/patch/
H A Dutil.h47 void my_exit(int) __attribute__((noreturn));
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dexit.c47 extern void __exit(int) __attribute__((noreturn));
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Derrors.h75 static void throwMe(int err = errno) __attribute__((noreturn));
96 static void throwMe(int err) __attribute__((noreturn));
119 static void throwMe() __attribute__((noreturn));
131 static void throwMe() __attribute__((noreturn));
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Derrors.h75 static void throwMe(int err = errno) __attribute__((noreturn));
96 static void throwMe(int err) __attribute__((noreturn));
119 static void throwMe() __attribute__((noreturn));
131 static void throwMe() __attribute__((noreturn));
/macosx-10.9.5/procmail-14/procmail/src/
H A Dcommon.h4 shexec P((const char*const*argv)) __attribute__((noreturn)),
H A Drobust.h4 nomemerr Q((const size_t len)) __attribute__((noreturn)),
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dlog.h60 void fatal(const char *, ...) __attribute__((noreturn))
63 void sigdie(const char *, ...) __attribute__((noreturn))
76 void cleanup_exit(int) __attribute__((noreturn));
H A Dsftp.h101 void sftp_server_cleanup_exit(int) __attribute__((noreturn));
/macosx-10.9.5/Heimdal-323.92.1/include/
H A Dkrb5-types.cross44 #if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
45 #define HEIMDAL_NORETURN_ATTRIBUTE __attribute__((noreturn))
/macosx-10.9.5/Heimdal-323.92.1/packages/mac/SnowLeopard10A/
H A Dkrb5-types.h36 #define HEIMDAL_NORETURN_ATTRIBUTE __attribute__((noreturn))
/macosx-10.9.5/OpenSSH-186/osslshim/heimdal-asn1/
H A Dkrb5-types.h58 #define HEIMDAL_NORETURN_ATTRIBUTE __attribute__((noreturn))
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmerrors.h54 static void throwMe(CSSM_RETURN error) __attribute__((noreturn));
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmerrors.h54 static void throwMe(CSSM_RETURN error) __attribute__((noreturn));
/macosx-10.9.5/SecurityTokend-55107/lib/
H A Dserver.h55 void termination(uint32 reason, uint32 options) __attribute__((noreturn));
/macosx-10.9.5/SecurityTokend-55107/security_tokend_client/
H A Dserver.h55 void termination(uint32 reason, uint32 options) __attribute__((noreturn));
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dplatform.h67 * Defines for the noreturn attribute.
69 #define ISC_PLATFORM_NORETURN_PRE __declspec(noreturn)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dcommon.h110 void usage LDAP_P(( void )) LDAP_GCCATTR((noreturn));
121 void tool_exit LDAP_P(( LDAP *ld, int status )) LDAP_GCCATTR((noreturn));
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCompiler.h170 #define LLVM_ATTRIBUTE_NORETURN __attribute__((noreturn))
172 #define LLVM_ATTRIBUTE_NORETURN __declspec(noreturn)

Completed in 281 milliseconds

123456