Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dcodecvt88 typedef mbstate_t state_type;
96 result do_out(state_type& __st,
103 result do_in(state_type& __st,
127 typedef mbstate_t state_type;
141 result do_in(state_type& __st,
164 typedef mbstate_t state_type;
178 result do_in(state_type& __st,
218 typedef mbstate_t state_type;
257 typedef mbstate_t state_type;
296 typedef mbstate_t state_type;
[all …]
H A D__locale773 out(state_type& __st,
789 in(state_type& __st,
855 out(state_type& __st,
871 in(state_type& __st,
936 out(state_type& __st,
952 in(state_type& __st,
1017 out(state_type& __st,
1033 in(state_type& __st,
1099 out(state_type& __st,
1115 in(state_type& __st,
[all …]
H A Diosfwd87 using streampos = fpos<char_traits<char>::state_type>;
88 using wstreampos = fpos<char_traits<wchar_t>::state_type>;
89 using u8streampos = fpos<char_traits<char8_t>::state_type>; // C++20
90 using u16streampos = fpos<char_traits<char16_t>::state_type>;
91 using u32streampos = fpos<char_traits<char32_t>::state_type>;
H A Dlocale92 typedef typename Codecvt::state_type state_type;
118 state_type state() const;
126 typedef typename Tr::state_type state_type;
129 state_type state = state_type()); // before C++14
131 state_type state = state_type()); // before C++20
134 state_type state = state_type()); // C++20
143 state_type state() const;
3118 typedef typename _Codecvt::state_type state_type;
3125 state_type __cvtstate_;
3333 typedef typename _Codecvt::state_type state_type;
[all …]
H A Dfstream232 typedef typename traits_type::state_type state_type;
304 const codecvt<char_type, char, state_type>* __cv_;
305 state_type __st_;
306 state_type __st_last_;
336 if (std::has_facet<codecvt<char_type, char, state_type> >(this->getloc())) {
337 __cv_ = &std::use_facet<codecvt<char_type, char, state_type> >(this->getloc());
387 __rhs.__st_ = state_type();
388 __rhs.__st_last_ = state_type();
950 state_type __state = __st_last_;
986 __cv_ = &std::use_facet<codecvt<char_type, char, state_type> >(__loc);
H A Dstring55 using state_type = mbstate_t;
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.h46 using state_type = uint64_t;
53 void addTransition(state_type From, state_type To, action_type A);
69 using DfaState = SmallVector<state_type, 4>;
78 using DfaTransitionInfo = SmallVector<std::pair<state_type, state_type>, 4>;
85 std::map<std::pair<state_type, action_type>, std::vector<state_type>>
87 std::set<state_type> NfaStates;
H A DDFAEmitter.cpp49 void DfaEmitter::addTransition(state_type From, state_type To, action_type A) { in addTransition()
64 for (state_type FromState : DS) { in visitDfaState()
70 for (state_type &ToState : I->second) { in visitDfaState()
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h40 typedef typename traits_type::state_type state_type; typedef
42 __stdinbuf(FILE* __fp, state_type* __st);
52 const codecvt<char_type, char, state_type>* __cv_;
53 state_type* __st_;
72 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st) in __stdinbuf()
167 state_type __sv_st = *__st_; in __getchar()
248 typedef typename traits_type::state_type state_type; typedef
250 __stdoutbuf(FILE* __fp, state_type* __st);
260 const codecvt<char_type, char, state_type>* __cv_;
261 state_type* __st_;
[all …]
H A Dlocale.cpp1292 state_type&, in do_out() argument
1305 state_type&, in do_in() argument
2762 state_type&, in do_out() argument
2782 state_type&, in do_in() argument
2829 state_type&, in do_out() argument
2849 state_type&, in do_in() argument
2896 state_type&, in do_out() argument
2916 state_type&, in do_in() argument
2963 state_type&, in do_out() argument
2983 state_type&, in do_in() argument
[all …]
/freebsd-14.2/contrib/flex/src/
H A Dnfa.c338 switch (state_type[mach]) { in mark_beginning_as_normal()
344 state_type[mach] = STATE_NORMAL; in mark_beginning_as_normal()
611 state_type = in mkstate()
612 reallocate_integer_array (state_type, current_mns); in mkstate()
623 state_type[lastnfa] = current_state_type; in mkstate()
H A Dmain.c76 int *accptnum, *assoc_rule, *state_type; variable
1735 state_type = allocate_integer_array (current_mns); in set_up_initial_allocations()
H A Dflexdef.h470 extern int *accptnum, *assoc_rule, *state_type;
H A Ddfa.c103 int type = state_type[ns]; in check_trailing_context()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h88 using state_type = mbstate_t; member
183 using state_type = mbstate_t;
280 using state_type = mbstate_t;
357 using state_type = mbstate_t;
437 using state_type = mbstate_t;
527 using state_type = mbstate_t;
/freebsd-14.2/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) in ar9300_mci_state() argument
1421 switch (state_type) { in ar9300_mci_state()
1480 else if (state_type == HAL_MCI_STATE_NEXT_GPM_OFFSET) { in ar9300_mci_state()
H A Dar9300.h1665 extern u_int32_t ar9300_mci_state (struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data);
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp4500 using state_type = std::uint64_t; typedef in Catch::SimplePcg32