Lines Matching full:auto_ptr
6 auto_ptr<int> B (new int[5]);
855 // CHECK-NEXT: <string>Calling '~auto_ptr'</string>
857 // CHECK-NEXT: <string>Calling '~auto_ptr'</string>
937 // CHECK-NEXT: <key>description</key><string>Memory allocated by 'new[]' should be deallocated by 'delete[]', not 'delete' (within a call to '~auto_ptr')</string>