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

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Drc_string_base.h200 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
213 _M_is_leaked() const function in class:__rc_string_base
293 if (!_M_is_leaked())
589 if (_M_is_leaked())
591 if (__rcs._M_is_leaked())
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h190 _M_is_leaked() const function in struct:basic_string::_Rep
222 return (!_M_is_leaked() && __alloc1 == __alloc2)
303 if (!_M_rep()->_M_is_leaked())

Completed in 172 milliseconds