Searched refs:_S_free_string (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | ropeimpl.h | 332 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
|
| D | stl_rope.h | 505 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/ |
| D | ropeimpl.h | 358 _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
|
| D | rope | 598 _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++/ |
| D | ChangeLog-2001 | 2645 (_Rope_RopeRep::_S_free_string): Likewise.
|