Searched refs:exception (Results 1 – 25 of 78) sorted by relevance
1234
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro45 # undef exception50 # include_next <exception.h>52 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)56 # include_next <exception>58 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception)75 using _STLP_VENDOR_EXCEPT_STD::exception;77 using ::exception;161 class _STLP_CLASS_DECLSPEC exception {164 exception() _STLP_NOTHROW;[all …]
41 class bad_cast : public exception {};74 struct bad_cast : exception {};
62 using _STLP_VENDOR_EXCEPT_STD::exception;65 # define _STLP_EXCEPTION_BASE exception
75 class bad_alloc : public exception {
23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \26 # define exception __math_exception macro36 # undef exception42 # define _exception exception
19 // the native header <exception>.40 * call to the native exception header:43 # include_next <exception>47 # include <../include/exception>49 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception)
28 # include_next <exception.h>30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
64 exception::exception() _STLP_NOTHROW {} in exception() function in exception65 exception::~exception() _STLP_NOTHROW {} in ~exception()68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; } in what()
9 throw std::exception(); in foo()11 catch (std::exception e) { in foo()
8 throw std::exception(); in foo()
19 build/test/eh - build directory for exception handling tests28 test/eh - exception handling test using STLport iostreams
28 catch (std::exception &ex) in main()
2 between several binaries. I.e. one exception is thrown in libfoo.so and caught
4 dnl General Public License. As a special exception to the GNU General
1 This test is meant to test the most basic level of exception support