Home
last modified time | relevance | path

Searched refs:throw (Results 51 – 75 of 1004) sorted by relevance

12345678910>>...41

/netbsd/external/gpl3/gcc/dist/libphobos/src/std/internal/windows/
H A Dadvapi32.d48 throw new Exception(`LoadLibraryA("Advapi32.dll")`); in loadAdvapi32()
52 throw new Exception(`GetProcAddress(hAdvapi32 , "RegDeleteKeyExW")`); in loadAdvapi32()
62 throw new Exception(`FreeLibrary("Advapi32.dll")`); in freeAdvapi32()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dexception.d155 void throwEx(Throwable t) { throw t; } in throwEx()
282 void throwEx(Throwable t) { throw t; } in throwEx()
615 if (!value) throw new E(msg, file, line); in enforceEx()
627 if (!value) throw new E(file, line); in enforceEx()
716 int foo() { throw new Exception("blah"); } in foo()
755 int foo() { throw new Exception("blah"); } in foo()
1016 throw new Exception("I threw up"); in alwaysThrows()
1734 int throwRangeError() { throw new RangeError; }
2088 throw new Exception("back has thrown");
2120 throw new Exception("save has thrown");
[all …]
H A Dprocess.d369 if (args.empty) throw new RangeError();
651 throw new ProcessException(errorMsg);
727 throw new StdioException(
1555 throw ProcessException.newFromLastError();
1800 throw ProcessException.newFromLastError();
1806 throw ProcessException.newFromErrno();
1910 throw new StdioException("Unable to create pipe");
1930 throw new StdioException(
3457 throw new WindowsException(err);
3563 throw new WindowsException(err);
[all …]
H A Dcsv.d901 throw new HeaderMismatchException in this()
930 throw ex; in this()
1096 throw new CSVException(e.msg, _input.row, colIndex, e); in prime()
1246 throw new CSVException( in popFront()
1257 throw new CSVException( in popFront()
1294 throw ice; in prime()
1316 throw ice; in prime()
1339 throw new CSVException(e.msg, _input.row, _input.col, e); in prime()
1408 throw new IncompleteCellException(
1447 throw new IncompleteCellException(
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dnew58 bad_alloc() throw() { }
67 virtual ~bad_alloc() throw();
70 virtual const char* what() const throw();
77 bad_array_new_length() throw() { }
81 virtual ~bad_array_new_length() throw();
84 virtual const char* what() const throw();
107 new_handler set_new_handler(new_handler) throw();
117 * - normal single new and delete (no arguments, throw @c bad_alloc on error)
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dexception.d457 if (!value) throw ex(); in enforce()
522 throw new E(file, line);
679 int foo() { throw new Exception("blah"); } in foo()
726 int foo() { throw new Exception("blah"); } in foo()
1020 throw new Exception("I threw up"); in alwaysThrows()
1873 int throwRangeError() { throw new RangeError; }
2251 throw new Exception("empty has thrown");
2256 throw new Exception("front has thrown");
2261 throw new Exception("back has thrown");
2293 throw new Exception("save has thrown");
[all …]
H A Dprocess.d366 throw new WindowsException(err);
475 throw new WindowsException(err);
494 throw new WindowsException(err);
899 if (args.empty) throw new RangeError();
1197 throw new ProcessException(errorMsg);
1330 throw new StdioException(
2326 throw ProcessException.newFromLastError();
2646 throw ProcessException.newFromLastError();
2652 throw ProcessException.newFromErrno();
2756 throw new StdioException("Unable to create pipe");
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dnew58 bad_alloc() throw() { }
67 virtual ~bad_alloc() throw();
70 virtual const char* what() const throw();
77 bad_array_new_length() throw() { }
81 virtual ~bad_array_new_length() throw();
84 virtual const char* what() const throw();
107 new_handler set_new_handler(new_handler) throw();
117 * - normal single new and delete (no arguments, throw @c bad_alloc on error)
/netbsd/external/lgpl3/gmp/dist/tests/cxx/
H A Dclocale.c48 throw() in localeconv()
61 throw() in nl_langinfo()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/atomicity_builtins/
H A Datomicity.h35 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
40 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/atomicity_builtins/
H A Datomicity.h35 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
40 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
H A Datomicity.h47 __exchange_and_add (volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
52 __atomic_add (volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/aix/
H A Datomicity.h47 __exchange_and_add (volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
52 __atomic_add (volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/
H A Datomicity.h33 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
44 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/
H A Datomicity.h33 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
44 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/atomicity_mutex/
H A Datomicity.h44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
55 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/atomicity_mutex/
H A Datomicity.h44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
55 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/cris/
H A Datomicity.h32 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
85 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/cris/
H A Datomicity.h32 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
85 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i386/
H A Datomicity.h44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
69 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i386/
H A Datomicity.h44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
69 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DNoexceptPolicy.rst8 As of version 13 libc++ may mark functions that do not throw (i.e.,
12 traits, which throw might not be propagated up to the caller (unless
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/hppa/
H A Datomicity.h48 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
73 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/hppa/
H A Datomicity.h48 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
73 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () in _GLIBCXX_VISIBILITY()
/netbsd/external/apache2/llvm/dist/libcxx/src/support/runtime/
H A Dexception_msvc.ipp20 terminate_handler _NewTerminateHandler) throw();
25 unexpected_handler _NewUnexpectedHandler) throw();
72 // handler should not throw exception

12345678910>>...41