Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-swap.cpp109 struct OK2 { struct
111 void swap(OK2 &) noexcept(kTrue) {} in swap() argument
H A Dnoexcept-move-constructor.cpp197 struct OK2 { struct
200 OK2(OK2 &&) noexcept(true) {} in OK2() argument
201 OK2 &operator=(OK2 &&) noexcept(kTrue) { return *this; } in operator =() argument
H A Dnoexcept-destructor.cpp128 struct OK2 { struct
131 ~OK2() noexcept(true) {} in ~OK2() argument