Home
last modified time | relevance | path

Searched defs:_Raw_bytes_alloc (Results 1 – 7 of 7) sorted by relevance

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/bits/
H A Dbasic_string.h158 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_VISIBILITY() typedef
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/bits/
H A Dbasic_string.h158 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_VISIBILITY() typedef
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/bits/
H A Dbasic_string.h158 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_VISIBILITY() typedef
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dcow_string.h170 rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_VISIBILITY() typedef
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dbasic_string.h154 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; typedef
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dbasic_string.h154 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; typedef
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1169 alias _Raw_bytes_alloc = Alloc.rebind!char; in version() local