OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myExc
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
cleanup1_1.cpp
9
struct
myExc
{ };
12
~myExcRaiser() { throw
myExc
(); }
31
catch (
myExc
&) {
/ndk/tests/device/test-stlport_static-exception/jni/
cleanup1_1.cpp
9
struct
myExc
{ };
12
~myExcRaiser() { throw
myExc
(); }
31
catch (
myExc
&) {
Completed in 540 milliseconds