Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-destructor.cpp235 struct OK23 { struct
248 OK23<Empty> value3{OK23<Empty>{}}; in testTemplates() argument
H A Dnoexcept-move-constructor.cpp327 struct OK23 { struct
342 OK23<Empty> value3{OK23<Empty>{}}; in testTemplates() argument