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

123

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/sodium/
H A Dutils.c436 __attribute__((noreturn)) static void
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Drshd.c95 __attribute__ ((noreturn, format (printf, 3, 4)));
/freebsd-13-stable/contrib/tcpdump/
H A Dnetdissect.h197 __attribute__ ((noreturn))
H A Dconfigure3605 static void foo(void) __attribute__ ((noreturn));
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __attribute__((noreturn)) can be applied to function pointers without warnings" >&5
3686 $as_echo_n "checking whether __attribute__((noreturn)) can be applied to function pointers without warnings... " >&6; }
3700 __attribute__ ((noreturn));
/freebsd-13-stable/contrib/tzdata/
H A DMakefile274 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure \
/freebsd-13-stable/contrib/diff/src/
H A Ddiff.c61 static void try_help (char const *, char const *) __attribute__((noreturn));
/freebsd-13-stable/contrib/ntp/sntp/unity/
H A Dunity_internals.h311 # define UNITY_NORETURN_ATTRIBUTE __attribute__((noreturn))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp664 KEYWORD(noreturn);
/freebsd-13-stable/contrib/netcat/
H A Dnetcat.c123 void fdpass(int nfd) __attribute__((noreturn));
/freebsd-13-stable/contrib/bzip2/
H A Dbzip2.c92 # define NORETURN __attribute__ ((noreturn))
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c676 # define _Noreturn __declspec (noreturn)
H A Dntp_config.c389 static void __attribute__((noreturn,format(printf,1,2))) fatal_error(const char *fmt, ...)
391 static void __declspec(noreturn) fatal_error(const char *fmt, ...)
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c124 void fdpass(int nfd) __attribute__((noreturn));
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp3830 [[noreturn]]
3835 [[noreturn]]
3839 [[noreturn]]
3841 [[noreturn]]
3843 [[noreturn]]
10406 [[noreturn]]
10414 [[noreturn]]
10419 [[noreturn]]
10424 [[noreturn]]
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcert.c3387 __attribute__ ((noreturn, format (printf, 1, 2)))
/freebsd-13-stable/contrib/byacc/
H A Dconfigure5203 for cf_attribute in scanf printf unused noreturn
5240 (noreturn)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2181 return getAssumed() ? "willreturn" : "may-noreturn";
3021 // Otherwise, it can still be after noreturn call in a live block.
3827 return getAssumed() ? "noreturn" : "may-return";
3845 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(noreturn) }
3868 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(noreturn); } variable
/freebsd-13-stable/contrib/dialog/
H A Dconfigure5445 for cf_attribute in scanf printf unused noreturn
5482 (noreturn)
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure15931 for cf_attribute in scanf printf unused noreturn
15968 (noreturn)
/freebsd-13-stable/contrib/unbound/
H A Dconfigure6330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler (${CC-cc}) accepts the \"noreturn\" attribute" >&5
6331 $as_echo_n "checking whether the C compiler (${CC-cc}) accepts the \"noreturn\" attribute... " >&6; }
6339 __attribute__((noreturn)) void f(int x) { printf("%d", x); }
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure12717 static void foo(void) __attribute__ ((noreturn));

Completed in 714 milliseconds

123