Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnew-delete.cpp570 template <class C> struct scoped_array2 { struct
571 scoped_array2(C* p = __null, C* q = __null);
574 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2()
575 scoped_array2< scoped_array2<int> > a_;