Home
last modified time | relevance | path

Searched refs:ExceptionB (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/misc/exception-test/
H A Dexceptions.cpp10 ExceptionB::ExceptionB() {} in ExceptionB() function in ExceptionB
11 ExceptionB::~ExceptionB() {} in ~ExceptionB()
24 void throwB() { throw ExceptionB(); } in throwB()
H A Dexceptions.h17 struct ExceptionB : ExceptionBase { struct
18 ExceptionB();
19 ~ExceptionB();
H A Dexception-test.cpp53 } catch (ExceptionB exception) { in catchB()
132 } catch (ExceptionB exception) { in catchAny()