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

/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp19 struct Co2 { Co2(int); }; struct
55 (void)static_cast<Co2>(1);
H A Dcstyle-cast.cpp60 struct Co2 { Co2(int); }; struct
98 (void)(Co2)(1);
H A Dfunctional-cast.cpp93 struct Co2 { Co2(int); }; struct
145 (void)Co2(1);

Completed in 149 milliseconds