Lines Matching full:notes
128 // CHECK-NOTES: [[@LINE-1]]:3: warning: 'a' used after it was moved in simple()
129 // CHECK-NOTES: [[@LINE-3]]:15: note: move occurred here in simple()
138 // CHECK-NOTES: [[@LINE-1]]:3: warning: 'a' used after it was moved in onlyFlagOneUseAfterMove()
139 // CHECK-NOTES: [[@LINE-3]]:15: note: move occurred here in onlyFlagOneUseAfterMove()
149 // CHECK-NOTES: [[@LINE-1]]:15: warning: 'a' used after it was moved in moveAfterMove()
150 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in moveAfterMove()
158 // CHECK-NOTES: [[@LINE-1]]:17: warning: 'a' used after it was moved in moveAfterMove()
159 // CHECK-NOTES: [[@LINE-2]]:7: note: move occurred here in moveAfterMove()
160 // CHECK-NOTES: [[@LINE-3]]:17: note: the use happens in a later loop in moveAfterMove()
169 // CHECK-NOTES: [[@LINE-1]]:3: warning: 'a' used after it was moved in parameters()
170 // CHECK-NOTES: [[@LINE-3]]:3: note: move occurred here in parameters()
183 // CHECK-NOTES: [[@LINE-1]]:6: warning: 'ptr' used after it was moved in standardSmartPtr()
184 // CHECK-NOTES: [[@LINE-5]]:5: note: move occurred here in standardSmartPtr()
190 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'ptr' used after it was moved in standardSmartPtr()
191 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in standardSmartPtr()
197 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'ptr' used after it was moved in standardSmartPtr()
198 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in standardSmartPtr()
206 // CHECK-NOTES: [[@LINE-1]]:6: warning: 'ptr' used after it was moved in standardSmartPtr()
207 // CHECK-NOTES: [[@LINE-5]]:5: note: move occurred here in standardSmartPtr()
213 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'ptr' used after it was moved in standardSmartPtr()
214 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in standardSmartPtr()
268 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'ptr' used after it was moved in standardSmartPtr()
269 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in standardSmartPtr()
279 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'a' used after it was moved in useAfterMoveInMemberFunction()
280 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in useAfterMoveInMemberFunction()
289 // CHECK-NOTES: [[@LINE-1]]:3: warning: 'a' used after it was moved in moveInDeclaration()
290 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in moveInDeclaration()
306 // CHECK-NOTES: [[@LINE-1]]:3: warning: 'a' used after it was moved in moveInInitList()
307 // CHECK-NOTES: [[@LINE-3]]:7: note: move occurred here in moveInInitList()
317 // CHECK-NOTES: [[@LINE-1]]:7: warning: 'a' used after it was moved in lambdas()
318 // CHECK-NOTES: [[@LINE-3]]:7: note: move occurred here in lambdas()
327 // CHECK-NOTES: [[@LINE-1]]:7: warning: 'a' used after it was moved in lambdas()
328 // CHECK-NOTES: [[@LINE-3]]:7: note: move occurred here in lambdas()
347 // CHECK-NOTES: [[@LINE-1]]:20: warning: 'a' used after it was moved in lambdas()
348 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in lambdas()
355 // CHECK-NOTES: [[@LINE-1]]:20: warning: 'a' used after it was moved in lambdas()
356 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in lambdas()
363 // CHECK-NOTES: [[@LINE-1]]:21: warning: 'a' used after it was moved in lambdas()
364 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in lambdas()
370 // CHECK-NOTES: [[@LINE-1]]:20: warning: 'a' used after it was moved in lambdas()
371 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in lambdas()
406 // CHECK-NOTES: [[@LINE-1]]:3: warning: 'a' used after it was moved in movedTypeIsNotDependentType()
407 // CHECK-NOTES: [[@LINE-3]]:3: note: move occurred here in movedTypeIsNotDependentType()
417 // CHECK-NOTES: [[@LINE-1]]:3: warning: 't' used after it was moved in movedTypeIsDependentType()
418 // CHECK-NOTES: [[@LINE-3]]:3: note: move occurred here in movedTypeIsDependentType()
433 // CHECK-NOTES: [[@LINE-1]]:3: warning: 'convertible' used after it was moved in implicitConversionOperator()
434 // CHECK-NOTES: [[@LINE-3]]:9: note: move occurred here in implicitConversionOperator()
496 // CHECK-NOTES: [[@LINE-1]]:7: warning: 'a' used after it was moved in useAndMoveInLoop()
497 // CHECK-NOTES: [[@LINE+2]]:7: note: move occurred here in useAndMoveInLoop()
498 // CHECK-NOTES: [[@LINE-3]]:7: note: the use happens in a later loop in useAndMoveInLoop()
575 // CHECK-NOTES: [[@LINE-1]]:7: warning: 'a' used after it was moved in differentBranches()
576 // CHECK-NOTES: [[@LINE-4]]:7: note: move occurred here in differentBranches()
591 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'a' used after it was moved in mutuallyExclusiveBranchesFalsePositive()
592 // CHECK-NOTES: [[@LINE-5]]:5: note: move occurred here in mutuallyExclusiveBranchesFalsePositive()
674 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'a' used after it was moved in assignments()
675 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in assignments()
687 // CHECK-NOTES: [[@LINE-1]]:7: warning: 'a' used after it was moved in assignments()
688 // CHECK-NOTES: [[@LINE-7]]:5: note: move occurred here in assignments()
724 // CHECK-NOTES: [[@LINE-1]]:25: warning: 'a' used after it was moved in passByConstPointerIsUse()
725 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in passByConstPointerIsUse()
730 // CHECK-NOTES: [[@LINE-1]]:24: warning: 'a' used after it was moved in passByConstPointerIsUse()
731 // CHECK-NOTES: [[@LINE-3]]:3: note: move occurred here in passByConstPointerIsUse()
836 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'container' used after it was in standardContainerClearIsReinit()
837 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in standardContainerClearIsReinit()
845 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'container1' used after it was in standardContainerClearIsReinit()
846 // CHECK-NOTES: [[@LINE-4]]:5: note: move occurred here in standardContainerClearIsReinit()
891 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'container' used after it was in standardContainerAssignIsReinit()
892 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in standardContainerAssignIsReinit()
900 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'container1' used after it was in standardContainerAssignIsReinit()
901 // CHECK-NOTES: [[@LINE-4]]:5: note: move occurred here in standardContainerAssignIsReinit()
928 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'obj' used after it was in reinitAnnotation()
929 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in reinitAnnotation()
944 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'obj1' used after it was in reinitAnnotation()
945 // CHECK-NOTES: [[@LINE-4]]:5: note: move occurred here in reinitAnnotation()
978 // CHECK-NOTES: [[@LINE-1]]:17: warning: 'a' used after it was moved in sequencingOfMoveAndUse()
979 // CHECK-NOTES: [[@LINE-2]]:29: note: move occurred here in sequencingOfMoveAndUse()
980 // CHECK-NOTES: [[@LINE-3]]:17: note: the use and move are unsequenced in sequencingOfMoveAndUse()
985 // CHECK-NOTES: [[@LINE-1]]:31: warning: 'a' used after it was moved in sequencingOfMoveAndUse()
986 // CHECK-NOTES: [[@LINE-2]]:17: note: move occurred here in sequencingOfMoveAndUse()
987 // CHECK-NOTES: [[@LINE-3]]:31: note: the use and move are unsequenced in sequencingOfMoveAndUse()
993 // CHECK-NOTES: [[@LINE-1]]:9: warning: 'a' used after it was moved in sequencingOfMoveAndUse()
994 // CHECK-NOTES: [[@LINE-2]]:27: note: move occurred here in sequencingOfMoveAndUse()
995 // CHECK-NOTES: [[@LINE-3]]:9: note: the use and move are unsequenced in sequencingOfMoveAndUse()
996 // CHECK-NOTES: [[@LINE-4]]:29: warning: 'a' used after it was moved in sequencingOfMoveAndUse()
997 // CHECK-NOTES: [[@LINE-5]]:7: note: move occurred here in sequencingOfMoveAndUse()
998 // CHECK-NOTES: [[@LINE-6]]:29: note: the use and move are unsequenced in sequencingOfMoveAndUse()
1013 // CHECK-NOTES: [[@LINE-1]]:7: warning: 'a' used after it was moved in sequencingOfMoveAndUse()
1014 // CHECK-NOTES: [[@LINE-2]]:21: note: move occurred here in sequencingOfMoveAndUse()
1015 // CHECK-NOTES: [[@LINE-3]]:7: note: the use and move are unsequenced in sequencingOfMoveAndUse()
1021 // CHECK-NOTES: [[@LINE-1]]:44: warning: 'a' used after it was moved in sequencingOfMoveAndUse()
1022 // CHECK-NOTES: [[@LINE-2]]:7: note: move occurred here in sequencingOfMoveAndUse()
1023 // CHECK-NOTES: [[@LINE-3]]:44: note: the use and move are unsequenced in sequencingOfMoveAndUse()
1039 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'a' used after it was moved in sequencingOfMoveAndReinit()
1040 // CHECK-NOTES: [[@LINE-3]]:17: note: move occurred here in sequencingOfMoveAndReinit()
1046 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'a' used after it was moved in sequencingOfMoveAndReinit()
1047 // CHECK-NOTES: [[@LINE-3]]:28: note: move occurred here in sequencingOfMoveAndReinit()
1069 // CHECK-NOTES: [[@LINE-1]]:17: warning: 'a' used after it was moved in sequencingOfReinitAndUse()
1070 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in sequencingOfReinitAndUse()
1076 // CHECK-NOTES: [[@LINE-1]]:28: warning: 'a' used after it was moved in sequencingOfReinitAndUse()
1077 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in sequencingOfReinitAndUse()
1093 // CHECK-NOTES: [[@LINE-1]]:5: warning: 'a' used after it was moved in commaOperatorSequences()
1094 // CHECK-NOTES: [[@LINE-3]]:16: note: move occurred here in commaOperatorSequences()
1115 // CHECK-NOTES: [[@LINE-1]]:25: warning: 'a' used after it was moved in initializerListSequences()
1116 // CHECK-NOTES: [[@LINE-2]]:11: note: move occurred here in initializerListSequences()
1130 // CHECK-NOTES: [[@LINE-1]]:31: warning: 'a' used after it was moved in declarationSequences()
1131 // CHECK-NOTES: [[@LINE-2]]:12: note: move occurred here in declarationSequences()
1154 // CHECK-NOTES: [[@LINE-1]]:41: warning: 'a' used after it was moved in logicalOperatorsSequence()
1155 // CHECK-NOTES: [[@LINE-2]]:9: note: move occurred here in logicalOperatorsSequence()
1168 // CHECK-NOTES: [[@LINE-1]]:41: warning: 'a' used after it was moved in logicalOperatorsSequence()
1169 // CHECK-NOTES: [[@LINE-2]]:9: note: move occurred here in logicalOperatorsSequence()
1214 // CHECK-NOTES: [[@LINE-1]]:43: warning: 'a1' used after it was moved in ifWhileAndSwitchSequenceInitDeclAndCondition()
1215 // CHECK-NOTES: [[@LINE-2]]:15: note: move occurred here in ifWhileAndSwitchSequenceInitDeclAndCondition()
1216 // CHECK-NOTES: [[@LINE-3]]:43: note: the use and move are unsequenced in ifWhileAndSwitchSequenceInitDeclAndCondition()
1221 // CHECK-NOTES: [[@LINE-1]]:33: warning: 'a1' used after it was moved in ifWhileAndSwitchSequenceInitDeclAndCondition()
1222 // CHECK-NOTES: [[@LINE-2]]:16: note: move occurred here in ifWhileAndSwitchSequenceInitDeclAndCondition()