Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-value-param-delayed.cpp70 template <typename T> void templateWithNonTemplatizedParameter(const ExpensiveToCopyType S, T V) { in templateWithNonTemplatizedParameter() function
H A Dunnecessary-value-param.cpp110 template <typename T> void templateWithNonTemplatizedParameter(const ExpensiveToCopyType S, T V) { templateWithNonTemplatizedParameter() function