Lines Matching refs:EH_STD
60 throw EH_STD::bad_alloc();
86 typedef EH_STD::set<void*, EH_STD::less<void*> > allocation_set;
95 typedef EH_STD::hash_set<void*, ::hash_void, EH_STD::equal_to<void*> > allocation_set;
207 throw(EH_STD::bad_alloc)
212 void* _STLP_CALL operator new(size_t size, const EH_STD::nothrow_t&) throw() {
223 void* _STLP_CALL operator new[](size_t size ) throw(EH_STD::bad_alloc) {
228 void* _STLP_CALL operator new[](size_t size, const EH_STD::nothrow_t&) throw() {
288 EH_STD::cerr<<"\nEH TEST FAILURE !\n";
291 EH_STD::cerr << "ERROR : " << alloc_count << " outstanding allocations.\n";
293 EH_STD::cerr << "ERROR : " << object_count << " non-destroyed objects.\n";
312 EH_STD::cerr<<"["<<current_container<<"] :";
313 EH_STD::cerr<<"testing "<<current_test <<" (" << current_test_category <<")";
315 EH_STD::cerr<<EH_STD::endl;
317 EH_STD::cerr<<" ... ";
322 EH_STD::cerr<<(count+1)<<" try successful"<<EH_STD::endl;