Searched refs:bad_exception (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/libstdcxx-60/src/
H A Deh_exception.cc48 bad_exception::~bad_exception() throw() { }
54 // and not overriding what() in bad_exception, bad_alloc, etc. In
60 bad_exception::what() const throw()
62 return "std::bad_exception";
H A Dfunctexcept.cc48 { throw bad_exception(); }
/macosx-10.9.5/swig-10/Lib/csharp/
H A Dstd_except.i22 %typemap(throws, canthrow=1) std::bad_exception "SWIG_CSharpSetPendingException(SWIG_CSharpApplicationException, $1.what());\n return $null;"
/macosx-10.9.5/swig-10/Lib/java/
H A Dstd_except.i22 %typemap(throws) std::bad_exception "SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, $1.what());\n return $null;"
/macosx-10.9.5/swig-10/Lib/lua/
H A Dstd_except.i33 %typemap(throws) std::bad_exception "SWIG_exception(SWIG_RuntimeError, $1.what());"
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_except.i18 struct bad_exception : exception
/macosx-10.9.5/swig-10/Lib/
H A Dstd_except.i46 %std_exception_map(bad_exception, SWIG_SystemError);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A Dconfig.hpp158 # define bad_exception os_bad_exception macro

Completed in 111 milliseconds