Home | History | Annotate | Download | only in diagnostics

Lines Matching full:auto_ptr

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