Home
last modified time | relevance | path

Searched refs:state_type (Results 1 – 25 of 50) 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
119 out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
158 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
199 in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
217 length(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
240 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
246 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
250 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
262 do_length(state_type&, const extern_type* __from, in _GLIBCXX_VISIBILITY()
285 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dlocale_conv.h267 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
291 wstring_convert(_Codecvt* __pcvt, state_type __state) in _GLIBCXX_VISIBILITY()
339 _M_state = state_type(); in _GLIBCXX_VISIBILITY()
375 _M_state = state_type(); in _GLIBCXX_VISIBILITY()
392 state_type state() const { return _M_state; } in _GLIBCXX_VISIBILITY()
398 state_type _M_state = state_type(); in _GLIBCXX_VISIBILITY()
414 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
429 state_type __state = state_type()) in _GLIBCXX_VISIBILITY()
460 state_type state() const noexcept { return _M_state; } in _GLIBCXX_VISIBILITY()
616 state_type _M_state; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dcodecvt.h76 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
116 out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
196 in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
214 length(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
237 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
243 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
247 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
259 do_length(state_type&, const extern_type* __from, in _GLIBCXX_VISIBILITY()
282 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dlocale_conv.h237 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
264 wstring_convert(_Codecvt* __pcvt, state_type __state) in _GLIBCXX_VISIBILITY()
317 _M_state = state_type(); in _GLIBCXX_VISIBILITY()
353 _M_state = state_type(); in _GLIBCXX_VISIBILITY()
370 state_type state() const { return _M_state; } in _GLIBCXX_VISIBILITY()
376 state_type _M_state = state_type(); in _GLIBCXX_VISIBILITY()
392 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
407 state_type __state = state_type()) in _GLIBCXX_VISIBILITY()
442 state_type state() const noexcept { return _M_state; } in _GLIBCXX_VISIBILITY()
598 state_type _M_state; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcodecvt86 typedef mbstate_t state_type;
95 do_out(state_type& __st,
99 do_in(state_type& __st,
103 do_unshift(state_type& __st,
107 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
122 typedef mbstate_t state_type;
133 do_out(state_type& __st,
137 do_in(state_type& __st,
141 do_unshift(state_type& __st,
145 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
[all …]
H A D__std_stream43 typedef typename traits_type::state_type state_type;
45 __stdinbuf(FILE* __fp, state_type* __st);
56 const codecvt<char_type, char, state_type>* __cv_;
57 state_type* __st_;
70 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st)
83 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
137 state_type __sv_st = *__st_;
231 typedef typename traits_type::state_type state_type;
233 __stdoutbuf(FILE* __fp, state_type* __st);
243 const codecvt<char_type, char, state_type>* __cv_;
[all …]
H A D__locale919 typedef mbstate_t state_type;
926 result out(state_type& __st,
934 result unshift(state_type& __st,
941 result in(state_type& __st,
961 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
981 virtual result do_out(state_type& __st,
984 virtual result do_in(state_type& __st,
987 virtual result do_unshift(state_type& __st,
991 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
1006 typedef mbstate_t state_type;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDFAEmitter.h44 using state_type = uint64_t;
51 void addTransition(state_type From, state_type To, action_type A);
67 using DfaState = SmallVector<state_type, 4>;
76 using DfaTransitionInfo = SmallVector<std::pair<state_type, state_type>, 4>;
83 std::map<std::pair<state_type, action_type>, std::vector<state_type>>
85 std::set<state_type> NfaStates;
/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/include/ext/
H A Dcodecvt_specializations.h214 typedef encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
215 typedef typename std::fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
241 typedef __gnu_cxx::encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
242 typedef state_type::descriptor_type descriptor_type; in _GLIBCXX_VISIBILITY()
249 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY()
253 codecvt(state_type& __enc, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY()
262 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
268 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
272 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
[all …]
H A Denc_filebuf.h47 typedef typename traits_type::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
50 enc_filebuf(state_type& __state) in _GLIBCXX_VISIBILITY()
59 __glibcxx_class_requires(state_type, _SGIAssignableConcept) in _GLIBCXX_VISIBILITY()
H A Dpod_char_traits.h53 typedef _St state_type; in _GLIBCXX_VISIBILITY() typedef
101 typedef typename char_type::state_type state_type; in _GLIBCXX_VISIBILITY()
102 typedef fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h214 typedef encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
215 typedef typename std::fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
241 typedef __gnu_cxx::encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
242 typedef state_type::descriptor_type descriptor_type; in _GLIBCXX_VISIBILITY()
249 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY()
253 codecvt(state_type& __enc, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY()
262 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
268 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
272 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
[all …]
H A Denc_filebuf.h47 typedef typename traits_type::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
50 enc_filebuf(state_type& __state) in _GLIBCXX_VISIBILITY()
59 __glibcxx_class_requires(state_type, _SGIAssignableConcept) in _GLIBCXX_VISIBILITY()
H A Dpod_char_traits.h53 typedef _St state_type; in _GLIBCXX_VISIBILITY() typedef
101 typedef typename char_type::state_type state_type; in _GLIBCXX_VISIBILITY()
102 typedef fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in do_out()
52 state_type __tmp_state(__state); in do_out()
109 do_in(state_type& __state, const extern_type* __from, in do_in()
117 state_type __tmp_state(__state); in do_in()
182 do_length(state_type& __state, const extern_type* __from, in do_length()
186 state_type __tmp_state(__state); in do_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in do_out()
52 state_type __tmp_state(__state); in do_out()
109 do_in(state_type& __state, const extern_type* __from, in do_in()
117 state_type __tmp_state(__state); in do_in()
182 do_length(state_type& __state, const extern_type* __from, in do_length()
186 state_type __tmp_state(__state); in do_length()
/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/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc47 do_out(state_type& __state, const intern_type* __from, in do_out()
53 state_type __tmp_state(__state); in do_out()
117 do_in(state_type& __state, const extern_type* __from, in do_in()
123 state_type __tmp_state(__state); in do_in()
209 do_length(state_type& __state, const extern_type* __from, in do_length()
213 state_type __tmp_state(__state); in do_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc47 do_out(state_type& __state, const intern_type* __from, in do_out()
53 state_type __tmp_state(__state); in do_out()
117 do_in(state_type& __state, const extern_type* __from, in do_in()
123 state_type __tmp_state(__state); in do_in()
209 do_length(state_type& __state, const extern_type* __from, in do_length()
213 state_type __tmp_state(__state); in do_length()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in do_out()
50 state_type __tmp_state(__state); in do_out()
119 do_in(state_type& __state, const extern_type* __from, in do_in()
125 state_type __tmp_state(__state); in do_in()
234 do_length(state_type& __state, const extern_type* __from, in do_length()
238 state_type __tmp_state(__state); in do_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in do_out()
50 state_type __tmp_state(__state); in do_out()
119 do_in(state_type& __state, const extern_type* __from, in do_in()
125 state_type __tmp_state(__state); in do_in()
234 do_length(state_type& __state, const extern_type* __from, in do_length()
238 state_type __tmp_state(__state); in do_length()
/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
1545 codecvt<wchar_t, char, mbstate_t>::do_out(state_type& st, in do_out()
1602 codecvt<wchar_t, char, mbstate_t>::do_in(state_type& st, in do_in()
1668 codecvt<wchar_t, char, mbstate_t>::do_unshift(state_type& st, in do_unshift()
1703 codecvt<wchar_t, char, mbstate_t>::do_length(state_type& st, in do_length()
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
[all …]

12