| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/ |
| stderr_msg.d | 5 throw new Exception("stderr_msg msg");
|
| message_with_null.d | 7 throw new Exception("hello\0 world!");
|
| rt_trap_exceptions_drt.d | 5 throw new Exception("foo");
|
| static_dtor.d | 11 else throw new Exception("static_dtor_exception");
|
| rt_trap_exceptions.d | 14 throw new Exception("this will abort");
|
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| stdexcept.h | 38 exception() throw(); 39 exception(const exception&) throw(); 40 exception& operator=(const exception&) throw(); 42 virtual const char* what() const throw(); 52 bad_alloc() throw(); 53 bad_alloc(const bad_alloc&) throw(); 54 bad_alloc& operator=(const bad_alloc&) throw(); 56 virtual const char* what() const throw(); 64 bad_cast() throw(); 65 bad_cast(const bad_cast&) throw(); [all...] |
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPException.h | 36 const std::string& err_string=std::string()) throw(); 44 LDAPException(const LDAPAsynConnection *lc) throw(); 49 virtual ~LDAPException() throw(); 54 int getResultCode() const throw(); 60 const std::string& getResultMsg() const throw(); 65 const std::string& getServerMsg() const throw(); 68 virtual const char* what() const throw(); 74 friend std::ostream& operator << (std::ostream &s, LDAPException e) throw(); 93 LDAPReferralException(const LDAPUrlList& urls) throw(); 98 ~LDAPReferralException() throw(); [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| special_function_util.h | 67 static _Tp __pi() throw() 70 static _Tp __pi_2() throw() 73 static _Tp __pi_3() throw() 76 static _Tp __pi_4() throw() 79 static _Tp __1_pi() throw() 82 static _Tp __2_sqrtpi() throw() 85 static _Tp __sqrt2() throw() 88 static _Tp __sqrt3() throw() 91 static _Tp __sqrtpio2() throw() 94 static _Tp __sqrt1_2() throw() [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| special_function_util.h | 67 static _Tp __pi() throw() 70 static _Tp __pi_2() throw() 73 static _Tp __pi_3() throw() 76 static _Tp __pi_4() throw() 79 static _Tp __1_pi() throw() 82 static _Tp __2_sqrtpi() throw() 85 static _Tp __sqrt2() throw() 88 static _Tp __sqrt3() throw() 91 static _Tp __sqrtpio2() throw() 94 static _Tp __sqrt1_2() throw() [all...] |
| /src/external/lgpl3/gmp/dist/tests/cxx/ |
| clocale.c | 38 match the "throw" or lack thereof declared for localeconv in <locale.h>. 48 throw() function 61 throw() function
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| cxxabi_forced.h | 50 virtual ~__forced_unwind() throw();
|
| exception_defines.h | 42 # define __throw_exception_again throw
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| cxxabi_forced.h | 50 virtual ~__forced_unwind() throw();
|
| exception_defines.h | 42 # define __throw_exception_again throw
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/atomicity_builtins/ |
| atomicity.h | 35 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 40 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/ |
| atomicity.h | 33 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 44 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/atomicity_builtins/ |
| atomicity.h | 35 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 40 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/ |
| atomicity.h | 33 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 44 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 58 throw new ZLibException(-1, "Could not open " + fileName);
71 throw new ZLibException(-1, "Could not open " + fileName);
156 if (!CanRead) throw new NotSupportedException();
157 if (buffer == null) throw new ArgumentNullException();
158 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
159 if ((offset+count) > buffer.Length) throw new ArgumentException();
160 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
168 throw new IOException();
183 if (!CanRead) throw new NotSupportedException();
184 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); [all...] |
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 58 throw new ZLibException(-1, "Could not open " + fileName);
71 throw new ZLibException(-1, "Could not open " + fileName);
156 if (!CanRead) throw new NotSupportedException();
157 if (buffer == null) throw new ArgumentNullException();
158 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
159 if ((offset+count) > buffer.Length) throw new ArgumentException();
160 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
168 throw new IOException();
183 if (!CanRead) throw new NotSupportedException();
184 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 58 throw new ZLibException(-1, "Could not open " + fileName);
71 throw new ZLibException(-1, "Could not open " + fileName);
156 if (!CanRead) throw new NotSupportedException();
157 if (buffer == null) throw new ArgumentNullException();
158 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
159 if ((offset+count) > buffer.Length) throw new ArgumentException();
160 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
168 throw new IOException();
183 if (!CanRead) throw new NotSupportedException();
184 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 58 throw new ZLibException(-1, "Could not open " + fileName);
71 throw new ZLibException(-1, "Could not open " + fileName);
156 if (!CanRead) throw new NotSupportedException();
157 if (buffer == null) throw new ArgumentNullException();
158 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
159 if ((offset+count) > buffer.Length) throw new ArgumentException();
160 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
168 throw new IOException();
183 if (!CanRead) throw new NotSupportedException();
184 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); [all...] |
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 58 throw new ZLibException(-1, "Could not open " + fileName);
71 throw new ZLibException(-1, "Could not open " + fileName);
156 if (!CanRead) throw new NotSupportedException();
157 if (buffer == null) throw new ArgumentNullException();
158 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
159 if ((offset+count) > buffer.Length) throw new ArgumentException();
160 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
168 throw new IOException();
183 if (!CanRead) throw new NotSupportedException();
184 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| safe_base.h | 46 * This class must not perform any operations that can throw an 118 _M_get_mutex() throw (); 130 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw (); 141 _M_detach_single() throw (); 150 _M_singular() const throw (); 156 _M_can_compare(const _Safe_iterator_base& __x) const throw (); 165 _M_reset() throw (); 169 _M_unlink() throw () 198 * This class must ensure that no operation on it may throw an 276 _M_get_mutex() throw (); [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
| safe_base.h | 46 * This class must not perform any operations that can throw an 104 _M_get_mutex() throw (); 116 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw (); 127 _M_detach_single() throw (); 136 _M_singular() const throw (); 142 _M_can_compare(const _Safe_iterator_base& __x) const throw (); 151 _M_reset() throw (); 155 _M_unlink() throw () 184 * This class must ensure that no operation on it may throw an 252 _M_get_mutex() throw (); [all...] |