Home
last modified time | relevance | path

Searched defs:state_type (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcodecvt.h79 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
285 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
350 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
413 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
477 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
534 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
592 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
649 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
H A Dchar_traits.h78 typedef std::mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
104 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dcodecvt.h76 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
282 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
347 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
410 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
474 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
531 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
589 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
646 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
H A Dchar_traits.h70 typedef std::mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
96 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc750 do_out(state_type&, in do_out() argument
766 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument
775 do_in(state_type&, const extern_type* __from, const extern_type* __from_end, in do_in() argument
803 do_length(state_type&, const extern_type* __from, in do_length() argument
827 do_out(state_type&, const intern_type* __from, const intern_type* __from_end, in do_out() argument
842 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument
851 do_in(state_type&, const extern_type* __from, const extern_type* __from_end, in do_in() argument
874 do_length(state_type&, const extern_type* __from, in do_length() argument
899 do_out(state_type&, in do_out() argument
915 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc750 do_out(state_type&, in do_out() argument
766 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument
775 do_in(state_type&, const extern_type* __from, const extern_type* __from_end, in do_in() argument
803 do_length(state_type&, const extern_type* __from, in do_length() argument
827 do_out(state_type&, const intern_type* __from, const intern_type* __from_end, in do_out() argument
842 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument
851 do_in(state_type&, const extern_type* __from, const extern_type* __from_end, in do_in() argument
874 do_length(state_type&, const extern_type* __from, in do_length() argument
899 do_out(state_type&, in do_out() argument
915 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dcodecvt.cc57 do_out(state_type&, const intern_type* __from, in do_out() argument
72 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
81 do_in(state_type&, const extern_type* __from, in do_in() argument
106 do_length (const state_type&, const extern_type* __from, in do_length()
128 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
147 do_length(const state_type&, const extern_type* __from, in do_length()
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dcodecvt.cc59 do_out(state_type&, const intern_type* __from, in do_out() argument
74 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
83 do_in(state_type&, const extern_type* __from, in do_in() argument
107 do_length (state_type&, const extern_type* __from, in do_length() argument
139 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dcodecvt.cc56 do_out(state_type&, const intern_type* __from, in do_out() argument
71 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
80 do_in(state_type&, const extern_type* __from, in do_in() argument
104 do_length (state_type&, const extern_type* __from, in do_length() argument
136 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dcodecvt.cc56 do_out(state_type&, const intern_type* __from, in do_out() argument
71 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
80 do_in(state_type&, const extern_type* __from, in do_in() argument
104 do_length (state_type&, const extern_type* __from, in do_length() argument
136 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Denc_filebuf.h40 typedef std::__enc_traits state_type; typedef
48 typedef typename enc_char_traits<_CharT>::state_type state_type; typedef
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dcodecvt.h72 typedef _StateT state_type; typedef
165 typedef _StateT state_type; typedef
220 typedef mbstate_t state_type; typedef
272 typedef mbstate_t state_type; typedef
H A Dchar_traits.h56 typedef std::mbstate_t state_type; typedef
66 typedef typename _Char_types<_CharT>::state_type state_type; typedef
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dcodecvt.h80 typedef _StateT state_type; typedef
281 typedef _StateT state_type; typedef
342 typedef mbstate_t state_type; typedef
400 typedef mbstate_t state_type; typedef
H A Dchar_traits.h67 typedef std::mbstate_t state_type; typedef
93 typedef typename _Char_types<_CharT>::state_type state_type; typedef
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp1467 codecvt<char, char, mbstate_t>::do_out(state_type&, in do_out() argument
1477 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() argument
1487 codecvt<char, char, mbstate_t>::do_unshift(state_type&, in do_unshift() argument
1507 codecvt<char, char, mbstate_t>::do_length(state_type&, in do_length() argument
3130 codecvt<char16_t, char, mbstate_t>::do_out(state_type&, in do_out() argument
3147 codecvt<char16_t, char, mbstate_t>::do_in(state_type&, in do_in() argument
3164 codecvt<char16_t, char, mbstate_t>::do_unshift(state_type&, in do_unshift() argument
3184 codecvt<char16_t, char, mbstate_t>::do_length(state_type&, in do_length() argument
3209 codecvt<char16_t, char8_t, mbstate_t>::do_out(state_type&, in do_out() argument
3226 codecvt<char16_t, char8_t, mbstate_t>::do_in(state_type&, in do_in() argument
[all …]
/openbsd-src/gnu/llvm/libcxx/src/
H A Dlocale.cpp1544 codecvt<char, char, mbstate_t>::do_out(state_type&, in do_out() argument
1554 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() argument
1564 codecvt<char, char, mbstate_t>::do_unshift(state_type&, in do_unshift() argument
1584 codecvt<char, char, mbstate_t>::do_length(state_type&, in do_length() argument
3212 codecvt<char16_t, char, mbstate_t>::do_out(state_type&, in do_out() argument
3229 codecvt<char16_t, char, mbstate_t>::do_in(state_type&, in do_in() argument
3246 codecvt<char16_t, char, mbstate_t>::do_unshift(state_type&, in do_unshift() argument
3266 codecvt<char16_t, char, mbstate_t>::do_length(state_type&, in do_length() argument
3291 codecvt<char16_t, char8_t, mbstate_t>::do_out(state_type&, in do_out() argument
3308 codecvt<char16_t, char8_t, mbstate_t>::do_in(state_type&, in do_in() argument
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dfpos.cc40 typedef std::mbstate_t state_type; in test01() typedef
76 typedef std::mbstate_t state_type; in test02() typedef
142 typedef std::mbstate_t state_type; in test03() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Denc_filebuf.h47 typedef typename traits_type::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
H A Dcodecvt_specializations.h214 typedef encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
241 typedef __gnu_cxx::encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Denc_filebuf.h47 typedef typename traits_type::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
H A Dcodecvt_specializations.h214 typedef encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
241 typedef __gnu_cxx::encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h223 typedef encoding_state state_type; typedef
246 typedef __gnu_cxx::encoding_state state_type; typedef
505 do_length(state_type&, const extern_type* __from, in do_length() argument
H A Dpod_char_traits.h54 typedef S state_type; typedef
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dcodecvt.cc38 typedef test_type::state_type state_type; in test01() typedef

12