Searched refs:scoped_array2 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dnew-delete.cpp481 template <class C> struct scoped_array2 { struct in namespace:PR12061
482 scoped_array2(C* p = __null, C* q = __null);
485 Foo2() : a_(new scoped_array2<int>[5]) { }
486 scoped_array2< scoped_array2<int> > a_;

Completed in 1305 milliseconds