Home
last modified time | relevance | path

Searched defs:C_6 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-move-constructor-fix.cpp53 struct C_6 { struct
54 C_6(C_6<T>&&) {} in C_6() argument
56 ~C_6() {} in ~C_6() argument