Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp87 const auto AutoCopyConstructed(ExpensiveTypeReference()); PositiveFunctionCall() local
109 const auto AutoCopyConstructed(Obj.reference()); PositiveMethodCallConstReferenceParam() local
131 const auto AutoCopyConstructed(Obj.reference()); PositiveMethodCallConstParam() local
153 const auto AutoCopyConstructed(Obj->reference()); PositiveMethodCallConstPointerParam() local
175 const auto AutoCopyConstructed(C[42]); PositiveOperatorCallConstReferenceParam() local
197 const auto AutoCopyConstructed(C[42]); PositiveOperatorCallConstValueParam() local
219 const auto AutoCopyConstructed(C[42]); PositiveOperatorValueParam() local
241 const auto AutoCopyConstructed(C[42]); PositiveOperatorCallConstValueParamAlias() local
263 const auto AutoCopyConstructed((*C)[42]); PositiveOperatorCallConstPtrParam() local
307 const auto AutoCopyConstructed(TrivialTypeReference()); NegativeFunctionCallTrivialType() local
322 auto AutoCopyConstructed(ExpensiveTypeReference()); PositiveFunctionCallExpensiveTypeNonConstVariable() local
390 const auto AutoCopyConstructed(Obj.reference()); NegativeMethodCallNonConstRefIsModified() local
418 const auto AutoCopyConstructed(Obj->reference()); NegativeMethodCallNonConstPointerIsModified() local
[all...]