Searched refs:state_type (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/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;
H A DDFAEmitter.cpp48 void DfaEmitter::addTransition(state_type From, state_type To, action_type A) {
63 for (state_type FromState : DS) {
69 for (state_type &ToState : I->second) {
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dcodecvt.h80 typedef _StateT state_type; typedef in class:__codecvt_abstract_base
120 out(state_type& __state, const intern_type* __from,
159 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
200 in(state_type& __state, const extern_type* __from,
218 length(state_type& __state, const extern_type* __from,
241 do_out(state_type& __state, const intern_type* __from,
247 do_unshift(state_type& __state, extern_type* __to,
251 do_in(state_type& __state, const extern_type* __from,
263 do_length(state_type&, const extern_type* __from,
281 typedef _StateT state_type; typedef in class:codecvt
342 typedef mbstate_t state_type; typedef in class:codecvt
400 typedef mbstate_t state_type; typedef in class:codecvt
[all...]
H A Dchar_traits.h56 * state_type. By default these are unsigned long, streamoff,
67 typedef std::mbstate_t state_type; typedef in struct:_Char_types
76 * right, but the int_type and state_type typedefs, and the eof()
93 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits
238 typedef mbstate_t state_type; typedef in struct:char_traits
308 typedef mbstate_t state_type; typedef in struct:char_traits
H A Dlocale_facets.h4540 __codecvt_type::state_type __state;
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from,
52 state_type __tmp_state(__state);
109 do_in(state_type& __state, const extern_type* __from,
117 state_type __tmp_state(__state);
182 do_length(state_type& __state, const extern_type* __from,
186 state_type __tmp_state(__state);
/freebsd-11-stable/contrib/libstdc++/src/
H A Dcodecvt.cc59 do_out(state_type&, const intern_type* __from,
74 do_unshift(state_type&, extern_type* __to,
83 do_in(state_type&, const extern_type* __from,
107 do_length (state_type&, const extern_type* __from,
139 do_unshift(state_type&, extern_type* __to,
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h108 // typedef STATE_T state_type
109 // requires: state_type shall meet the requirements of
223 typedef encoding_state state_type; typedef in struct:encoding_char_traits
224 typedef typename std::fpos<state_type> pos_type;
246 typedef __gnu_cxx::encoding_state state_type; typedef in class:codecvt
247 typedef state_type::descriptor_type descriptor_type;
254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
258 codecvt(state_type& __enc, size_t __refs = 0)
259 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
267 do_out(state_type
[all...]
H A Dpod_char_traits.h54 typedef S state_type; typedef in struct:character
97 typedef typename char_type::state_type state_type; typedef in struct:char_traits
98 typedef fpos<state_type> pos_type;
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dcodecvt_members.cc45 do_out(state_type& __state, const intern_type* __from,
51 state_type __tmp_state(__state);
120 do_in(state_type& __state, const extern_type* __from,
126 state_type __tmp_state(__state);
235 do_length(state_type& __state, const extern_type* __from,
239 state_type __tmp_state(__state);
/freebsd-11-stable/contrib/flex/
H A Dnfa.c334 switch (state_type[mach]) {
340 state_type[mach] = STATE_NORMAL;
614 state_type =
615 reallocate_integer_array (state_type, current_mns);
626 state_type[lastnfa] = current_state_type;
H A Dmain.c76 int *accptnum, *assoc_rule, *state_type;
1725 state_type = allocate_integer_array (current_mns);
75 int *accptnum, *assoc_rule, *state_type; variable
H A Ddfa.c108 int type = state_type[ns];
H A Dflexdef.h494 * state_type - a STATE_xxx type identifying whether the state is part
513 extern int *accptnum, *assoc_rule, *state_type;
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1443 codecvt<char, char, mbstate_t>::do_out(state_type&,
1453 codecvt<char, char, mbstate_t>::do_in(state_type&,
1463 codecvt<char, char, mbstate_t>::do_unshift(state_type&,
1483 codecvt<char, char, mbstate_t>::do_length(state_type&,
1521 codecvt<wchar_t, char, mbstate_t>::do_out(state_type& st,
1578 codecvt<wchar_t, char, mbstate_t>::do_in(state_type& st,
1644 codecvt<wchar_t, char, mbstate_t>::do_unshift(state_type& st,
1679 codecvt<wchar_t, char, mbstate_t>::do_length(state_type& st,
3106 codecvt<char16_t, char, mbstate_t>::do_out(state_type&,
3123 codecvt<char16_t, char, mbstate_t>::do_in(state_type
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h64 // traits_type::pos_type must be fpos<traits_type::state_type>
66 // traits_type::state_type must be Assignable and DefaultConstructable,
67 // and traits_type::state_type() must be the initial state for codecvt.
82 typedef typename traits_type::state_type __state_type;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c1416 ar9300_mci_state(struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data) argument
1421 switch (state_type) {
1480 else if (state_type == HAL_MCI_STATE_NEXT_GPM_OFFSET) {
H A Dar9300.h1676 extern u_int32_t ar9300_mci_state (struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data);

Completed in 341 milliseconds