Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dvec.cc39 struct uncatch_exception struct
41 uncatch_exception();
42 ~uncatch_exception () { __cxa_begin_catch (&p->unwindHeader); } in ~uncatch_exception() argument
47 uncatch_exception&
48 operator=(const uncatch_exception&);
50 uncatch_exception(const uncatch_exception&);
53 uncatch_exception::uncatch_exception() : p(0) in uncatch_exception() function in __cxxabiv1::__anonf4eb12cb0111::uncatch_exception
107 uncatch_exception ue; in __cxa_vec_new2()
148 uncatch_exception ue; in __cxa_vec_new3()
177 uncatch_exception ue; in __cxa_vec_ctor()
[all …]
/dflybsd-src/contrib/gcc-8.0/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::__anona06874880111::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 …]