Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/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
475 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
532 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
H A Dchar_traits.h67 typedef std::mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
93 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
H A Dlocale_conv.h174 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
326 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcodecvt.cc740 do_out(state_type&, in do_out() argument
756 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument
765 do_in(state_type&, const extern_type* __from, const extern_type* __from_end, in do_in() argument
793 do_length(state_type&, const extern_type* __from, in do_length() argument
817 do_out(state_type&, const intern_type* __from, const intern_type* __from_end, in do_out() argument
832 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument
841 do_in(state_type&, const extern_type* __from, const extern_type* __from_end, in do_in() argument
864 do_length(state_type&, const extern_type* __from, in do_length() argument
886 do_out(state_type&, const intern_type* __from, const intern_type* __from_end, in do_out() argument
901 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dcodecvt.h77 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
285 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
348 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
406 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
H A Dchar_traits.h65 typedef std::mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef
91 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
/dflybsd-src/contrib/gcc-8.0/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
/dflybsd-src/contrib/gcc-4.7/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
/dflybsd-src/contrib/gcc-4.7/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
240 typedef __gnu_cxx::encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
H A Dpod_char_traits.h54 typedef S state_type; in _GLIBCXX_VISIBILITY() typedef
/dflybsd-src/contrib/gcc-8.0/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
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c1335 ar9300_mci_state(struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data) in ar9300_mci_state()
/dflybsd-src/contrib/flex/src/
H A Dmain.c76 int *accptnum, *assoc_rule, *state_type; variable