/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/debug/ |
A D | safe_container.h | 87 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; typedef 89 bool __xfer_memory = _Alloc_traits::_S_propagate_on_move_assign() 108 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; in _M_swap() typedef 110 if (!_Alloc_traits::_S_propagate_on_swap()) in _M_swap()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/debug/ |
A D | safe_container.h | 87 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; typedef 89 bool __xfer_memory = _Alloc_traits::_S_propagate_on_move_assign() 108 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; in _M_swap() typedef 110 if (!_Alloc_traits::_S_propagate_on_swap()) in _M_swap()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/debug/ |
A D | safe_container.h | 87 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; typedef 89 bool __xfer_memory = _Alloc_traits::_S_propagate_on_move_assign() 108 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; in _M_swap() typedef 110 if (!_Alloc_traits::_S_propagate_on_swap()) in _M_swap()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/debug/ |
A D | safe_container.h | 87 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; typedef 89 bool __xfer_memory = _Alloc_traits::_S_propagate_on_move_assign() 108 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; in _M_swap() typedef 110 if (!_Alloc_traits::_S_propagate_on_swap()) in _M_swap()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/debug/ |
A D | safe_container.h | 90 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; typedef 92 bool __xfer_memory = _Alloc_traits::_S_propagate_on_move_assign() 111 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; in _M_swap() typedef 113 if (!_Alloc_traits::_S_propagate_on_swap()) in _M_swap()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/debug/ |
A D | safe_container.h | 90 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; typedef 92 bool __xfer_memory = _Alloc_traits::_S_propagate_on_move_assign() 111 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; in _M_swap() typedef 113 if (!_Alloc_traits::_S_propagate_on_swap()) in _M_swap()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/debug/ |
A D | safe_container.h | 94 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; typedef 96 bool __xfer_memory = _Alloc_traits::_S_propagate_on_move_assign() 115 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; in _M_swap() typedef 117 if (!_Alloc_traits::_S_propagate_on_swap()) in _M_swap()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | stl_multiset.h | 119 typedef __gnu_cxx::__alloc_traits<_Key_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 122 typedef typename _Alloc_traits::pointer pointer; in _GLIBCXX_VISIBILITY() 123 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 124 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 125 typedef typename _Alloc_traits::const_reference const_reference; in _GLIBCXX_VISIBILITY() 235 && _Alloc_traits::_S_always_equal()) in _GLIBCXX_VISIBILITY() 275 operator=(multiset&& __x) noexcept(_Alloc_traits::_S_nothrow_move()) in _GLIBCXX_VISIBILITY() 427 noexcept(_Alloc_traits::_S_nothrow_swap()) in _GLIBCXX_VISIBILITY()
|
A D | stl_set.h | 118 typedef __gnu_cxx::__alloc_traits<_Key_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 123 typedef typename _Alloc_traits::pointer pointer; in _GLIBCXX_VISIBILITY() 124 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 125 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 126 typedef typename _Alloc_traits::const_reference const_reference; in _GLIBCXX_VISIBILITY() 239 && _Alloc_traits::_S_always_equal()) in _GLIBCXX_VISIBILITY() 279 operator=(set&& __x) noexcept(_Alloc_traits::_S_nothrow_move()) in _GLIBCXX_VISIBILITY() 431 noexcept(_Alloc_traits::_S_nothrow_swap()) in _GLIBCXX_VISIBILITY()
|
A D | shared_ptr_base.h | 471 _Alloc_traits::destroy(__a, this); in _GLIBCXX_VISIBILITY() 472 _Alloc_traits::deallocate(__a, this, 1); in _GLIBCXX_VISIBILITY() 534 _Alloc_traits::destroy(__a, this); in _GLIBCXX_VISIBILITY() 535 _Alloc_traits::deallocate(__a, this, 1); in _GLIBCXX_VISIBILITY() 588 rebind_traits<_Sp_cd_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() 593 __mem = _Alloc_traits::allocate(__a2, 1); in _GLIBCXX_VISIBILITY() 594 _Alloc_traits::construct(__a2, __mem, in _GLIBCXX_VISIBILITY() 614 rebind_traits<_Sp_cp_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() 625 _Alloc_traits::deallocate(__a2, __mem, 1); in _GLIBCXX_VISIBILITY() 649 using _Alloc_traits = allocator_traits<_Alloc>; in _GLIBCXX_VISIBILITY() [all …]
|
A D | stl_vector.h | 223 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 228 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 229 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 320 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator())) in _GLIBCXX_VISIBILITY() 349 noexcept(_Alloc_traits::_S_always_equal()) in _GLIBCXX_VISIBILITY() 451 _Alloc_traits::_S_propagate_on_move_assign() in _GLIBCXX_VISIBILITY() 452 || _Alloc_traits::_S_always_equal(); in _GLIBCXX_VISIBILITY() 660 { return _Alloc_traits::max_size(_M_get_Tp_allocator()); } in _GLIBCXX_VISIBILITY() 952 _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish); in _GLIBCXX_VISIBILITY() 1196 noexcept(_Alloc_traits::_S_nothrow_swap()) in _GLIBCXX_VISIBILITY() [all …]
|
A D | stl_multimap.h | 138 typedef __gnu_cxx::__alloc_traits<_Pair_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 143 typedef typename _Alloc_traits::pointer pointer; in _GLIBCXX_VISIBILITY() 144 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 145 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 146 typedef typename _Alloc_traits::const_reference const_reference; in _GLIBCXX_VISIBILITY() 223 && _Alloc_traits::_S_always_equal()) in _GLIBCXX_VISIBILITY() 304 operator=(multimap&& __x) noexcept(_Alloc_traits::_S_nothrow_move()) in _GLIBCXX_VISIBILITY() 725 noexcept(_Alloc_traits::_S_nothrow_swap()) in _GLIBCXX_VISIBILITY()
|
A D | stl_map.h | 140 typedef __gnu_cxx::__alloc_traits<_Pair_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 145 typedef typename _Alloc_traits::pointer pointer; in _GLIBCXX_VISIBILITY() 146 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 147 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 148 typedef typename _Alloc_traits::const_reference const_reference; in _GLIBCXX_VISIBILITY() 226 && _Alloc_traits::_S_always_equal()) in _GLIBCXX_VISIBILITY() 309 operator=(map&& __x) noexcept(_Alloc_traits::_S_nothrow_move()) in _GLIBCXX_VISIBILITY() 815 noexcept(_Alloc_traits::_S_nothrow_swap()) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | stl_vector.h | 234 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 235 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 328 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator())) in _GLIBCXX_VISIBILITY() 359 noexcept(_Alloc_traits::_S_always_equal()) in _GLIBCXX_VISIBILITY() 464 _Alloc_traits::_S_propagate_on_move_assign() in _GLIBCXX_VISIBILITY() 465 || _Alloc_traits::_S_always_equal(); in _GLIBCXX_VISIBILITY() 676 { return _Alloc_traits::max_size(_M_get_Tp_allocator()); } in _GLIBCXX_VISIBILITY() 979 _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish); in _GLIBCXX_VISIBILITY() 1236 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1457 _Alloc_traits::construct(_M_this->_M_impl, _M_ptr(), in _GLIBCXX_VISIBILITY() [all …]
|
A D | stl_deque.h | 471 typedef typename _Alloc_traits::pointer _Ptr; in _GLIBCXX_VISIBILITY() 481 typedef typename _Alloc_traits::size_type size_type; in _GLIBCXX_VISIBILITY() 844 typedef typename _Base::_Alloc_traits _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 849 typedef typename _Alloc_traits::pointer pointer; in _GLIBCXX_VISIBILITY() 851 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 1509 _Alloc_traits::construct(this->_M_impl, in _GLIBCXX_VISIBILITY() 1547 _Alloc_traits::construct(this->_M_impl, in _GLIBCXX_VISIBILITY() 1584 _Alloc_traits::destroy(this->_M_impl, in _GLIBCXX_VISIBILITY() 1608 _Alloc_traits::destroy(this->_M_impl, in _GLIBCXX_VISIBILITY() 1829 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | stl_vector.h | 223 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 228 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 229 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 320 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator())) in _GLIBCXX_VISIBILITY() 349 noexcept(_Alloc_traits::_S_always_equal()) in _GLIBCXX_VISIBILITY() 451 _Alloc_traits::_S_propagate_on_move_assign() in _GLIBCXX_VISIBILITY() 452 || _Alloc_traits::_S_always_equal(); in _GLIBCXX_VISIBILITY() 660 { return _Alloc_traits::max_size(_M_get_Tp_allocator()); } in _GLIBCXX_VISIBILITY() 952 _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish); in _GLIBCXX_VISIBILITY() 1196 noexcept(_Alloc_traits::_S_nothrow_swap()) in _GLIBCXX_VISIBILITY() [all …]
|
A D | stl_deque.h | 469 typedef typename _Alloc_traits::pointer _Ptr; in _GLIBCXX_VISIBILITY() 470 typedef typename _Alloc_traits::const_pointer _Ptr_const; in _GLIBCXX_VISIBILITY() 479 typedef typename _Alloc_traits::size_type size_type; in _GLIBCXX_VISIBILITY() 839 typedef typename _Base::_Alloc_traits _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 1487 _Alloc_traits::construct(this->_M_impl, in _GLIBCXX_VISIBILITY() 1521 _Alloc_traits::construct(this->_M_impl, in _GLIBCXX_VISIBILITY() 1553 _Alloc_traits::destroy(this->_M_impl, in _GLIBCXX_VISIBILITY() 1576 _Alloc_traits::destroy(this->_M_impl, in _GLIBCXX_VISIBILITY() 1785 noexcept(_Alloc_traits::_S_nothrow_swap()) in _GLIBCXX_VISIBILITY() 1789 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | stl_deque.h | 419 typedef typename _Alloc_traits::pointer _Ptr; in _GLIBCXX_VISIBILITY() 788 typedef typename _Base::_Alloc_traits _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 793 typedef typename _Alloc_traits::pointer pointer; in _GLIBCXX_VISIBILITY() 795 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 1462 _Alloc_traits::construct(this->_M_impl, in _GLIBCXX_VISIBILITY() 1500 _Alloc_traits::construct(this->_M_impl, in _GLIBCXX_VISIBILITY() 1537 _Alloc_traits::destroy(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1561 _Alloc_traits::destroy(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1781 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1836 const size_t __allocmax = _Alloc_traits::max_size(__a); in _GLIBCXX_VISIBILITY() [all …]
|
A D | stl_vector.h | 416 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 417 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 555 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator())) in _GLIBCXX_VISIBILITY() 610 std::declval<typename _Alloc_traits::is_always_equal>())) ) in _GLIBCXX_VISIBILITY() 712 _Alloc_traits::_S_propagate_on_move_assign() in _GLIBCXX_VISIBILITY() 713 || _Alloc_traits::_S_always_equal(); in _GLIBCXX_VISIBILITY() 1229 _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish); in _GLIBCXX_VISIBILITY() 1487 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1711 _Alloc_traits::construct(_M_this->_M_impl, _M_ptr(), in _GLIBCXX_VISIBILITY() 1716 { _Alloc_traits::destroy(_M_this->_M_impl, _M_ptr()); } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | stl_deque.h | 417 typedef typename _Alloc_traits::pointer _Ptr; in _GLIBCXX_VISIBILITY() 786 typedef typename _Base::_Alloc_traits _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 791 typedef typename _Alloc_traits::pointer pointer; in _GLIBCXX_VISIBILITY() 793 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 1460 _Alloc_traits::construct(this->_M_impl, in _GLIBCXX_VISIBILITY() 1498 _Alloc_traits::construct(this->_M_impl, in _GLIBCXX_VISIBILITY() 1535 _Alloc_traits::destroy(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1559 _Alloc_traits::destroy(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1779 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1834 const size_t __allocmax = _Alloc_traits::max_size(__a); in _GLIBCXX_VISIBILITY() [all …]
|
A D | stl_vector.h | 416 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 417 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 555 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator())) in _GLIBCXX_VISIBILITY() 610 std::declval<typename _Alloc_traits::is_always_equal>())) ) in _GLIBCXX_VISIBILITY() 712 _Alloc_traits::_S_propagate_on_move_assign() in _GLIBCXX_VISIBILITY() 713 || _Alloc_traits::_S_always_equal(); in _GLIBCXX_VISIBILITY() 1229 _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish); in _GLIBCXX_VISIBILITY() 1487 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1711 _Alloc_traits::construct(_M_this->_M_impl, _M_ptr(), in _GLIBCXX_VISIBILITY() 1716 { _Alloc_traits::destroy(_M_this->_M_impl, _M_ptr()); } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | stl_vector.h | 366 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 367 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 460 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator())) in _GLIBCXX_VISIBILITY() 491 noexcept(_Alloc_traits::_S_always_equal()) in _GLIBCXX_VISIBILITY() 599 _Alloc_traits::_S_propagate_on_move_assign() in _GLIBCXX_VISIBILITY() 600 || _Alloc_traits::_S_always_equal(); in _GLIBCXX_VISIBILITY() 811 { return _Alloc_traits::max_size(_M_get_Tp_allocator()); } in _GLIBCXX_VISIBILITY() 1116 _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish); in _GLIBCXX_VISIBILITY() 1374 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1595 _Alloc_traits::construct(_M_this->_M_impl, _M_ptr(), in _GLIBCXX_VISIBILITY() [all …]
|
A D | stl_deque.h | 472 typedef typename _Alloc_traits::pointer _Ptr; in _GLIBCXX_VISIBILITY() 482 typedef typename _Alloc_traits::size_type size_type; in _GLIBCXX_VISIBILITY() 854 typedef typename _Base::_Alloc_traits _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 859 typedef typename _Alloc_traits::pointer pointer; in _GLIBCXX_VISIBILITY() 861 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 1519 _Alloc_traits::construct(this->_M_impl, in _GLIBCXX_VISIBILITY() 1557 _Alloc_traits::construct(this->_M_impl, in _GLIBCXX_VISIBILITY() 1594 _Alloc_traits::destroy(this->_M_impl, in _GLIBCXX_VISIBILITY() 1618 _Alloc_traits::destroy(this->_M_impl, in _GLIBCXX_VISIBILITY() 1839 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | stl_vector.h | 225 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef 230 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 231 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 322 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator())) in _GLIBCXX_VISIBILITY() 351 noexcept(_Alloc_traits::_S_always_equal()) in _GLIBCXX_VISIBILITY() 453 _Alloc_traits::_S_propagate_on_move_assign() in _GLIBCXX_VISIBILITY() 454 || _Alloc_traits::_S_always_equal(); in _GLIBCXX_VISIBILITY() 661 { return _Alloc_traits::max_size(_M_get_Tp_allocator()); } in _GLIBCXX_VISIBILITY() 918 _Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish, in _GLIBCXX_VISIBILITY() 953 _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | stl_vector.h | 413 typedef typename _Alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() 414 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() 552 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator())) in _GLIBCXX_VISIBILITY() 607 std::declval<typename _Alloc_traits::is_always_equal>())) ) in _GLIBCXX_VISIBILITY() 709 _Alloc_traits::_S_propagate_on_move_assign() in _GLIBCXX_VISIBILITY() 710 || _Alloc_traits::_S_always_equal(); in _GLIBCXX_VISIBILITY() 1226 _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish); in _GLIBCXX_VISIBILITY() 1484 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), in _GLIBCXX_VISIBILITY() 1708 _Alloc_traits::construct(_M_this->_M_impl, _M_ptr(), in _GLIBCXX_VISIBILITY() 1713 { _Alloc_traits::destroy(_M_this->_M_impl, _M_ptr()); } in _GLIBCXX_VISIBILITY() [all …]
|