Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcopy-constructor-init.cpp175 class X17 : public NonCopyable2 { class
176 X17(const X17 &other) {} in X17() function in X17