Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior.cpp504 struct CustomMove { struct
505 CustomMove();
506 CustomMove(const CustomMove&&);
507 CustomMove &operator=(const CustomMove&&);
510 CustomMove CM;