Searched refs:noreturn (Results 226 - 250 of 364) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/acorn32/stand/lib/
H A Driscoscalls.h278 extern void os_exit(os_error const *, int) __attribute__((noreturn));
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dtinytest.c90 __attribute__((noreturn));
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dkeama.h314 __attribute__((noreturn));
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dinternal.h269 __declspec(noreturn) void uv_fatal_error(const int errorno, const char* syscall);
/netbsd-current/sys/arch/x68k/stand/loadbsd/
H A Dloadbsd.c58 __attribute__((noreturn));
/netbsd-current/external/mpl/bind/dist/bin/check/
H A Dnamed-checkzone.c70 noreturn static void
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Ddnstap-read.c76 noreturn static void
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d207 noreturn = 0x800, /// the function does not return
357 extern (D) this(const ref Loc loc, const ref Loc endloc, Identifier ident, StorageClass storage_class, Type type, bool noreturn = false)
371 if (noreturn)
372 this.flags |= FUNCFLAG.noreturn;
381 static FuncDeclaration create(const ref Loc loc, const ref Loc endloc, Identifier id, StorageClass storage_class, Type type, bool noreturn = false)
383 return new FuncDeclaration(loc, endloc, id, storage_class, type, noreturn);
390 : new FuncDeclaration(loc, endloc, ident, storage_class, type.syntaxCopy(), (flags & FUNCFLAG.noreturn) != 0);
2678 + - Return type is either `void`, `int` or `noreturn`
2686 + - `void` / `noreturn` as return type
2791 error("must return `int`, `void` or `noreturn`, no
[all...]
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff3.c200 static void fatal (char const *) __attribute__((noreturn));
202 static void perror_with_exit (char const *) __attribute__((noreturn));
203 static void try_help (char const *, char const *) __attribute__((noreturn));
H A Dcmp.c115 static void try_help (char const *, char const *) __attribute__((noreturn));
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgfilter.c142 __attribute__ ((noreturn))
H A Dmsgl-iconv.c56 __attribute__ ((noreturn))
/netbsd-current/external/gpl3/binutils/usr.sbin/dbsym/
H A Ddbsym.c73 void usage(void) __attribute__((noreturn));
/netbsd-current/external/bsd/libevent/dist/test/
H A Dtinytest.c87 __attribute__((noreturn));
/netbsd-current/sys/arch/evbarm/ixm1200/
H A Dixm1200_machdep.c115 void ixp12x0_reset(void) __attribute__((noreturn));
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dresolve.c132 noreturn static void
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-dsfromkey.c329 noreturn static void
H A Ddnssec-importkey.c268 noreturn static void
/netbsd-current/external/gpl3/binutils.old/usr.sbin/dbsym/
H A Ddbsym.c73 void usage(void) __attribute__((noreturn));
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h2068 [[noreturn]] void Abort();
2070 [[noreturn]] inline void Abort() { abort(); }
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dstdlib.h139 /* [[noreturn]] is not practically usable, because with it the syntax
145 # define _Noreturn [[noreturn]]
156 # define _Noreturn __declspec (noreturn)
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dstdlib.h139 /* [[noreturn]] is not practically usable, because with it the syntax
145 # define _Noreturn [[noreturn]]
156 # define _Noreturn __declspec (noreturn)
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dstdlib.h139 /* [[noreturn]] is not practically usable, because with it the syntax
145 # define _Noreturn [[noreturn]]
156 # define _Noreturn __declspec (noreturn)
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/arm/gnulib/import/
H A Dstdlib.h139 /* [[noreturn]] is not practically usable, because with it the syntax
145 # define _Noreturn [[noreturn]]
156 # define _Noreturn __declspec (noreturn)
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/armeb/gnulib/import/
H A Dstdlib.h139 /* [[noreturn]] is not practically usable, because with it the syntax
145 # define _Noreturn [[noreturn]]
156 # define _Noreturn __declspec (noreturn)

Completed in 200 milliseconds

1234567891011>>