/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | max_size_type.h | 183 if (__orig - *this * __r >= __r) in _GLIBCXX_VISIBILITY() 195 *this -= (*this / __r) * __r; in _GLIBCXX_VISIBILITY() 312 __l += __r; in _GLIBCXX_VISIBILITY() 319 __l -= __r; in _GLIBCXX_VISIBILITY() 326 __l *= __r; in _GLIBCXX_VISIBILITY() 333 __l /= __r; in _GLIBCXX_VISIBILITY() 340 __l %= __r; in _GLIBCXX_VISIBILITY() 361 __l &= __r; in _GLIBCXX_VISIBILITY() 368 __l |= __r; in _GLIBCXX_VISIBILITY() 375 __l ^= __r; in _GLIBCXX_VISIBILITY() [all …]
|
A D | shared_ptr.h | 326 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 374 operator=(auto_ptr<_Yp>&& __r) in _GLIBCXX_VISIBILITY() 585 return _Sp(__r, static_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 594 return _Sp(__r, const_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 604 return _Sp(__r, __p); in _GLIBCXX_VISIBILITY() 615 return _Sp(__r, reinterpret_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 628 return _Sp(std::move(__r), in _GLIBCXX_VISIBILITY() 638 return _Sp(std::move(__r), in _GLIBCXX_VISIBILITY() 659 return _Sp(std::move(__r), in _GLIBCXX_VISIBILITY() 704 : __weak_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/ |
A D | mathinline.h | 62 __r; })) 81 __r; })) 115 __r; })) 201 return __r; in __NTH() 209 return __r; in __NTH() 216 long double __r; in __NTH() local 219 return __r; in __NTH() 239 return __r; in __ieee754_sqrt() 247 return __r; in __ieee754_sqrtf() 254 long double __r; in __ieee754_sqrtl() local [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | shared_ptr.h | 332 { __r.release(); } in _GLIBCXX_VISIBILITY() 370 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 457 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 484 : _M_pi(__r._M_pi) in _GLIBCXX_VISIBILITY() 573 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 584 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 596 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() 628 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 835 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 851 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | shared_ptr.h | 330 { __r.release(); } in _GLIBCXX_VISIBILITY() 368 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 455 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 482 : _M_pi(__r._M_pi) in _GLIBCXX_VISIBILITY() 571 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 582 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 594 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() 626 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 833 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 849 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/ |
A D | shared_ptr.h | 330 { __r.release(); } in _GLIBCXX_VISIBILITY() 368 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 455 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 482 : _M_pi(__r._M_pi) in _GLIBCXX_VISIBILITY() 571 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 582 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 594 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() 626 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 833 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 849 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/ |
A D | shared_ptr.h | 330 { __r.release(); } in _GLIBCXX_VISIBILITY() 368 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 455 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 482 : _M_pi(__r._M_pi) in _GLIBCXX_VISIBILITY() 571 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 582 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 594 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() 626 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 833 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 849 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/ |
A D | shared_ptr.h | 330 { __r.release(); } in _GLIBCXX_VISIBILITY() 368 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 455 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 482 : _M_pi(__r._M_pi) in _GLIBCXX_VISIBILITY() 571 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 582 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 594 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() 626 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 833 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 849 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | shared_ptr.h | 330 { __r.release(); } in _GLIBCXX_VISIBILITY() 368 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 455 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 482 : _M_pi(__r._M_pi) in _GLIBCXX_VISIBILITY() 571 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 582 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 594 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() 626 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 833 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 849 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | shared_ptr.h | 332 { __r.release(); } in _GLIBCXX_VISIBILITY() 370 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 457 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 484 : _M_pi(__r._M_pi) in _GLIBCXX_VISIBILITY() 573 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 584 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 596 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() 628 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 835 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 851 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/ |
A D | shared_ptr.h | 333 { __r.release(); } in _GLIBCXX_VISIBILITY() 373 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 460 __r._M_pi = _M_pi; in _GLIBCXX_VISIBILITY() 487 : _M_pi(__r._M_pi) in _GLIBCXX_VISIBILITY() 576 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 587 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 601 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() 633 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() 843 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws in _GLIBCXX_VISIBILITY() 859 _M_ptr = __r._M_ptr; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/ |
A D | ropeimpl.h | 470 else if (__r->_M_c_string != __r->_M_data && 0 != __r->_M_c_string) in _GLIBCXX_VISIBILITY() 477 return __r; in _GLIBCXX_VISIBILITY() 535 return __r; in _GLIBCXX_VISIBILITY() 601 return __r; in _GLIBCXX_VISIBILITY() 1030 __r.apply_to_pieces(0, __r.size(), __c); in _GLIBCXX_VISIBILITY() 1128 __r, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1133 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1160 __kind, __r, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1163 __kind, __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1444 __r->_M_data, __r->_M_data in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/ |
A D | ropeimpl.h | 470 else if (__r->_M_c_string != __r->_M_data && 0 != __r->_M_c_string) in _GLIBCXX_VISIBILITY() 477 return __r; in _GLIBCXX_VISIBILITY() 535 return __r; in _GLIBCXX_VISIBILITY() 601 return __r; in _GLIBCXX_VISIBILITY() 1030 __r.apply_to_pieces(0, __r.size(), __c); in _GLIBCXX_VISIBILITY() 1128 __r, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1133 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1160 __kind, __r, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1163 __kind, __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1444 __r->_M_data, __r->_M_data in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/ |
A D | ropeimpl.h | 470 else if (__r->_M_c_string != __r->_M_data && 0 != __r->_M_c_string) in _GLIBCXX_VISIBILITY() 477 return __r; in _GLIBCXX_VISIBILITY() 535 return __r; in _GLIBCXX_VISIBILITY() 601 return __r; in _GLIBCXX_VISIBILITY() 1030 __r.apply_to_pieces(0, __r.size(), __c); in _GLIBCXX_VISIBILITY() 1128 __r, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1133 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1160 __kind, __r, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1163 __kind, __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1444 __r->_M_data, __r->_M_data in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/ |
A D | ropeimpl.h | 470 else if (__r->_M_c_string != __r->_M_data && 0 != __r->_M_c_string) in _GLIBCXX_VISIBILITY() 477 return __r; in _GLIBCXX_VISIBILITY() 535 return __r; in _GLIBCXX_VISIBILITY() 601 return __r; in _GLIBCXX_VISIBILITY() 1030 __r.apply_to_pieces(0, __r.size(), __c); in _GLIBCXX_VISIBILITY() 1128 __r, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1133 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1160 __kind, __r, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1163 __kind, __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1444 __r->_M_data, __r->_M_data in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/ |
A D | ropeimpl.h | 470 else if (__r->_M_c_string != __r->_M_data && 0 != __r->_M_c_string) in _GLIBCXX_VISIBILITY() 477 return __r; in _GLIBCXX_VISIBILITY() 535 return __r; in _GLIBCXX_VISIBILITY() 601 return __r; in _GLIBCXX_VISIBILITY() 1030 __r.apply_to_pieces(0, __r.size(), __c); in _GLIBCXX_VISIBILITY() 1128 __r, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1133 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1160 __kind, __r, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1163 __kind, __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1444 __r->_M_data, __r->_M_data in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/ |
A D | ropeimpl.h | 467 else if (__r->_M_c_string != __r->_M_data && 0 != __r->_M_c_string) in _GLIBCXX_VISIBILITY() 474 return __r; in _GLIBCXX_VISIBILITY() 534 return __r; in _GLIBCXX_VISIBILITY() 602 return __r; in _GLIBCXX_VISIBILITY() 1035 __r.apply_to_pieces(0, __r.size(), __c); in _GLIBCXX_VISIBILITY() 1134 __r, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1139 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1166 __kind, __r, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1169 __kind, __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1450 __r->_M_data, __r->_M_data in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/ |
A D | ropeimpl.h | 470 else if (__r->_M_c_string != __r->_M_data && 0 != __r->_M_c_string) in _GLIBCXX_VISIBILITY() 477 return __r; in _GLIBCXX_VISIBILITY() 535 return __r; in _GLIBCXX_VISIBILITY() 601 return __r; in _GLIBCXX_VISIBILITY() 1030 __r.apply_to_pieces(0, __r.size(), __c); in _GLIBCXX_VISIBILITY() 1128 __r, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1133 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1160 __kind, __r, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1163 __kind, __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1444 __r->_M_data, __r->_M_data in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/ |
A D | ropeimpl.h | 467 else if (__r->_M_c_string != __r->_M_data && 0 != __r->_M_c_string) in _GLIBCXX_VISIBILITY() 474 return __r; in _GLIBCXX_VISIBILITY() 535 return __r; in _GLIBCXX_VISIBILITY() 600 return __r; in _GLIBCXX_VISIBILITY() 1032 __r.apply_to_pieces(0, __r.size(), __c); in _GLIBCXX_VISIBILITY() 1131 __r, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1136 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size, in _GLIBCXX_VISIBILITY() 1163 __kind, __r, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1166 __kind, __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size); in _GLIBCXX_VISIBILITY() 1447 __r->_M_data, __r->_M_data in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | shared_ptr.h | 325 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 373 operator=(auto_ptr<_Yp>&& __r) in _GLIBCXX_VISIBILITY() 584 return _Sp(__r, static_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 593 return _Sp(__r, const_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 603 return _Sp(__r, __p); in _GLIBCXX_VISIBILITY() 614 return _Sp(__r, reinterpret_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 627 return _Sp(std::move(__r), in _GLIBCXX_VISIBILITY() 637 return _Sp(std::move(__r), in _GLIBCXX_VISIBILITY() 658 return _Sp(std::move(__r), in _GLIBCXX_VISIBILITY() 703 : __weak_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/experimental/bits/ |
A D | shared_ptr.h | 159 : _Base_type(std::move(__r)) in _GLIBCXX_VISIBILITY() 765 : _Base_type(__r, __p) { } in _GLIBCXX_VISIBILITY() 768 : _Base_type(__r) { } in _GLIBCXX_VISIBILITY() 772 : _Base_type(__r) { } in _GLIBCXX_VISIBILITY() 784 : _Base_type(__r) { } in _GLIBCXX_VISIBILITY() 1030 return shared_ptr<_Tp>(__r, static_cast<__elem_t*>(__r.get())); in _GLIBCXX_VISIBILITY() 1048 return shared_ptr<_Tp>(__r, const_cast<__elem_t*>(__r.get())); in _GLIBCXX_VISIBILITY() 1056 return shared_ptr<_Tp>(__r, reinterpret_cast<__elem_t*>(__r.get())); in _GLIBCXX_VISIBILITY() 1073 : _Base_type(__r) { } in _GLIBCXX_VISIBILITY() 1079 : _Base_type(__r) { } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | shared_ptr.h | 235 : __shared_ptr<_Tp>(__r, __p) { } in _GLIBCXX_VISIBILITY() 247 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 276 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 282 shared_ptr(auto_ptr<_Yp>&& __r); in _GLIBCXX_VISIBILITY() 324 operator=(auto_ptr<_Yp>&& __r) in _GLIBCXX_VISIBILITY() 498 return _Sp(__r, static_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 506 return _Sp(__r, const_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 515 return _Sp(__r, __p); in _GLIBCXX_VISIBILITY() 525 return _Sp(__r, reinterpret_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 553 : __weak_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | shared_ptr.h | 225 : __shared_ptr<_Tp>(__r, __p) { } in _GLIBCXX_VISIBILITY() 237 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 266 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 270 shared_ptr(auto_ptr<_Yp>&& __r); in _GLIBCXX_VISIBILITY() 309 operator=(auto_ptr<_Yp>&& __r) in _GLIBCXX_VISIBILITY() 483 return _Sp(__r, static_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 491 return _Sp(__r, const_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 500 return _Sp(__r, __p); in _GLIBCXX_VISIBILITY() 510 return _Sp(__r, reinterpret_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 538 : __weak_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | shared_ptr.h | 211 : __shared_ptr<_Tp>(__r, __p) { } in _GLIBCXX_VISIBILITY() 222 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 251 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 255 shared_ptr(std::auto_ptr<_Tp1>&& __r); in _GLIBCXX_VISIBILITY() 284 operator=(std::auto_ptr<_Tp1>&& __r) in _GLIBCXX_VISIBILITY() 447 { return shared_ptr<_Tp>(__r, static_cast<_Tp*>(__r.get())); } in _GLIBCXX_VISIBILITY() 452 { return shared_ptr<_Tp>(__r, const_cast<_Tp*>(__r.get())); } in _GLIBCXX_VISIBILITY() 459 return shared_ptr<_Tp>(__r, __p); in _GLIBCXX_VISIBILITY() 481 : __weak_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 487 : __weak_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | shared_ptr.h | 211 : __shared_ptr<_Tp>(__r, __p) { } in _GLIBCXX_VISIBILITY() 222 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 251 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 255 shared_ptr(std::auto_ptr<_Tp1>&& __r); in _GLIBCXX_VISIBILITY() 284 operator=(std::auto_ptr<_Tp1>&& __r) in _GLIBCXX_VISIBILITY() 447 { return shared_ptr<_Tp>(__r, static_cast<_Tp*>(__r.get())); } in _GLIBCXX_VISIBILITY() 452 { return shared_ptr<_Tp>(__r, const_cast<_Tp*>(__r.get())); } in _GLIBCXX_VISIBILITY() 459 return shared_ptr<_Tp>(__r, __p); in _GLIBCXX_VISIBILITY() 481 : __weak_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() 487 : __weak_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY() [all …]
|