Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-noexcept-move-constructor.cpp23 class OK1 { class
25 OK1();
26 OK1(const OK1 &);
27 OK1(OK1 &&) noexcept;
28 OK1 &operator=(OK1 &&) noexcept;