Home
last modified time | relevance | path

Searched refs: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
134 assert (NTEST (H1)); in main()
Dhas_nothrow_assign.cpp48 struct H1 struct
50 H1& operator=(H1&) throw(int) { throw int(); return *this; } in operator =() argument
144 assert (NTEST (H1)); in main()
/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
134 assert (NTEST (H1)); in main()
Dhas_nothrow_assign.cpp48 struct H1 struct
50 H1& operator=(H1&) throw(int) { throw int(); return *this; } in operator =() argument
144 assert (NTEST (H1)); in main()