Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp706 struct CustomMove { struct
707 CustomMove();
708 CustomMove(const CustomMove&&);
709 CustomMove &operator=(const CustomMove&&);
712 CustomMove CM;