Home
last modified time | relevance | path

Searched defs:H1 (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
Dhas_nothrow_copy-1.cpp48 struct H1 struct
50 H1(H1&) throw(int) { throw int(); } in H1() argument
Dhas_nothrow_assign.cpp48 struct H1 struct
50 H1& operator=(H1&) throw(int) { throw int(); return *this; } in operator =() argument
/ndk/tests/device/test-stlport_static-exception/jni/
Dhas_nothrow_copy-1.cpp48 struct H1 struct
50 H1(H1&) throw(int) { throw int(); } in H1() argument
Dhas_nothrow_assign.cpp48 struct H1 struct
50 H1& operator=(H1&) throw(int) { throw int(); return *this; } in operator =() argument