Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp97 const ExpensiveToCopyType VarCopyConstructed(ExpensiveTypeReference()); PositiveFunctionCall() local
119 const ExpensiveToCopyType VarCopyConstructed(Obj.reference()); PositiveMethodCallConstReferenceParam() local
141 const ExpensiveToCopyType VarCopyConstructed(Obj.reference()); PositiveMethodCallConstParam() local
163 const ExpensiveToCopyType VarCopyConstructed(Obj->reference()); PositiveMethodCallConstPointerParam() local
185 const ExpensiveToCopyType VarCopyConstructed(C[42]); PositiveOperatorCallConstReferenceParam() local
207 const ExpensiveToCopyType VarCopyConstructed(C[42]); PositiveOperatorCallConstValueParam() local
229 const ExpensiveToCopyType VarCopyConstructed(C.at(42)); PositiveOperatorValueParam() local
251 const ExpensiveToCopyType VarCopyConstructed(C[42]); PositiveOperatorCallConstValueParamAlias() local
273 const ExpensiveToCopyType VarCopyConstructed(C->at(42)); PositiveOperatorCallConstPtrParam() local
309 const TrivialToCopyType VarCopyConstructed(TrivialTypeReference()); NegativeFunctionCallTrivialType() local
332 ExpensiveToCopyType VarCopyConstructed(ExpensiveTypeReference()); PositiveFunctionCallExpensiveTypeNonConstVariable() local
392 const ExpensiveToCopyType VarCopyConstructed(Obj.reference()); NegativeMethodCallNonConstRefIsModified() local
420 const ExpensiveToCopyType VarCopyConstructed(Obj->reference()); NegativeMethodCallNonConstPointerIsModified() local
[all...]