Home
last modified time | relevance | path

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

/openbsd-src/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
522 __shared_ptr(_Tp1* __p) in __shared_ptr() function
543 __shared_ptr(_Tp1* __p, _Deleter __d) in __shared_ptr() function
561 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) in __shared_ptr() function
574 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) in __shared_ptr() function
588 __shared_ptr(std::auto_ptr<_Tp1>& __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
[all …]
/openbsd-src/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)