| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | codecvt | 85 typedef mbstate_t state_type; 93 result do_out(state_type& __st, 100 result do_in(state_type& __st, 107 …result do_unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*& __to_n… 110 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 124 typedef mbstate_t state_type; 131 result do_out(state_type& __st, 138 result do_in(state_type& __st, 145 …result do_unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*& __to_n… 148 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … [all …]
|
| H A D | __locale | 748 typedef mbstate_t state_type; 753 out(state_type& __st, 764 …unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const { 769 in(state_type& __st, 784 length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const { 798 do_out(state_type& __st, 806 do_in(state_type& __st, 813 …virtual result do_unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*… 816 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t… 830 typedef mbstate_t state_type; [all …]
|
| H A D | iosfwd | 86 using streampos = fpos<char_traits<char>::state_type>; 87 using wstreampos = fpos<char_traits<wchar_t>::state_type>; 88 using u8streampos = fpos<char_traits<char8_t>::state_type>; // C++20 89 using u16streampos = fpos<char_traits<char16_t>::state_type>; 90 using u32streampos = fpos<char_traits<char32_t>::state_type>;
|
| H A D | locale | 92 typedef typename Codecvt::state_type state_type; 100 wstring_convert(Codecvt* pcvt, state_type state); 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; 3147 typedef typename _Codecvt::state_type state_type; 3154 state_type __cvtstate_; [all …]
|
| H A D | fstream | 228 typedef typename traits_type::state_type state_type; 276 const codecvt<char_type, char, state_type>* __cv_; 277 state_type __st_; 278 state_type __st_last_; 385 if (std::has_facet<codecvt<char_type, char, state_type> >(this->getloc())) { 386 __cv_ = &std::use_facet<codecvt<char_type, char, state_type> >(this->getloc()); 436 __rhs.__st_ = state_type(); 437 __rhs.__st_last_ = state_type(); 929 state_type __state = __st_last_; 965 __cv_ = &std::use_facet<codecvt<char_type, char, state_type> >(__loc);
|
| H A D | string | 55 using state_type = mbstate_t;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | codecvt | 93 typedef mbstate_t state_type; 101 result do_out(state_type& __st, 108 result do_in(state_type& __st, 115 …result do_unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*& __to_n… 118 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 132 typedef mbstate_t state_type; 139 result do_out(state_type& __st, 146 result do_in(state_type& __st, 153 …result do_unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*& __to_n… 156 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … [all …]
|
| H A D | locale | 92 typedef typename Codecvt::state_type state_type; 100 wstring_convert(Codecvt* pcvt, state_type state); 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;
|
| H A D | __locale | 743 typedef mbstate_t state_type; 748 out(state_type& __st, 759 …unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const { 764 in(state_type& __st, 779 length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const { 793 do_out(state_type& __st, 801 do_in(state_type& __st, 808 …virtual result do_unshift(state_type& __st, extern_type* __to, extern_type* __to_end, extern_type*… 811 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t… 825 typedef mbstate_t state_type; [all …]
|
| H A D | iosfwd | 86 using streampos = fpos<char_traits<char>::state_type>; 87 using wstreampos = fpos<char_traits<wchar_t>::state_type>; 88 using u8streampos = fpos<char_traits<char8_t>::state_type>; // C++20 89 using u16streampos = fpos<char_traits<char16_t>::state_type>; 90 using u32streampos = fpos<char_traits<char32_t>::state_type>;
|
| H A D | fstream | 236 typedef typename traits_type::state_type state_type; 311 const codecvt<char_type, char, state_type>* __cv_; 312 state_type __st_; 313 state_type __st_last_; 431 if (std::has_facet<codecvt<char_type, char, state_type> >(this->getloc())) { 432 …__cv_ = std::addressof(std::use_facet<codecvt<char_type, char, state_type> >(this->getl… 482 __rhs.__st_ = state_type(); 483 __rhs.__st_last_ = state_type(); 1034 state_type __state = __st_last_; 1065 __cv_ = std::addressof(std::use_facet<codecvt<char_type, char, state_type> >(__loc));
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DFAEmitter.h | 46 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 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/contrib/llvm-project/libcxx/src/ |
| H A D | std_stream.h | 40 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() 85 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc); in imbue() 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_; [all …]
|
| H A D | locale.cpp | 1206 state_type&, in do_out() argument 1219 state_type&, in do_in() argument 1232 codecvt<char, char, mbstate_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*… in do_unshift() argument 1242 state_type&, const extern_type* frm, const extern_type* end, size_t mx) const { in do_length() argument 1271 state_type& st, in do_out() 1328 state_type& st, in do_in() 1392 state_type& st, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const { in do_unshift() 1419 state_type& st, const extern_type* frm, const extern_type* frm_end, size_t mx) const { in do_length() 2676 state_type&, in do_out() argument 2696 state_type&, in do_in() argument [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wstring_convert.h | 38 typedef typename _Codecvt::state_type state_type; typedef 45 state_type __cvtstate_; 56 _LIBCPP_HIDE_FROM_ABI wstring_convert(_Codecvt* __pcvt, state_type __state); 88 _LIBCPP_HIDE_FROM_ABI state_type state() const { return __cvtstate_; } in state() 98 …ert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(_Codecvt* __pcvt, state_type __state) in wstring_convert() 138 state_type __st = __cvtstate_; in from_bytes() 186 state_type __st = __cvtstate_; in to_bytes()
|
| H A D | wbuffer_convert.h | 40 typedef typename _Codecvt::state_type state_type; typedef 52 state_type __st_; 62 …_convert(streambuf* __bytebuf, _Codecvt* __pcvt = new _Codecvt, state_type __state = state_type()); 65 …treambuf* __bytebuf = nullptr, _Codecvt* __pcvt = new _Codecvt, state_type __state = state_type()); 80 _LIBCPP_HIDE_FROM_ABI state_type state() const { return __st_; } in state() 101 …<_Codecvt, _Elem, _Tr>::wbuffer_convert(streambuf* __bytebuf, _Codecvt* __pcvt, state_type __state) in wbuffer_convert()
|
| /freebsd/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/contrib/llvm-project/libcxx/include/__cxx03/__string/ |
| H A D | char_traits.h | 84 using state_type = mbstate_t; 160 using state_type = mbstate_t;
|
| /freebsd/contrib/llvm-project/libcxx/include/__string/ |
| H A D | char_traits.h | 86 using state_type = mbstate_t; 177 using state_type = mbstate_t;
|
| /freebsd/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);
|