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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
unique_ptr.h 1113 make_unique_for_overwrite() function
1126 make_unique_for_overwrite(size_t __num) function
1129 /** Disable std::make_unique_for_overwrite for arrays of known bound.
1136 make_unique_for_overwrite(_Args&&...) = delete;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
unique_ptr.h 1108 make_unique_for_overwrite() function
1121 make_unique_for_overwrite(size_t __num) function
1124 /** Disable std::make_unique_for_overwrite for arrays of known bound.
1131 make_unique_for_overwrite(_Args&&...) = delete;

Completed in 26 milliseconds