Home
last modified time | relevance | path

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

/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
H A Dlocale_conv.h267 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
414 typedef typename _Codecvt::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
H A Dlocale_conv.h237 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
392 typedef typename _Codecvt::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 …]
/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
/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 …]
/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
H A Dpod_char_traits.h53 typedef _St 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
H A Dpod_char_traits.h53 typedef _St state_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/bsd/flex/dist/src/
H A Dmain.c79 int *accptnum, *assoc_rule, *state_type; variable
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.tab.hh1566 typedef signed char state_type; typedef in QL::Parser
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_api.c2443 int state_type; in dst_key_is_unused() local
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddst_api.c2457 int state_type; dst_key_is_unused() local