Home
last modified time | relevance | path

Searched refs:NegativeDeletedMethod (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-unnecessary-value-param-delayed.cpp177 struct NegativeDeletedMethod { struct
178 ~NegativeDeletedMethod() {} in ~NegativeDeletedMethod() argument
179 NegativeDeletedMethod& operator=(NegativeDeletedMethod N) = delete;
Dperformance-unnecessary-value-param.cpp242 struct NegativeDeletedMethod { struct
243 ~NegativeDeletedMethod() {} in ~NegativeDeletedMethod() argument
244 NegativeDeletedMethod& operator=(NegativeDeletedMethod N) = delete;