Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Dstdexcept.cc34 exception::exception() throw() {} in exception() function in std::exception
36 exception::exception(const exception&) throw() {} in exception() argument
37 exception& exception::operator=(const exception&) throw() in operator =()
Dexception.cc226 class exception class
623 static void releaseException(__cxa_exception *exception) in releaseException()
/netbsd/src/include/
Dmath.h207 struct exception { struct
208 int type;
209 const char *name;
210 double arg1;
211 double arg2;
212 double retval;
/netbsd/src/sys/sys/
Duserret.h51 int exception; in mi_userret() local
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dexception.h64 exception() _GLIBCXX_NOTHROW { } in exception() function
Deh_exception.cc60 _ZGTtNKSt9exceptionD1Ev(const std::exception*) in _ZGTtNKSt9exceptionD1Ev()
/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dexception.c38 is_kind_of_exception_matcher (Class catch_class, id exception) in is_kind_of_exception_matcher()
503 objc_exception_throw (id exception) in objc_exception_throw()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Djn.c86 int exception = 0; in mpfr_jn() local
/netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/
Dmath.h14 #define exception __math_exception macro
/netbsd/src/sys/arch/hppa/hppa/
Dfpu.c333 int exception; in hppa_fpu_emulate() local
/netbsd/src/sys/arch/macppc/dev/
Dmesh.c324 u_char intr, exception, error, status0; in mesh_intr() local
450 mesh_error(struct mesh_softc *sc, struct mesh_scb *scb, int error, int exception) in mesh_error()
1116 int intr, error, exception, imsk; in mesh_timeout() local
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
Ddarwin-fallback.c275 uint32_t exception; member
298 uint32_t exception; member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
Dmake_graph.py10 class exception: class
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dnetstring.c198 void netstring_except(VSTREAM *stream, int exception) in netstring_except()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dsiginfo-threads.c90 handler (int signo, siginfo_t *siginfo, void *exception) in handler()
/netbsd/src/bin/sh/
Derror.c69 int exception; variable
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dinterp.c1825 int exception,...) in signal_exception()
2540 mips_cpu_exception_suspend(SIM_DESC sd, sim_cpu* cpu, int exception) in mips_cpu_exception_suspend()
2558 mips_cpu_exception_resume(SIM_DESC sd, sim_cpu* cpu, int exception) in mips_cpu_exception_resume()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-utils.c217 gdbpy_convert_exception (const struct gdb_exception &exception) in gdbpy_convert_exception()
/netbsd/src/external/gpl3/gdb/dist/sim/mn10300/
Dinterp.c442 mn10300_cpu_exception_suspend(SIM_DESC sd, sim_cpu* cpu, int exception) in mn10300_cpu_exception_suspend()
457 mn10300_cpu_exception_resume(SIM_DESC sd, sim_cpu* cpu, int exception) in mn10300_cpu_exception_resume()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcorefile.c120 enum errors exception = GDB_NO_ERROR; in memory_error() local
Dgnu-nat.c135 int exception; /* The exception code. */ member
1633 int exception, int code, int subcode) in S_exception_raise_request()
Damd-dbgapi-target.c681 amd_dbgapi_exceptions_t exception = AMD_DBGAPI_EXCEPTION_NONE; in resume() local
/netbsd/src/external/gpl3/gdb/dist/sim/sh/
Dsh-sim.h94 int exception; member
/netbsd/src/external/gpl3/gdb/dist/gdb/stubs/
Dm68k-stub.c1054 int exception; in set_debug_traps() local
/netbsd/src/sys/arch/hppa/spmath/
Dfloat.h419 #define Set_exceptiontype_and_instr_field(exception,instruction,object) \ argument

12