Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp92 const ExpensiveToCopyType VarAssigned = ExpensiveTypeReference(); PositiveFunctionCall() local
114 const ExpensiveToCopyType VarAssigned = Obj.reference(); PositiveMethodCallConstReferenceParam() local
136 const ExpensiveToCopyType VarAssigned = Obj.reference(); PositiveMethodCallConstParam() local
158 const ExpensiveToCopyType VarAssigned = Obj->reference(); PositiveMethodCallConstPointerParam() local
180 const ExpensiveToCopyType VarAssigned = C[42]; PositiveOperatorCallConstReferenceParam() local
202 const ExpensiveToCopyType VarAssigned = C[42]; PositiveOperatorCallConstValueParam() local
224 const ExpensiveToCopyType VarAssigned = C.at(42); PositiveOperatorValueParam() local
246 const ExpensiveToCopyType VarAssigned = C[42]; PositiveOperatorCallConstValueParamAlias() local
268 const ExpensiveToCopyType VarAssigned = C->at(42); PositiveOperatorCallConstPtrParam() local
308 const TrivialToCopyType VarAssigned = TrivialTypeReference(); NegativeFunctionCallTrivialType() local
327 ExpensiveToCopyType VarAssigned = ExpensiveTypeReference(); PositiveFunctionCallExpensiveTypeNonConstVariable() local
391 const ExpensiveToCopyType VarAssigned = Obj.reference(); NegativeMethodCallNonConstRefIsModified() local
419 const ExpensiveToCopyType VarAssigned = Obj->reference(); NegativeMethodCallNonConstPointerIsModified() local
[all...]