Searched refs:my_terminate (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dterminate2.C6 void my_terminate () function
13 std::set_terminate (my_terminate);
H A Dterminate1.C8 void my_terminate () function
21 std::set_terminate (my_terminate);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/
H A Dfilter2_x.C4 extern void my_terminate (void);
10 std::set_terminate (my_terminate);
H A Dfilter2_y.C36 void my_terminate () function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dfilter2.C41 void my_terminate () function
49 std::set_terminate (my_terminate);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh25.C7 void my_terminate() { function
14 std::set_terminate (my_terminate);
15 throw 1; // This throws from EH dtor, should call my_terminate
H A Deh23.C35 void my_terminate() { function
40 std::set_terminate (my_terminate);

Completed in 124 milliseconds