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

/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp16 struct Co1 { operator int(); }; struct
52 (void)static_cast<int>(Co1());
H A Dcstyle-cast.cpp58 struct Co1 { operator int(); }; struct
96 (void)(int)(Co1());
H A Dfunctional-cast.cpp90 struct Co1 { operator int(); }; struct
142 (void)int(Co1());

Completed in 264 milliseconds