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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr6713.C32 bool _M_is_leaked() const { return _M_references < 0; } function in struct:basic_string::_Rep
50 void _M_leak() { if (!_M_rep._M_is_leaked()) _M_leak_hard(); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dpr6713.C32 bool _M_is_leaked() const { return _M_references < 0; } function in struct:basic_string::_Rep
50 void _M_leak() { if (!_M_rep._M_is_leaked()) _M_leak_hard(); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
208 _M_is_leaked() const function in class:__rc_string_base
294 if (!_M_is_leaked())
596 if (_M_is_leaked())
598 if (__rcs._M_is_leaked())
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Drc_string_base.h200 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
212 _M_is_leaked() const function in class:__gnu_cxx::__rc_string_base
292 if (!_M_is_leaked())
588 if (_M_is_leaked())
590 if (__rcs._M_is_leaked())
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dbasic_string.h186 _M_is_leaked() const function in struct:std::basic_string::_Rep
218 return (!_M_is_leaked() && __alloc1 == __alloc2)
298 if (!_M_rep()->_M_is_leaked())
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h184 _M_is_leaked() const function in struct:basic_string::_Rep
221 return (!_M_is_leaked() && __alloc1 == __alloc2)
302 if (!_M_rep()->_M_is_leaked())

Completed in 87 milliseconds