Home
last modified time | relevance | path

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

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