Home
last modified time | relevance | path

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

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