Searched refs:terminate (Results 1 - 25 of 77) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_unex_handler.cc28 std::unexpected_handler __cxxabiv1::__unexpected_handler = std::terminate;
H A Dpure.cc50 std::terminate ();
H A Deh_terminate.cc1 // -*- C++ -*- std::terminate, std::unexpected and friends.
47 std::terminate () throw() function in class:std
56 std::terminate ();
H A Deh_catch.cc50 // empty, then fine. Otherwise we really have no choice but to terminate.
56 std::terminate ();
127 std::terminate ();
H A Deh_throw.cc81 // Some sort of unwinding error. Note that terminate is a handler.
83 std::terminate ();
113 // Some sort of unwinding error. Note that terminate is a handler.
116 std::terminate ();
H A Deh_arm.cc120 std::terminate ();
139 std::terminate();
H A Deh_call.cc1 // -*- C++ -*- Helpers for calling unextected and terminate
37 // terminate.
45 // terminate is classed as a catch handler.
48 // Call the terminate handler that was in effect when we threw this
59 std::terminate();
118 std::terminate();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/libsupc++/
H A Deh_unex_handler.cc33 std::unexpected_handler __cxxabiv1::__unexpected_handler = std::terminate;
H A Deh_terminate.cc1 // -*- C++ -*- std::terminate, std::unexpected and friends.
51 std::terminate () function in class:std
60 std::terminate ();
H A Dpure.cc55 std::terminate ();
H A Deh_arm.cc112 std::terminate ();
131 std::terminate();
H A Deh_catch.cc56 // empty, then fine. Otherwise we really have no choice but to terminate.
62 std::terminate ();
133 std::terminate ();
H A Deh_throw.cc75 // Some sort of unwinding error. Note that terminate is a handler.
77 std::terminate ();
107 // Some sort of unwinding error. Note that terminate is a handler.
110 std::terminate ();
H A Deh_call.cc1 // -*- C++ -*- Helpers for calling unextected and terminate
42 // terminate.
50 // terminate is classed as a catch handler.
53 // Call the terminate handler that was in effect when we threw this
64 std::terminate();
123 std::terminate();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/headers/exception/
H A Dsynopsis.cc32 void terminate() throw();
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dcompare.c78 terminate("%s doesn't have stabs or CTF\n", stabname);
81 terminate("%s doesn't contain CTF data\n", ctfname);
88 terminate("%s grew by %d\n", stabname, new);
H A Dctfconvert.c82 terminate("Caught signal %d - exiting\n", sig);
100 terminate("failed to open %s", filename);
106 terminate("failed to read %s: %s\n", filename,
131 terminate("%s: DWARF version 1 is not supported\n",
215 terminate("Can't access %s", infile);
241 terminate("%s doesn't have type data to convert\n", infile);
262 terminate("Couldn't rename temp file %s", tmpname);
H A Dutil.c106 terminate("failed to read ELF header: %s\n",
115 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]);
142 terminate(const char *format, ...) function
196 terminate("Termination due to warning\n");
247 terminate("%s: %s: %s\n", file, msgbuf, elf_errmsg(-1));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-srec/
H A Dsr3.cc30 terminate(void) function
33 function terminate actually does return. */
34 terminate ();
/netbsd-6-1-5-RELEASE/usr.bin/xlint/xlint/
H A Dxlint.c139 static void terminate(int) __attribute__((__noreturn__));
238 terminate(int signo) function
305 terminate(-1);
332 terminate(-1);
368 if (signal(SIGHUP, terminate) == SIG_IGN)
370 (void)signal(SIGINT, terminate);
371 (void)signal(SIGQUIT, terminate);
372 (void)signal(SIGTERM, terminate);
579 terminate(0);
598 terminate(
[all...]
/netbsd-6-1-5-RELEASE/bin/dd/
H A Dextern.h64 __dead void terminate(int);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dtimer.cpp106 volatile bool& terminate) :
109 m_terminate(terminate)
105 child_timer(const unsigned int seconds, const pid_t pid, volatile bool& terminate) argument
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipsyncm.c39 int terminate = 0; variable
48 terminate = sig;
223 if (terminate)
239 if (terminate)
246 /* terminate */
252 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
H A Dipsyncs.c39 int terminate = 0; variable
50 terminate = sig;
241 if (terminate)
257 if (terminate)
264 /* terminate */
270 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dthread.cc48 std::terminate();

Completed in 223 milliseconds

1234