Searched defs:negativeConstPointer (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ | ||
H A D | unnecessary-value-param-delayed.cpp | 89 void negativeConstPointer(const ExpensiveToCopyType* Obj) { negativeConstPointer() function |
H A D | unnecessary-value-param.cpp | 129 void negativeConstPointer(const ExpensiveToCopyType* Obj) { negativeConstPointer() function |