Searched refs:_M_info (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h117 } _M_info; member in union:__rc_string_base::_Rep::__anon7109
132 __atomic_add_dispatch(&_M_info._M_refcount, 1);
139 _M_info._M_refcount = 0; // One reference.
140 _M_info._M_length = __n;
202 if (__exchange_and_add_dispatch(&_M_rep()->_M_info._M_refcount,
209 { return _M_rep()->_M_info._M_refcount < 0; }
213 { _M_rep()->_M_info._M_refcount = 0; }
277 { return _M_rep()->_M_info._M_length; }
281 { return _M_rep()->_M_info._M_capacity; }
285 { return _M_rep()->_M_info
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Drc_string_base.h122 } _M_info; member in union:__gnu_cxx::__rc_string_base::_Rep::__anon4659
137 __atomic_add(&_M_info._M_refcount, 1);
144 _M_info._M_refcount = 0; // One reference.
145 _M_info._M_length = __n;
207 if (__exchange_and_add(&_M_rep()->_M_info._M_refcount, -1) <= 0)
213 { return _M_rep()->_M_info._M_refcount < 0; }
217 { _M_rep()->_M_info._M_refcount = 0; }
275 { return _M_rep()->_M_info._M_length; }
279 { return _M_rep()->_M_info._M_capacity; }
283 { return _M_rep()->_M_info
[all...]

Completed in 68 milliseconds