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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
shared_ptr.h 472 make_shared(_Args&&...);
488 make_shared(size_t);
496 make_shared(size_t, const remove_extent_t<_Yp>&);
504 make_shared();
512 make_shared(const remove_extent_t<_Yp>&);
1003 make_shared(_Args&&... __args) function
1035 make_shared(size_t __n) function
1051 make_shared(size_t __n, const remove_extent_t<_Tp>& __u) function
1078 make_shared() function
1093 make_shared(const remove_extent_t<_Tp>& __u function
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
shared_ptr.h 473 make_shared(_Args&&...);
489 make_shared(size_t);
497 make_shared(size_t, const remove_extent_t<_Yp>&);
505 make_shared();
513 make_shared(const remove_extent_t<_Yp>&);
1005 make_shared(_Args&&... __args) function
1037 make_shared(size_t __n) function
1053 make_shared(size_t __n, const remove_extent_t<_Tp>& __u) function
1080 make_shared() function
1095 make_shared(const remove_extent_t<_Tp>& __u function
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-exceptions.h 138 message (std::make_shared<std::string> (string_vprintf (fmt, ap))) function in struct:gdb_exception
  /src/external/gpl3/gdb/dist/gdbsupport/
common-exceptions.h 138 message (std::make_shared<std::string> (string_vprintf (fmt, ap))) function in struct:gdb_exception
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
shared_ptr.h 324 // through `std::allocate_shared` and `std::make_shared`.
1092 // std::allocate_shared and std::make_shared
1108 shared_ptr<_Tp> make_shared(_Args&& ...__args) function
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc 2764 bool make_shared = false;
2776 make_shared = true;
2789 if (!make_shared
2793 make_shared = true;
2795 if (make_shared)
2763 bool make_shared = false; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc 2278 bool make_shared = false;
2290 make_shared = true;
2303 if (!make_shared
2307 make_shared = true;
2309 if (make_shared)
2277 bool make_shared = false; local

Completed in 44 milliseconds