Home
last modified time | relevance | path

Searched refs:noreturn (Results 1 – 25 of 182) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DError.h25 [[noreturn]] void PrintFatalNote(const Twine &Msg);
26 [[noreturn]] void PrintFatalNote(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg);
27 [[noreturn]] void PrintFatalNote(const Record *Rec, const Twine &Msg);
28 [[noreturn]] void PrintFatalNote(const RecordVal *RecVal, const Twine &Msg);
40 [[noreturn]] void PrintFatalError(const Twine &Msg);
41 [[noreturn]] void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg);
42 [[noreturn]] void PrintFatalError(const Record *Rec, const Twine &Msg);
43 [[noreturn]] void PrintFatalError(const RecordVal *RecVal, const Twine &Msg);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorHandling.h71 [[noreturn]] void report_fatal_error(const char *reason,
73 [[noreturn]] void report_fatal_error(StringRef reason,
75 [[noreturn]] void report_fatal_error(const Twine &reason,
114 [[noreturn]] void report_bad_alloc_error(const char *Reason,
120 [[noreturn]] void
H A DProcess.h216 [[noreturn]] static void Exit(int RetCode, bool NoCleanup = false);
219 [[noreturn]] static void ExitNoCleanup(int RetCode);
/freebsd/crypto/heimdal/lib/krb5/
H A Dwarn.c181 __attribute__ ((noreturn, format (printf, 4, 0))) in krb5_verr()
203 __attribute__ ((noreturn, format (printf, 4, 5))) in krb5_err()
223 __attribute__ ((noreturn, format (printf, 3, 0))) in krb5_verrx()
242 __attribute__ ((noreturn, format (printf, 3, 4))) in krb5_errx()
264 __attribute__ ((noreturn, format (printf, 3, 0))) in krb5_vabort()
284 __attribute__ ((noreturn, format (printf, 3, 4))) in krb5_abort()
293 __attribute__ ((noreturn, format (printf, 2, 0))) in krb5_vabortx()
312 __attribute__ ((noreturn, format (printf, 2, 3))) in krb5_abortx()
/freebsd/contrib/tcpdump/
H A Dfuncattrs.h51 #if __has_attribute(noreturn) \
63 #define NORETURN __attribute((noreturn))
75 #define NORETURN_FUNCPTR __attribute((noreturn))
83 #define NORETURN __declspec(noreturn)
/freebsd/contrib/ntp/sntp/libopts/
H A Dstdnoreturn.in.h20 #ifndef noreturn
50 # define noreturn /*empty*/ macro
52 # define noreturn _Noreturn macro
/freebsd/contrib/libfido2/openbsd-compat/
H A Derr.h18 __declspec(noreturn)
20 __attribute__((noreturn))
39 __declspec(noreturn)
41 __attribute__((noreturn))
/freebsd/contrib/llvm-project/libcxx/include/
H A Dexception43 [[noreturn]] void unexpected();
48 [[noreturn]] void terminate() noexcept;
56 void rethrow_exception [[noreturn]] (exception_ptr p);
68 [[noreturn]] void rethrow_nested() const;
72 template <class T> [[noreturn]] void throw_with_nested(T&& t);
/freebsd/contrib/libpcap/pcap/
H A Dfuncattrs.h243 #if __has_attribute(noreturn) \
255 #define PCAP_NORETURN __attribute((noreturn))
256 #define PCAP_NORETURN_DEF __attribute((noreturn))
261 #define PCAP_NORETURN __declspec(noreturn)
/freebsd/include/
H A Dstdnoreturn.h33 #ifndef noreturn
36 #define noreturn _Noreturn macro
/freebsd/crypto/heimdal/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)));
/freebsd/kerberos5/include/
H A Dkrb5-types.h45 #if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
46 #define HEIMDAL_NORETURN_ATTRIBUTE __attribute__((noreturn))
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Dproject.h81 #define lo_noreturn __declspec(noreturn)
83 #define lo_noreturn noreturn
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcmn_err.h114 __KPRINTFLIKE(1) __attribute__((noreturn));
118 __KVPRINTFLIKE(1) __attribute__((noreturn));
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h112 [[noreturn]] void fatal(const Twine &msg);
149 [[noreturn]] void fatal(const Twine &msg);
155 [[noreturn]] void exitLld(int val);
/freebsd/crypto/openssh/
H A Dlog.h68 void cleanup_exit(int) __attribute__((noreturn));
76 LogLevel, const char *, const char *, ...) __attribute__((noreturn))
79 LogLevel, const char *, const char *, ...) __attribute__((noreturn))
82 LogLevel, const char *, const char *, ...) __attribute__((noreturn))
/freebsd/crypto/heimdal/include/
H A Dkrb5-types.cross44 #if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
45 #define HEIMDAL_NORETURN_ATTRIBUTE __attribute__((noreturn))
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkbusy.c34 static __attribute__((noreturn)) void
41 static __attribute__((noreturn)) void
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h36 __attribute__((noreturn))
42 __attribute__((noreturn))
/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dstdnoreturn.m427 /* Do not check for 'noreturn' after the return type.
31 noreturn void foo1 (void) { exit (0); }
/freebsd/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/contrib/diff/src/
H A Ddiff.h363 void fatal (char const *) __attribute__((noreturn));
369 void pfatal_with_name (char const *) __attribute__((noreturn));
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h40 #define NORETURN __declspec(noreturn)
45 #define NORETURN __attribute__((noreturn))
/freebsd/contrib/lutok/m4/
H A Dcompiler-features.m457 dnl Sun's cc does support the noreturn attribute but CC (the C++
60 AC_MSG_CHECKING(whether __attribute__((noreturn)) is supported)
69 value="__attribute__((noreturn))"],
/freebsd/contrib/kyua/m4/
H A Dcompiler-features.m437 dnl Sun's cc does support the noreturn attribute but CC (the C++
41 [whether __attribute__((noreturn)) is supported],
54 attribute_value="__attribute__((noreturn))"

12345678