Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/special/class.copy/
H A Dp9.cpp3 struct ConstCopy { struct
H A Dp20.cpp4 struct ConstCopy { struct
H A Dp8-cxx11.cpp12 struct ConstCopy { struct
H A Dp18-cxx11.cpp12 struct ConstCopy { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-value-param-delayed.cpp58 void positiveAndNegative(const ExpensiveToCopyType ConstCopy, const ExpensiveToCopyType& ConstRef, ExpensiveToCopyType Copy) { in positiveAndNegative() argument
H A Dunnecessary-value-param.cpp98 positiveAndNegative(const ExpensiveToCopyType ConstCopy,const ExpensiveToCopyType & ConstRef,ExpensiveToCopyType Copy) positiveAndNegative() argument