Searched defs:E1 (Results 1 – 6 of 6) sorted by relevance
28 struct E1 struct30 E1() throw(int) { throw int(); } in E1() argument
28 struct E1 struct30 E1(const E1&) throw(int) { throw int(); } in E1() function
28 struct E1 struct30 E1& operator=(const E1&) throw(int) { throw int(); return *this; } in operator =() argument
28 struct E1 struct30 E1(const E1&) throw(int) { throw int(); } in E1() argument