Searched refs:AutoPtr (Results 1 – 2 of 2) sorted by relevance
99 class AutoPtr { class100 AutoPtr(AutoPtr &); // expected-note{{declared private here}}103 AutoPtr();104 AutoPtr(AutoPtrRef);109 AutoPtr make_auto_ptr();111 AutoPtr test_auto_ptr(bool Cond) { in test_auto_ptr()112 AutoPtr p1( make_auto_ptr() ); in test_auto_ptr()114 AutoPtr p; in test_auto_ptr()118 return AutoPtr(); in test_auto_ptr()
18 typedef auto *AutoPtr; // expected-error{{'auto' not allowed in typedef}} typedef