Searched refs:VirtualExceptionB (Results 1 – 3 of 3) sorted by relevance
19 VirtualExceptionB::VirtualExceptionB() {} in VirtualExceptionB() function in VirtualExceptionB20 VirtualExceptionB::~VirtualExceptionB() {} in ~VirtualExceptionB()27 void throwVirtualB() { throw VirtualExceptionB(); } in throwVirtualB()
36 struct VirtualExceptionB : VirtualExceptionBase { struct37 VirtualExceptionB();38 virtual ~VirtualExceptionB();
95 } catch (VirtualExceptionB exception) { in catchVirtualB()126 } catch (VirtualExceptionB exception) { in catchAny()