Home
last modified time | relevance | path

Searched refs:myExc (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
Dcleanup1_1.cpp9 struct myExc { }; struct
12 ~myExcRaiser() { throw myExc(); } in ~myExcRaiser()
31 catch (myExc &) { in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Dcleanup1_1.cpp9 struct myExc { }; struct
12 ~myExcRaiser() { throw myExc(); } in ~myExcRaiser()
31 catch (myExc &) { in main()