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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C73 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
/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

Completed in 89 milliseconds