Searched refs:Co4 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp21 struct Co4 { Co4(Co3); operator Co3(); }; struct
56 (void)static_cast<Co3>(static_cast<Co4>(Co3()));
H A Dcstyle-cast.cpp62 struct Co4 { Co4(Co3); operator Co3(); }; struct
99 (void)(Co3)((Co4)(Co3()));
H A Dfunctional-cast.cpp95 struct Co4 { Co4(Co3); operator Co3(); }; struct
146 (void)Co3((Co4)(Co3()));

Completed in 123 milliseconds