Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-move-constructor.cpp204 struct OK4 { struct
205 OK4(OK4 &&) noexcept(false) {} in OK4() function
H A Dnoexcept-destructor.cpp134 struct OK4 { struct
135 ~OK4() noexcept(false) {} in ~OK4() argument
H A Dnoexcept-swap.cpp122 struct OK4 { struct