Searched refs:throw (Results 1 – 14 of 14) sorted by relevance
53 explicit memory_pool_allocator(memory_pool &pool) throw();54 explicit memory_pool_allocator(fixed_pool &pool) throw();55 memory_pool_allocator(const memory_pool_allocator& src) throw();57 memory_pool_allocator(const memory_pool_allocator<U,P>& src) throw();62 size_type max_size() const throw();76 memory_pool_allocator(memory_pool &pool) throw();77 memory_pool_allocator(fixed_pool &pool) throw();78 memory_pool_allocator(const memory_pool_allocator& src) throw();80 memory_pool_allocator(const memory_pool_allocator<U>& src) throw();
100 explicit memory_pool_allocator(pool_type &pool) throw() : my_pool(&pool) {} in memory_pool_allocator()101 memory_pool_allocator(const memory_pool_allocator& src) throw() : my_pool(src.my_pool) {} in throw() function103 memory_pool_allocator(const memory_pool_allocator<U,P>& src) throw() : my_pool(src.my_pool) {} in memory_pool_allocator()120 size_type max_size() const throw() { in max_size()152 explicit memory_pool_allocator( pool_type &pool) throw() : my_pool(&pool) {} in memory_pool_allocator()153 memory_pool_allocator( const memory_pool_allocator& src) throw() : my_pool(src.my_pool) {} in throw() function155 memory_pool_allocator(const memory_pool_allocator<U,P>& src) throw() : my_pool(src.my_pool) {} in memory_pool_allocator()
205 throw e; in throw_exception()
105 const char* what() const throw() override { return my_description; } in what()122 throw test_exception(EXCEPTION_DESCR); in ThrowTestException()142 throw test_exception(EXCEPTION_DESCR); in ThrowTestException()152 throw solitary_test_exception(EXCEPTION_DESCR); in ThrowTestException()160 throw solitary_test_exception(EXCEPTION_DESCR); in ThrowTestException()
26 #define TBB_TEST_THROW(x) throw x
139 throw error_code();
843 throw Threshold;850 throw Threshold;
1863 throw; // lgtm [cpp/rethrow-no-exception]3338 throw e;4155 throw TestFailureException(); // NOLINT(hicpp-exception-baseclass)4536 throw;
25 throw i;54 throw i;
7 To cancel an algorithm but not throw an exception, use the expression ``current_context()->cancel_g…
30 oneTBB might throw the original exception. So be sure your code can
109 throw "oops";
20 * - \ ``~P() throw();``
359 do_throw_noexcept([] { throw; }); in local_wait_for_all()