Searched refs:CNewException (Results 1 – 6 of 6) sorted by relevance
50 class CNewException {};68 #define CNewException std::bad_alloc macro
50 throw CNewException(); in operator new()111 throw CNewException(); in operator new()
72 catch(const CNewException &) in main()
231 catch(const CNewException &) in WinMain()
316 throw CNewException();322 So you don't need to catch CNewException, if you call COM interfaces of 7-Zip.
586 throw CNewException();592 So you don't need to catch CNewException, if you call COM interfaces of 7-Zip.