Home
last modified time | relevance | path

Searched refs:uncatch_exception (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dvec.cc38 struct uncatch_exception struct
40 uncatch_exception();
41 ~uncatch_exception () { __cxa_begin_catch (&p->unwindHeader); } in ~uncatch_exception() argument
46 uncatch_exception&
47 operator=(const uncatch_exception&);
49 uncatch_exception(const uncatch_exception&);
52 uncatch_exception::uncatch_exception() : p(0) in uncatch_exception() function in __cxxabiv1::__anonf4b9eb840111::uncatch_exception
120 uncatch_exception ue; in __cxa_vec_new2()
162 uncatch_exception ue; in __cxa_vec_new3()
191 uncatch_exception ue; in __cxa_vec_ctor()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dvec.cc38 struct uncatch_exception struct
40 uncatch_exception();
41 ~uncatch_exception () { __cxa_begin_catch (&p->unwindHeader); } in ~uncatch_exception() argument
46 uncatch_exception&
47 operator=(const uncatch_exception&);
49 uncatch_exception(const uncatch_exception&);
52 uncatch_exception::uncatch_exception() : p(0) in uncatch_exception() function in __cxxabiv1::__anonc57b24b70111::uncatch_exception
120 uncatch_exception ue; in __cxa_vec_new2()
162 uncatch_exception ue; in __cxa_vec_new3()
191 uncatch_exception ue; in __cxa_vec_ctor()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20014444 * libsupc++/vec.cc (uncatch_exception): Update for new abi.
H A DChangeLog-20043444 * libsupc++/vec.cc (uncatch_exception): Same, use member