HomeSort by: relevance | last modified time | path
    Searched defs:__array (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
unique_ptr.h 1051 { typedef unique_ptr<_Tp[]> __array; }; typedef in struct:__detail::_MakeUniq
1060 using __unique_ptr_array_t = typename _MakeUniq<_Tp>::__array;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
unique_ptr.h 1046 { typedef unique_ptr<_Tp[]> __array; }; typedef in struct:__detail::_MakeUniq
1055 using __unique_ptr_array_t = typename _MakeUniq<_Tp>::__array;

Completed in 30 milliseconds