Symbol: throw
headers/cpp/stl_alloc.h
42
# define __THROW_BAD_ALLOC throw bad_alloc()
headers/cpp/stl_config.h
343
# define __STL_THROW(x) throw x
headers/cpp/stl_config.h
344
# define __STL_RETHROW throw
headers/cpp/stl_config.h
345
# define __STL_NOTHROW throw()
headers/cpp/stl_config.h
346
# define __STL_UNWIND(action) catch(...) { action; throw; }
headers/cpp/stl_deque.h
1590
throw;
headers/cpp/stl_deque.h
1611
throw;
headers/cpp/stl_hashtable.h
948
throw;
headers/cpp/stl_vector.h
225
throw std::out_of_range("vector::at() out_of_range");
headers/cpp/stl_vector.h
231
throw std::out_of_range("vector::at() out_of_range");
headers/cpp/streambuf.h
202
void _throw_failure() const { throw new ios::failure(this); }
headers/libs/agg/dbg_new/agg_dbg_new.h
33
void operator delete(void *ptr) throw();
headers/libs/agg/dbg_new/agg_dbg_new.h
34
void operator delete [] (void *ptr) throw();
headers/os/game/GameSound.h
44
const std::nothrow_t&) throw();
headers/os/game/GameSound.h
47
const std::nothrow_t&) throw();
headers/os/interface/LayoutBuilder.h
1727
throw std::bad_alloc();
headers/os/interface/LayoutBuilder.h
1760
throw;
headers/os/interface/LayoutBuilder.h
1786
throw std::bad_alloc();
headers/os/interface/LayoutBuilder.h
1801
throw std::bad_alloc();
headers/os/media/MediaNode.h
234
const std::nothrow_t&) throw();
headers/os/media/MediaNode.h
237
const std::nothrow_t&) throw();
headers/os/media/SoundPlayer.h
28
const char* what() const throw();
headers/private/app/MessageUtils.h
42
throw error;
headers/private/app/MessageUtils.h
74
throw fError;
headers/private/app/MessageUtils.h
84
throw fError;
headers/private/debugger/types/ValueLocation.h
56
throw std::bad_alloc();
headers/private/debugger/types/ValueLocation.h
68
throw std::bad_alloc();
headers/private/kernel/debug_heap.h
37
operator new(size_t size, const kdebug_alloc_t&) throw()
headers/private/kernel/heap.h
80
operator new(size_t size, const malloc_flags& flags) throw()
headers/private/kernel/slab/Slab.h
77
operator new(size_t size, ObjectCache* objectCache, uint32 flags) throw()
headers/private/kernel/tracing.h
86
void* operator new(size_t size, const std::nothrow_t&) throw();
headers/private/kernel/util/kernel_cpp.h
28
#define _THROW(x) throw (x)
headers/private/kernel/util/kernel_cpp.h
29
#define _NOEXCEPT throw ()
headers/private/netservices2/ExclusiveBorrow.h
170
throw BBorrowError(__PRETTY_FUNCTION__);
headers/private/netservices2/ExclusiveBorrow.h
178
throw BBorrowError(__PRETTY_FUNCTION__);
headers/private/netservices2/ExclusiveBorrow.h
185
throw BBorrowError(__PRETTY_FUNCTION__);
headers/private/netservices2/ExclusiveBorrow.h
260
throw BBorrowError(__PRETTY_FUNCTION__);
headers/private/netservices2/ExclusiveBorrow.h
268
throw BBorrowError(__PRETTY_FUNCTION__);
headers/private/netservices2/ExclusiveBorrow.h
53
throw BBorrowError(__PRETTY_FUNCTION__);
headers/private/netservices2/ExclusiveBorrow.h
80
throw BBorrowError(__PRETTY_FUNCTION__);
headers/private/storage/CharStream.h
67
throw (status_t)B_BUFFER_OVERFLOW;
headers/tools/cppunit/ThreadManager.h
123
throw CppUnit::Exception("BThreadManager::LaunchThread() -- Error acquiring thread semaphore");
headers/tools/cppunit/ThreadManager.h
149
throw CppUnit::Exception("BThreadManager::Run() -- NULL fObject pointer");
headers/tools/cppunit/ThreadedTestCaller.h
117
throw CppUnit::Exception("BThreadedTestCaller::run() -- No threads added to BThreadedTestCaller()");
headers/tools/cppunit/ThreadedTestCaller.h
139
throw CppUnit::Exception("BThreadedTestCaller::run() -- Error creating fThreadSem");
headers/tools/cppunit/ThreadedTestCaller.h
255
throw CppUnit::Exception("BThreadedTestCaller::runTest() -- NULL fObject pointer");
headers/tools/cppunit/ThreadedTestCaller.h
257
throw CppUnit::Exception("BThreadedTestCaller::runTest() -- Attempt to reuse ThreadedTestCase object already in use");
headers/tools/cppunit/ThreadedTestCaller.h
98
throw CppUnit::Exception("BThreadedTestCaller::addThread() - Attempt to add thread under duplicated name ('"
headers/tools/cppunit/cppunit/Exception.h
46
virtual ~Exception () throw();
headers/tools/cppunit/cppunit/Exception.h
50
const char *what() const throw ();
headers/tools/cppunit/cppunit/NotEqualException.h
37
virtual ~NotEqualException() throw();
headers/tools/cppunit/cppunit/TestCaller.h
42
throw Exception( message );
src/add-ons/kernel/file_systems/reiserfs/cpp.h
27
inline void *operator new(size_t size, const nothrow_t&) throw()
src/add-ons/media/plugins/ape_reader/MAClib/All.h
139
#define THROW_ON_ERROR(CODE) { int nRetVal = CODE; if (nRetVal != 0) throw(nRetVal); }
src/add-ons/translators/raw/ReadHelper.h
100
throw fError;
src/add-ons/translators/raw/ReadHelper.h
116
throw fError;
src/add-ons/translators/raw/ReadHelper.h
173
throw fError;
src/add-ons/translators/raw/ReadHelper.h
87
throw fError;
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
230
throw std::bad_alloc();
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
365
throw std::bad_alloc();
src/kits/network/libnetservices2/HttpResultPrivate.h
144
throw BSystemError("BDataIO::Write()", result);
src/kits/network/libnetservices2/HttpResultPrivate.h
67
throw BRuntimeError(__PRETTY_FUNCTION__, "Cannot create internal sem for httpresult");
src/kits/package/manager/PackageManagerUtils.h
14
throw BFatalErrorException(__VA_ARGS__); \
src/kits/package/manager/PackageManagerUtils.h
20
throw BFatalErrorException(__VA_ARGS__).SetDetails(details); \
src/kits/tracker/Utilities.h
424
throw (status_t)B_ERROR;
src/kits/tracker/Utilities.h
428
throw (status_t)result;
src/servers/package/FSUtils.h
111
throw std::bad_alloc();
src/servers/package/FSUtils.h
135
throw std::bad_alloc();
src/servers/package/FSUtils.h
141
throw std::bad_alloc();
src/servers/package/FSUtils.h
146
throw std::bad_alloc();
src/system/libroot/posix/glibc/include/misc/sys/cdefs.h
60
# define __THROW throw ()
src/system/libroot/posix/glibc/include/misc/sys/cdefs.h
61
# define __THROWNL throw ()
src/system/libroot/posix/glibc/include/misc/sys/cdefs.h
62
# define __NTH(fct) __LEAF_ATTR fct throw ()
src/tools/gensyscalls/gensyscalls_common.h
23
virtual ~Exception() throw() {}
src/tools/gensyscalls/gensyscalls_common.h
25
virtual const char *what() const throw()
src/tools/gensyscalls/gensyscalls_common.h
38
virtual ~EOFException() throw() {}
src/tools/gensyscalls/gensyscalls_common.h
45
virtual ~IOException() throw() {}
src/tools/gensyscalls/gensyscalls_common.h
52
virtual ~ParseException() throw() {}