Lines Matching defs:AutoPtr
128 class AutoPtr {129 AutoPtr(AutoPtr &); // cxx98-note {{declared private here}}132 AutoPtr();133 AutoPtr(AutoPtrRef);138 AutoPtr make_auto_ptr();140 AutoPtr test_auto_ptr(bool Cond) {141 AutoPtr p1( make_auto_ptr() );143 AutoPtr p;147 return AutoPtr();