OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smart_ptr
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/Index/
complete-memfunc-cvquals.cpp
12
struct
smart_ptr
{
struct
18
smart_ptr
<Foo> sf, const
smart_ptr
<Foo> &sfc, Foo volatile *fvp) {
/external/valgrind/drd/tests/
annotate_smart_pointer.cpp
11
* (e.g. boost::shared_ptr<>, tr1::shared_ptr<> and the
smart_ptr
<>
159
class
smart_ptr
class
164
template <typename Q> friend class
smart_ptr
;
166
explicit
smart_ptr
()
function in class:smart_ptr
170
explicit
smart_ptr
(T* const pT)
function in class:smart_ptr
177
explicit
smart_ptr
(Q* const q)
function in class:smart_ptr
183
~
smart_ptr
()
188
smart_ptr
(const
smart_ptr
<T>& sp)
function in class:smart_ptr
195
smart_ptr
(const smart_ptr<Q>& sp
function in class:smart_ptr
[
all
...]
/external/clang/test/SemaTemplate/
instantiate-declref.cpp
75
struct
smart_ptr
{
struct
87
void test_smart_ptr(
smart_ptr
<int> p) {
/art/cmdline/
cmdline_parser.h
425
auto
smart_ptr
= std::unique_ptr<detail::CmdlineParseArgumentAny>(arg);
local
426
completed_arguments_.push_back(std::move(
smart_ptr
));
/external/clang/test/SemaCXX/
conversion-function.cpp
196
namespace
smart_ptr
{
namespace
220
X x = make_Y(); // expected-error{{no viable conversion from '
smart_ptr
::Y' to '
smart_ptr
::X'}}
warn-thread-safety-parsing.cpp
1383
class
smart_ptr
{
class in namespace:SmartPointerTest
[
all
...]
Completed in 143 milliseconds