Searched refs:_Noreturn (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xterm/include/
H A Dxtermcfg.h107 * clang treats _Noreturn and __attribute__((__noreturn__)) differently,
108 * so we end up labeling xt_error() with _Noreturn and using it in
221 #define STDC_NORETURN _Noreturn /* CF_C11_NORETURN */
/xsrc/external/mit/xgc/dist/
H A Dgram.c274 #if !defined _Noreturn \
277 # define _Noreturn __declspec (noreturn) macro
279 # define _Noreturn YY_ATTRIBUTE ((__noreturn__)) macro
/xsrc/external/mit/xterm/dist/
H A Daclocal.m4294 AC_MSG_CHECKING(if you want to use C11 _Noreturn feature)
296 [ --enable-stdnoreturn enable C11 _Noreturn feature for diagnostics],
302 AC_CACHE_CHECK([for C11 _Noreturn feature], cf_cv_c11_noreturn,
306 static _Noreturn void giveup(void) { exit(0); }
318 AC_DEFINE_UNQUOTED(STDC_NORETURN,_Noreturn,[Define if C11 _Noreturn keyword is supported])
H A Dconfigure833 --enable-stdnoreturn enable C11 _Noreturn feature for diagnostics
24577 echo "$as_me:24577: checking if you want to use C11 _Noreturn feature" >&5
24578 echo $ECHO_N "checking if you want to use C11 _Noreturn feature... $ECHO_C" >&6
24598 echo "$as_me:24598: checking for C11 _Noreturn feature" >&5
24599 echo $ECHO_N "checking for C11 _Noreturn feature... $ECHO_C" >&6
24609 static _Noreturn void giveup(void) { exit(0); }
24653 #define STDC_NORETURN _Noreturn

Completed in 27 milliseconds