Home | History | Annotate | Download | only in tests

Lines Matching refs:Throw

24 void* operator new(size_t size) throw(bad_alloc)
30 void* operator new[](size_t size) throw(bad_alloc)
36 void operator delete(void * p) throw()
43 void operator delete[](void * p) throw()
67 template <typename Throw, typename Catch>
73 throw Throw("");
80 template <typename Throw, typename Catch>
86 throw Throw("");