OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smart_ptr
(Results
1 - 5
of
5
) 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/main/drd/tests/
annotate_smart_pointer.cpp
11
* (e.g. boost::shared_ptr<>, tr1::shared_ptr<> and the
smart_ptr
<>
158
class
smart_ptr
class
163
template <typename Q> friend class
smart_ptr
;
165
explicit
smart_ptr
()
function in class:smart_ptr
169
explicit
smart_ptr
(T* const pT)
function in class:smart_ptr
176
explicit
smart_ptr
(Q* const q)
function in class:smart_ptr
182
~
smart_ptr
()
187
smart_ptr
(const
smart_ptr
<T>& sp)
function in class:smart_ptr
194
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) {
/external/clang/test/SemaCXX/
conversion-function.cpp
181
namespace
smart_ptr
{
namespace
201
X x = make_Y(); // expected-error{{no viable conversion from '
smart_ptr
::Y' to '
smart_ptr
::X'}}
warn-thread-safety-parsing.cpp
1381
class
smart_ptr
{
class in namespace:SmartPointerTest
[
all
...]
Completed in 2230 milliseconds