Home
last modified time | relevance | path

Searched refs:__string_type (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/std/
H A Dstd_sstream.h101 __string_type _M_string;
126 basic_stringbuf(const __string_type& __str,
140 __string_type
164 str(const __string_type& __s) in str()
223 _M_string = __string_type(__s, __n); in setbuf()
393 __string_type
404 str(const __string_type& __s) in str()
511 __string_type
522 str(const __string_type& __s) in str()
625 __string_type
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/std/
H A Dstd_sstream.h101 __string_type _M_string;
126 basic_stringbuf(const __string_type& __str,
140 __string_type
164 str(const __string_type& __s) in str()
223 _M_string = __string_type(__s, __n); in setbuf()
393 __string_type
404 str(const __string_type& __s) in str()
511 __string_type
522 str(const __string_type& __s) in str()
625 __string_type
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/src/c++20/
H A Dsstream-inst.cc42 template basic_stringbuf<char>::basic_stringbuf(__string_type&&,
62 template basic_istringstream<char>::basic_istringstream(__string_type&&,
75 template basic_ostringstream<char>::basic_ostringstream(__string_type&&,
88 template basic_stringstream<char>::basic_stringstream(__string_type&&,
103 template basic_stringbuf<wchar_t>::basic_stringbuf(__string_type&&,
124 template basic_istringstream<wchar_t>::basic_istringstream(__string_type&&,
137 template basic_ostringstream<wchar_t>::basic_ostringstream(__string_type&&,
150 template basic_stringstream<wchar_t>::basic_stringstream(__string_type&&,
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/src/c++20/
H A Dsstream-inst.cc40 template basic_stringbuf<char>::basic_stringbuf(__string_type&&,
60 template basic_istringstream<char>::basic_istringstream(__string_type&&,
73 template basic_ostringstream<char>::basic_ostringstream(__string_type&&,
86 template basic_stringstream<char>::basic_stringstream(__string_type&&,
101 template basic_stringbuf<wchar_t>::basic_stringbuf(__string_type&&,
122 template basic_istringstream<wchar_t>::basic_istringstream(__string_type&&,
135 template basic_ostringstream<wchar_t>::basic_ostringstream(__string_type&&,
148 template basic_stringstream<wchar_t>::basic_stringstream(__string_type&&,
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/src/c++20/
H A Dsstream-inst.cc40 template basic_stringbuf<char>::basic_stringbuf(__string_type&&,
60 template basic_istringstream<char>::basic_istringstream(__string_type&&,
73 template basic_ostringstream<char>::basic_ostringstream(__string_type&&,
86 template basic_stringstream<char>::basic_stringstream(__string_type&&,
101 template basic_stringbuf<wchar_t>::basic_stringbuf(__string_type&&,
122 template basic_istringstream<wchar_t>::basic_istringstream(__string_type&&,
135 template basic_ostringstream<wchar_t>::basic_ostringstream(__string_type&&,
148 template basic_stringstream<wchar_t>::basic_stringstream(__string_type&&,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/src/c++20/
H A Dsstream-inst.cc40 template basic_stringbuf<char>::basic_stringbuf(__string_type&&,
60 template basic_istringstream<char>::basic_istringstream(__string_type&&,
73 template basic_ostringstream<char>::basic_ostringstream(__string_type&&,
86 template basic_stringstream<char>::basic_stringstream(__string_type&&,
101 template basic_stringbuf<wchar_t>::basic_stringbuf(__string_type&&,
122 template basic_istringstream<wchar_t>::basic_istringstream(__string_type&&,
135 template basic_ostringstream<wchar_t>::basic_ostringstream(__string_type&&,
148 template basic_stringstream<wchar_t>::basic_stringstream(__string_type&&,
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C81 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef
83 __string_type _M_string;
86 __string_type str() const { in str()
87 __string_type __ret; in str()
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr()); in str()
96 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
102 __string_type str() const { in str()

1234567891011