Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Dvec.cc43 struct uncatch_exception struct
46 ~uncatch_exception () { __cxa_begin_catch (&p->unwindHeader); } in ~uncatch_exception()
48 __cxa_exception *p;
51 uncatch_exception::uncatch_exception () in uncatch_exception() function in __cxxabiv1::__anon80fed41f0111::uncatch_exception
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Dvec.cc43 struct uncatch_exception struct
46 ~uncatch_exception () { __cxa_begin_catch (&p->unwindHeader); } in ~uncatch_exception()
48 __cxa_exception* p;
57 uncatch_exception::uncatch_exception() : p(0) in uncatch_exception() function in __cxxabiv1::__anoncf5cc0610111::uncatch_exception