Home
last modified time | relevance | path

Searched defs:uncatch_exception (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dvec.cc38 struct uncatch_exception struct
41 ~uncatch_exception () { __cxa_begin_catch (&p->unwindHeader); } in ~uncatch_exception()
43 __cxa_exception* p;
52 uncatch_exception::uncatch_exception() : p(0) in uncatch_exception() function in __cxxabiv1::__anona06874880111::uncatch_exception
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dvec.cc39 struct uncatch_exception struct
42 ~uncatch_exception () { __cxa_begin_catch (&p->unwindHeader); } in ~uncatch_exception()
44 __cxa_exception* p;
53 uncatch_exception::uncatch_exception() : p(0) in uncatch_exception() function in __cxxabiv1::__anonf4eb12cb0111::uncatch_exception