Searched refs:Co3 (Results 1 – 3 of 3) sorted by relevance
20 struct Co3 { }; struct21 struct Co4 { Co4(Co3); operator Co3(); };56 (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()
94 struct Co3 { }; struct95 struct Co4 { Co4(Co3); operator Co3(); };146 (void)Co3((Co4)(Co3())); in t_529_2()