Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-noexcept-move-constructor.cpp41 struct OK3 { struct
42 OK3(OK3 &&) noexcept(false) {} in OK3() argument