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 481 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 84 milliseconds