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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dstack1.C23 template <typename=void> struct unbounded_array { struct
24 inline unbounded_array (): data_ (new double [9]) {} function in struct:unbounded_array
37 inline unbounded_array<> &data () { return data_; }
63 unbounded_array<> data_;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C28 template <class T, class = allocator <T> >class unbounded_array;
29 template <class T, class = unbounded_array <T> >class vector;
73 template <class T, class ALLOC> struct unbounded_array : public storage_array <unbounded_array <ALLOC> > struct in inherits:storage_array
78 unbounded_array (size_type size, ALLOC = ALLOC ()) : alloc_ (), size_ (size) function in struct:unbounded_array
82 ~unbounded_array ()
98 swap (unbounded_array & a)

Completed in 48 milliseconds