| /src/bin/ksh/ |
| proto.h | 104 GCC_FUNC_ATTR2(noreturn, format(printf, 1, 2)); 156 GCC_FUNC_ATTR2(noreturn, format(printf, 1, 2)); 171 void unwind ARGS((int)) GCC_FUNC_ATTR(noreturn); variable 177 GCC_FUNC_ATTR(noreturn); variable
|
| syn.c | 41 GCC_FUNC_ATTR(noreturn); variable
|
| expr.c | 138 const char *str)) GCC_FUNC_ATTR(noreturn); variable
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| stdnoreturn.in.h | 22 #ifndef noreturn 35 __declspec (noreturn) void abort (void); 36 "#define noreturn _Noreturn" would cause this declaration to be rewritten 38 __declspec (__declspec (noreturn)) void abort (void); 41 void __cdecl abort (void) __attribute__ ((noreturn)); 42 "#define noreturn _Noreturn" would cause this declaration to be rewritten 46 Instead, define noreturn to empty, so that such declarations are rewritten to 50 respectively. This gives up on noreturn's advice to the compiler but at 52 # define noreturn /*empty*/ macro 54 # define noreturn _Noretur macro [all...] |
| autoopts.h | 40 #ifndef noreturn 41 #define noreturn __dead macro
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| stdnoreturn.h | 31 #define noreturn _Noreturn macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| stdnoreturn.h | 31 #define noreturn _Noreturn macro
|
| /src/include/ |
| stdnoreturn.h | 38 #define noreturn _Noreturn macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| stdnoreturn.h | 1 /*===---- stdnoreturn.h - Standard header for noreturn macro ---------------=== 13 #define noreturn _Noreturn macro
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| bp_in_thread.c | 33 noreturn (void) function 49 noreturn ();
|
| pthread_cond_wait.c | 34 noreturn (void) function 50 noreturn ();
|
| hand-call-in-threads.c | 55 noreturn (void) function 72 noreturn ();
|
| interrupted-hand-call.c | 61 noreturn (void) function 78 noreturn ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| bp_in_thread.c | 33 noreturn (void) function 49 noreturn ();
|
| pthread_cond_wait.c | 34 noreturn (void) function 50 noreturn ();
|
| hand-call-in-threads.c | 55 noreturn (void) function 72 noreturn ();
|
| interrupted-hand-call.c | 61 noreturn (void) function 78 noreturn ();
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| attributes.h | 29 #define noreturn __attribute__((noreturn)) macro 31 #define noreturn macro
|
| /src/external/historical/nawk/dist/ |
| awk.h | 29 #define noreturn __dead macro
|
| /src/usr.bin/xlint/lint1/ |
| lint1.h | 83 bool noreturn; member in struct:__anon8367 399 bool noreturn:1; member in struct:__anon8386 766 .noreturn = a.noreturn || b.noreturn,
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| AttributorAttributes.cpp | 2334 return getAssumed() ? "willreturn" : "may-noreturn"; 3203 // Otherwise, it can still be after noreturn call in a live block. 4037 return getAssumed() ? "noreturn" : "may-return"; 4055 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(noreturn) } 4058 /// NoReturn attribute deduction for a call sites. 4087 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(noreturn); } variable
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| gfortran.h | 934 unsigned noreturn:1; member in struct:__anon13616 2515 generic:1, specific:1, actual_ok:1, noreturn:1, conversion:1, member in struct:gfc_intrinsic_sym
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| gfortran.h | 926 unsigned noreturn:1; member in struct:__anon16051 2425 generic:1, specific:1, actual_ok:1, noreturn:1, conversion:1, member in struct:gfc_intrinsic_sym
|