Searched refs:AutoPtr (Results 1 – 5 of 5) sorted by relevance
128 class AutoPtr { class129 AutoPtr(AutoPtr &); // cxx98-note {{declared private here}}132 AutoPtr();133 AutoPtr(AutoPtrRef);138 AutoPtr make_auto_ptr();140 AutoPtr test_auto_ptr(bool Cond) { in test_auto_ptr()141 AutoPtr p1( make_auto_ptr() ); in test_auto_ptr()143 AutoPtr p; in test_auto_ptr()147 return AutoPtr(); in test_auto_ptr()
67 namespace AutoPtr { namespace
75 template<auto*> struct AutoPtr;81 TInt<AutoPtr> iap; // FIXME: ill-formed (?)87 TIntPtr<AutoPtr> ipap;93 TAuto<AutoPtr> aap; // FIXME: ill-formed (?)98 TAutoPtr<AutoPtr> apap;114 TDecltypeAuto<AutoPtr> daap; // FIXME: should probably be ill-formed
18 typedef auto *AutoPtr; // expected-error{{'auto' not allowed in typedef}} typedef
83 …typedef A *AutoPtr; // expected-error {{requires template arguments; argument deduction not allowe… typedef