Home
last modified time | relevance | path

Searched defs:NORETURN (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dfuncattrs.h64 #define NORETURN __attribute((noreturn)) macro
84 #define NORETURN __declspec(noreturn) macro
87 #define NORETURN macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h45 #define NORETURN __attribute__((__noreturn__)) macro
47 #define NORETURN macro
/freebsd/contrib/bzip2/
H A Dbzip2.c92 # define NORETURN __attribute__ ((noreturn)) macro
94 # define NORETURN /**/ macro
133 # define NORETURN /**/ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h229 # define NORETURN __declspec(noreturn) macro
243 # define NORETURN __attribute__((noreturn)) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h38 #define NORETURN __attribute__((noreturn)) macro
/freebsd/sys/contrib/edk2/Include/
H A DBase.h93 #define NORETURN __attribute__((noreturn)) macro
100 #define NORETURN __declspec(noreturn) macro
107 #define NORETURN macro
/freebsd/contrib/libxo/libxo/
H A Dxo.h35 #define NORETURN __dead2 macro
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp206 NORETURN = LOWEST_NON_ZERO, enumerator