Searched defs:noreturn (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | stdnoreturn.h | 31 #define noreturn _Noreturn macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | stdnoreturn.h | 31 #define noreturn _Noreturn macro
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | attributes.h | 21 #define noreturn __attribute__((noreturn) global() macro 23 #define noreturn global() macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | stdnoreturn.h | 13 #define noreturn _Noreturn macro
|
/netbsd-src/include/ |
H A D | stdnoreturn.h | 38 #define noreturn _Noreturn macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | cparse.d | 4493 bool noreturn; /// noreturn attribute member
|
H A D | func.d | 207 noreturn = 0x800, /// the function does not return enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/ |
H A D | object.d | 64 alias noreturn = typeof(*null); /// bottom type variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.h | 854 unsigned noreturn:1; member 2132 generic:1, specific:1, actual_ok:1, noreturn:1, conversion:1, member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | gfortran.h | 926 unsigned noreturn:1; member 2421 generic:1, specific:1, actual_ok:1, noreturn:1, conversion:1, member
|