Home
last modified time | relevance | path

Searched refs:__shared_ptr (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dboost_shared_ptr.h452 class __shared_ptr; variable
503 class __shared_ptr
511 __shared_ptr() in __shared_ptr() function
561 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) in __shared_ptr() function
599 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) in __shared_ptr() function
605 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) in __shared_ptr() function
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) in __shared_ptr() function
620 __shared_ptr&
629 __shared_ptr&
725 operator<(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b)
[all …]
/openbsd/gnu/llvm/clang/www/
H A Dlibstdc++4.4-clang0x.patch68 - swap(__shared_ptr<_Tp, _Lp>&& __other) // never throws
69 + swap(__shared_ptr<_Tp, _Lp>& __other) // never throws
74 swap(__shared_ptr<_Tp, _Lp>& __a, __shared_ptr<_Tp, _Lp>& __b)
79 - swap(__shared_ptr<_Tp, _Lp>&& __a, __shared_ptr<_Tp, _Lp>& __b)
84 - swap(__shared_ptr<_Tp, _Lp>& __a, __shared_ptr<_Tp, _Lp>&& __b)