HomeSort by: relevance | last modified time | path
    Searched defs:__cstr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
ropeimpl.h 338 _CharT* __cstr = _M_c_string; local
339 if (0 != __cstr)
342 std::_Destroy(__cstr, __cstr + __size, _M_get_allocator());
343 this->_Data_deallocate(__cstr, __size);
1326 __GC_CONST _CharT* __cstr = __r->_M_c_string; local
1328 if (0 != __cstr)
1329 return __cstr[__i];
ropeimpl.h 338 _CharT* __cstr = _M_c_string; local
339 if (0 != __cstr)
342 std::_Destroy(__cstr, __cstr + __size, _M_get_allocator());
343 this->_Data_deallocate(__cstr, __size);
1326 __GC_CONST _CharT* __cstr = __r->_M_c_string; local
1328 if (0 != __cstr)
1329 return __cstr[__i];
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
ropeimpl.h 338 _CharT* __cstr = _M_c_string; local
339 if (0 != __cstr)
342 std::_Destroy(__cstr, __cstr + __size, _M_get_allocator());
343 this->_Data_deallocate(__cstr, __size);
1324 __GC_CONST _CharT* __cstr = __r->_M_c_string; local
1326 if (0 != __cstr)
1327 return __cstr[__i];
ropeimpl.h 338 _CharT* __cstr = _M_c_string; local
339 if (0 != __cstr)
342 std::_Destroy(__cstr, __cstr + __size, _M_get_allocator());
343 this->_Data_deallocate(__cstr, __size);
1324 __GC_CONST _CharT* __cstr = __r->_M_c_string; local
1326 if (0 != __cstr)
1327 return __cstr[__i];

Completed in 57 milliseconds