Searched refs:Co3 (Results 1 – 3 of 3) sorted by relevance
18 struct Co3 { }; struct19 struct Co4 { Co4(Co3); operator Co3(); };54 (void)static_cast<Co3>(static_cast<Co4>(Co3())); in t_529_2()
61 struct Co3 { }; struct62 struct Co4 { Co4(Co3); operator Co3(); };99 (void)(Co3)((Co4)(Co3())); in t_529_2()
93 struct Co3 { }; struct94 struct Co4 { Co4(Co3); operator Co3(); };145 (void)Co3((Co4)(Co3())); in t_529_2()