Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dconstructor-init.cpp238 pair2 y2m(static_cast<pair2&&>(y2)); in foo() local
241 y2m = static_cast<pair2&&>(y2); in foo()