Lines Matching refs:EH_STD
60 throw EH_STD::bad_alloc(); in maybe_fail()
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) in operator new()
212 void* _STLP_CALL operator new(size_t size, const EH_STD::nothrow_t&) throw() { in operator new()
223 void* _STLP_CALL operator new[](size_t size ) throw(EH_STD::bad_alloc) { in operator new[]()
228 void* _STLP_CALL operator new[](size_t size, const EH_STD::nothrow_t&) throw() { in operator new[]()
288 EH_STD::cerr<<"\nEH TEST FAILURE !\n"; in ReportLeaked()
291 EH_STD::cerr << "ERROR : " << alloc_count << " outstanding allocations.\n"; in ReportLeaked()
293 EH_STD::cerr << "ERROR : " << object_count << " non-destroyed objects.\n"; in ReportLeaked()
312 EH_STD::cerr<<"["<<current_container<<"] :"; in PrintTestName()
313 EH_STD::cerr<<"testing "<<current_test <<" (" << current_test_category <<")"; in PrintTestName()
315 EH_STD::cerr<<EH_STD::endl; in PrintTestName()
317 EH_STD::cerr<<" ... "; in PrintTestName()
322 EH_STD::cerr<<(count+1)<<" try successful"<<EH_STD::endl; in ReportSuccess()