Home
last modified time | relevance | path

Searched defs:unique_ptr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dmemory.d46 struct unique_ptr(T, Deleter = default_delete!T) struct
59 ref unique_ptr opAssign(typeof(null)) in opAssign() argument
68 pointer t = __ptr();
78 alias element_type = T;
80 alias deleter_type = Deleter;
83 this(pointer ptr) in this()
108 // void swap(ref unique_ptr u) nothrow argument
113 version (CppRuntime_Microsoft) in version()
126 else version (CppRuntime_Gcc) in version()
139 else version (CppRuntime_Clang) in version()
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dunique-ptr.h88 template<typename T> using unique_ptr = std::unique_ptr<T>; variable
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Ddeleter.hh50 template<typename T> using unique_ptr = std::unique_ptr<T, deleter<T>>; typedef
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc101 #define unique_ptr llvm::OwningPtr macro