Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnew-delete.cpp560 template <class C> struct scoped_array { struct
561 scoped_array(C* p = __null);
564 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
565 scoped_array< scoped_array<int> > a_;