| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | codecvt | 86 typedef mbstate_t state_type; 95 do_out(state_type& __st, 99 do_in(state_type& __st, 122 typedef mbstate_t state_type; 133 do_out(state_type& __st, 137 do_in(state_type& __st, 171 do_out(state_type& __st, 175 do_in(state_type& __st, 228 do_in(state_type& __st, 263 do_in(state_type& __st, [all …]
|
| H A D | __std_stream | 43 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) 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_; 244 state_type* __st_; [all …]
|
| H A D | __locale | 926 result out(state_type& __st, 941 result in(state_type& __st, 1011 result out(state_type& __st, 1026 result in(state_type& __st, 1095 result out(state_type& __st, 1110 result in(state_type& __st, 1183 result out(state_type& __st, 1198 result in(state_type& __st, 1271 result out(state_type& __st, 1286 result in(state_type& __st, [all …]
|
| H A D | iosfwd | 87 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 D | locale | 92 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 3661 typedef typename _Codecvt::state_type state_type; 3931 typedef typename _Codecvt::state_type state_type; 3943 state_type __st_; 3957 state_type __state = state_type()); [all …]
|
| H A D | fstream | 218 typedef typename traits_type::state_type state_type; 278 const codecvt<char_type, char, state_type>* __cv_; 279 state_type __st_; 280 state_type __st_last_; 309 if (has_facet<codecvt<char_type, char, state_type> >(this->getloc())) 311 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc()); 371 __rhs.__st_ = state_type(); 372 __rhs.__st_last_ = state_type(); 1007 state_type __state = __st_last_; 1050 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
|
| H A D | __string | 167 typedef mbstate_t state_type; 326 typedef mbstate_t state_type; 429 typedef mbstate_t state_type; 559 typedef mbstate_t state_type; 668 typedef mbstate_t state_type; 788 typedef mbstate_t state_type;
|
| H A D | string | 50 typedef mbstate_t state_type;
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DFAEmitter.h | 44 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 D | DFAEmitter.cpp | 49 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-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 1477 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() argument 3440 __codecvt_utf8<wchar_t>::do_out(state_type&, in do_out() argument 3469 __codecvt_utf8<wchar_t>::do_in(state_type&, in do_in() argument 3495 __codecvt_utf8<wchar_t>::do_unshift(state_type&, in do_unshift() argument 3515 __codecvt_utf8<wchar_t>::do_length(state_type&, in do_length() argument 3534 __codecvt_utf8<char16_t>::do_out(state_type&, in do_out() argument 3552 __codecvt_utf8<char16_t>::do_in(state_type&, in do_in() argument 3590 __codecvt_utf8<char16_t>::do_length(state_type&, in do_length() argument 3609 __codecvt_utf8<char32_t>::do_out(state_type&, in do_out() argument 3627 __codecvt_utf8<char32_t>::do_in(state_type&, in do_in() argument [all …]
|
| /freebsd-13.1/contrib/flex/src/ |
| H A D | nfa.c | 338 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 D | main.c | 76 int *accptnum, *assoc_rule, *state_type; variable 1735 state_type = allocate_integer_array (current_mns); in set_up_initial_allocations()
|
| H A D | flexdef.h | 470 extern int *accptnum, *assoc_rule, *state_type;
|
| H A D | dfa.c | 103 int type = state_type[ns]; in check_trailing_context()
|
| /freebsd-13.1/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_mci.c | 1416 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 D | ar9300.h | 1665 extern u_int32_t ar9300_mci_state (struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data);
|
| /freebsd-13.1/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 4500 using state_type = std::uint64_t; typedef in Catch::SimplePcg32
|