OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:make_unique
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
make-unique.h
1
/* Minimal implementation of
make_unique
for C++11 compatibility.
34
/* Minimal implementation of
make_unique
for C++11 compatibility
35
(std::
make_unique
is C++14). */
39
make_unique
(Args&&... args)
function
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
unique_ptr.h
1071
make_unique
(_Args&&... __args)
function
1086
make_unique
(size_t __num)
function
1089
/** Disable std::
make_unique
for arrays of known bound.
1096
make_unique
(_Args&&...) = delete;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
unique_ptr.h
1076
make_unique
(_Args&&... __args)
function
1091
make_unique
(size_t __num)
function
1094
/** Disable std::
make_unique
for arrays of known bound.
1101
make_unique
(_Args&&...) = delete;
/src/external/apache2/llvm/dist/libcxx/include/__memory/
unique_ptr.h
723
make_unique
(_Args&&... __args)
function
731
make_unique
(size_t __n)
function
739
make_unique
(_Args&&...) = delete;
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026