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

/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp19 struct Co4 { Co4(Co3); operator Co3(); }; struct
54 (void)static_cast<Co3>(static_cast<Co4>(Co3()));
H A Dcstyle-cast.cpp61 struct Co4 { Co4(Co3); operator Co3(); }; struct
98 (void)(Co3)((Co4)(Co3()));
H A Dfunctional-cast.cpp93 struct Co4 { Co4(Co3); operator Co3(); }; struct
144 (void)Co3((Co4)(Co3()));

Completed in 78 milliseconds