Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp82 const auto AutoAssigned = ExpensiveTypeReference(); PositiveFunctionCall() local
104 const auto AutoAssigned = Obj.reference(); PositiveMethodCallConstReferenceParam() local
126 const auto AutoAssigned = Obj.reference(); PositiveMethodCallConstParam() local
148 const auto AutoAssigned = Obj->reference(); PositiveMethodCallConstPointerParam() local
170 const auto AutoAssigned = C[42]; PositiveOperatorCallConstReferenceParam() local
192 const auto AutoAssigned = C[42]; PositiveOperatorCallConstValueParam() local
214 const auto AutoAssigned = C[42]; PositiveOperatorValueParam() local
236 const auto AutoAssigned = C[42]; PositiveOperatorCallConstValueParamAlias() local
258 const auto AutoAssigned = (*C)[42]; PositiveOperatorCallConstPtrParam() local
306 const auto AutoAssigned = TrivialTypeReference(); NegativeFunctionCallTrivialType() local
317 auto AutoAssigned = ExpensiveTypeReference(); PositiveFunctionCallExpensiveTypeNonConstVariable() local
382 const auto AutoAssigned = Obj.reference(); PositiveMethodCallNonConstRefNotModified() local
389 const auto AutoAssigned = Obj.reference(); NegativeMethodCallNonConstRefIsModified() local
397 const auto AutoAssigned = Obj.reference(); PositiveMethodCallNonConstNotModified() local
405 const auto AutoAssigned = Obj.reference(); NegativeMethodCallNonConstValueArgumentIsModified() local
409 const auto AutoAssigned = Obj->reference(); PositiveMethodCallNonConstPointerNotModified() local
417 const auto AutoAssigned = Obj->reference(); NegativeMethodCallNonConstPointerIsModified() local
426 const auto AutoAssigned = LocalVar.reference(); PositiveLocalVarIsNotModified() local
434 const auto AutoAssigned = Obj.reference(); NegativeLocalVarIsModified() local
733 const auto AutoAssigned = ExpensiveTypeReference(); int i = 0; // Foo bar. positiveUnusedReferenceIsRemoved() local
[all...]