Home
last modified time | relevance | path

Searched refs:_S_free_string (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dropeimpl.h332 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string(_CharT* __s, in _S_free_string() function
394 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string in _S_free_string() function
Dstl_rope.h505 static void _S_free_string(__GC_CONST _CharT*, size_t __len,
507 # define __STL_FREE_STRING(__s, __l, __a) _S_free_string(__s, __l, __a);
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dropeimpl.h358 _S_free_string(_CharT* __s, size_t __n, allocator_type __a) in _S_free_string() function
422 _S_free_string(const _CharT*, size_t, allocator_type) in _S_free_string() function
Drope598 _S_free_string(__GC_CONST _CharT*, size_t __len,
600 #define __STL_FREE_STRING(__s, __l, __a) _S_free_string(__s, __l, __a);
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-20012645 (_Rope_RopeRep::_S_free_string): Likewise.