HomeSort by relevance Sort by last modified time
    Searched refs:arghh (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
eh14.cpp 4 class arghh { class
7 arghh (int v) { n = v; } function in class:arghh
12 throw arghh (11);
14 catch (arghh& a) {
19 throw arghh (22);
21 catch (arghh& a) {
  /ndk/tests/device/test-stlport_static-exception/jni/
eh14.cpp 4 class arghh { class
7 arghh (int v) { n = v; } function in class:arghh
12 throw arghh (11);
14 catch (arghh& a) {
19 throw arghh (22);
21 catch (arghh& a) {

Completed in 384 milliseconds