Home
last modified time | relevance | path

Searched refs:__cstr (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dropeimpl.h322 _CharT* __cstr = _M_c_string; in _M_free_c_string() local
323 if (0 != __cstr) { in _M_free_c_string()
325 _Destroy(__cstr, __cstr + __size); in _M_free_c_string()
326 _Data_deallocate(__cstr, __size); in _M_free_c_string()
1196 __GC_CONST _CharT* __cstr = __r->_M_c_string; in _S_fetch() local
1198 if (0 != __cstr) return __cstr[__i]; in _S_fetch()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dropeimpl.h346 _CharT* __cstr = _M_c_string; in _M_free_c_string() local
347 if (0 != __cstr) in _M_free_c_string()
350 _Destroy(__cstr, __cstr + __size, get_allocator()); in _M_free_c_string()
351 this->_Data_deallocate(__cstr, __size); in _M_free_c_string()
1325 __GC_CONST _CharT* __cstr = __r->_M_c_string; in _S_fetch() local
1327 if (0 != __cstr) in _S_fetch()
1328 return __cstr[__i]; in _S_fetch()