HomeSort by relevance Sort by last modified time
    Searched full:scoped_array2 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
new-delete.cpp 474 template <class C> struct scoped_array2 { struct in namespace:PR12061
475 scoped_array2(C* p = __null, C* q = __null);
478 Foo2() : a_(new scoped_array2<int>[5]) { }
479 scoped_array2< scoped_array2<int> > a_;

Completed in 43 milliseconds