Home
last modified time | relevance | path

Searched refs:E1 (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
Dhas_nothrow_copy-1.cpp28 struct E1 struct
30 E1(const E1&) throw(int) { throw int(); } in E1() function
130 assert (NTEST (E1)); in main()
Dhas_nothrow_assign.cpp28 struct E1 struct
30 E1& operator=(const E1&) throw(int) { throw int(); return *this; } in operator =() argument
140 assert (NTEST (E1)); in main()
Dhas_nothrow_constructor.cpp28 struct E1 struct
30 E1() throw(int) { throw int(); } in E1() argument
101 assert (NTEST (E1)); in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Dhas_nothrow_copy-1.cpp28 struct E1 struct
30 E1(const E1&) throw(int) { throw int(); } in E1() argument
130 assert (NTEST (E1)); in main()
Dhas_nothrow_assign.cpp28 struct E1 struct
30 E1& operator=(const E1&) throw(int) { throw int(); return *this; } in operator =() argument
140 assert (NTEST (E1)); in main()
Dhas_nothrow_constructor.cpp28 struct E1 struct
30 E1() throw(int) { throw int(); } in E1() argument
101 assert (NTEST (E1)); in main()