Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h174 rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_VISIBILITY() typedef
3368 _Raw_bytes_alloc(__a).deallocate(reinterpret_cast<char*>(this), __size); in _GLIBCXX_VISIBILITY()
3539 void* __place = _Raw_bytes_alloc(__alloc).allocate(__size); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc893 _Raw_bytes_alloc(__a).deallocate(reinterpret_cast<char*>(this), __size);
1052 void* __place = _Raw_bytes_alloc(__alloc).allocate(__size);
H A Dbasic_string.h3210 rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1169 alias _Raw_bytes_alloc = Alloc.rebind!char; in version() local
1245 _Rep* __p = cast(_Rep*)_Raw_bytes_alloc(__alloc).allocate(__size); in version()
1279 _Raw_bytes_alloc(__a).deallocate(cast(char*)&this, __size); in version()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20052843 * include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to
3148 * include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to