Searched refs:foreign_exception (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Deh_call.cc79 bool foreign_exception; local
93 foreign_exception = false;
96 foreign_exception = true;
113 if (foreign_exception)
121 if (foreign_exception)
H A Deh_personality.cc370 bool foreign_exception;
401 foreign_exception = false;
415 foreign_exception = !__is_gxx_exception_class(exception_class);
420 && !foreign_exception)
539 || foreign_exception)
617 if (!foreign_exception)
632 || foreign_exception)
369 bool foreign_exception; local

Completed in 61 milliseconds