Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-move-constructor-fix.cpp45 struct C_5 { struct
46 C_5(C_5<T>&&) {} in C_5() argument
48 ~C_5() {} in ~C_5() argument