Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcopy-constructor-init.cpp185 class X19 : private Copyable { class
186 X19(const X19 &other) : Copyable(other) {} in X19() function in X19