HomeSort by: relevance | last modified time | path
    Searched refs:state_type (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
enc_filebuf.h 47 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf
50 enc_filebuf(state_type& __state)
59 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
codecvt_specializations.h 98 // typedef STATE_T state_type
99 // requires: state_type shall meet the requirements of
214 typedef encoding_state state_type; typedef in struct:encoding_char_traits
215 typedef typename std::fpos<state_type> pos_type;
241 typedef __gnu_cxx::encoding_state state_type; typedef in class:codecvt
242 typedef state_type::descriptor_type descriptor_type;
249 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
253 codecvt(state_type& __enc, size_t __refs = 0)
254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
262 do_out(state_type& __state, const intern_type* __from,
    [all...]
pod_char_traits.h 53 typedef _St state_type; typedef in struct:character
101 typedef typename char_type::state_type state_type; typedef in struct:char_traits
102 typedef fpos<state_type> pos_type;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
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;
DFAEmitter.cpp 48 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) {
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
codecvt.h 79 typedef _StateT state_type; typedef in class:__codecvt_abstract_base
119 out(state_type& __state, const intern_type* __from,
158 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
199 in(state_type& __state, const extern_type* __from,
217 length(state_type& __state, const extern_type* __from,
240 do_out(state_type& __state, const intern_type* __from,
246 do_unshift(state_type& __state, extern_type* __to,
250 do_in(state_type& __state, const extern_type* __from,
262 do_length(state_type&, const extern_type* __from,
285 typedef _StateT state_type; typedef in class:codecvt
350 typedef mbstate_t state_type; typedef in class:codecvt
413 typedef mbstate_t state_type; typedef in class:codecvt
477 typedef mbstate_t state_type; typedef in class:codecvt
534 typedef mbstate_t state_type; typedef in class:codecvt
592 typedef mbstate_t state_type; typedef in class:codecvt
649 typedef mbstate_t state_type; typedef in class:codecvt
    [all...]
locale_conv.h 267 typedef typename _Codecvt::state_type state_type; typedef in class:wstring_convert
291 wstring_convert(_Codecvt* __pcvt, state_type __state)
339 _M_state = state_type();
375 _M_state = state_type();
392 state_type state() const { return _M_state; }
398 state_type _M_state = state_type();
414 typedef typename _Codecvt::state_type state_type; typedef in class:wbuffer_convert
    [all...]
char_traits.h 67 * state_type. By default these are unsigned long, streamoff,
78 typedef std::mbstate_t state_type; typedef in struct:_Char_types
87 * right, but the int_type and state_type typedefs, and the eof()
104 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits
335 typedef mbstate_t state_type; typedef in struct:char_traits
473 typedef mbstate_t state_type; typedef in struct:char_traits
601 typedef mbstate_t state_type; typedef in struct:char_traits
744 typedef mbstate_t state_type; typedef in struct:char_traits
865 typedef mbstate_t state_type; typedef in struct:char_traits
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
codecvt_members.cc 44 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);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
codecvt.cc 56 do_out(state_type&, const intern_type* __from,
71 do_unshift(state_type&, extern_type* __to,
80 do_in(state_type&, const extern_type* __from,
104 do_length (state_type&, const extern_type* __from,
136 do_unshift(state_type&, extern_type* __to,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
codecvt.cc 750 do_out(state_type&,
766 do_unshift(state_type&, extern_type* __to, extern_type*,
775 do_in(state_type&, const extern_type* __from, const extern_type* __from_end,
803 do_length(state_type&, const extern_type* __from,
827 do_out(state_type&, const intern_type* __from, const intern_type* __from_end,
842 do_unshift(state_type&, extern_type* __to, extern_type*,
851 do_in(state_type&, const extern_type* __from, const extern_type* __from_end,
874 do_length(state_type&, const extern_type* __from,
899 do_out(state_type&,
915 do_unshift(state_type&, extern_type* __to, extern_type*
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
codecvt_members.cc 47 do_out(state_type& __state, const intern_type* __from,
53 state_type __tmp_state(__state);
117 do_in(state_type& __state, const extern_type* __from,
123 state_type __tmp_state(__state);
209 do_length(state_type& __state, const extern_type* __from,
213 state_type __tmp_state(__state);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
codecvt_members.cc 44 do_out(state_type& __state, const intern_type* __from,
50 state_type __tmp_state(__state);
119 do_in(state_type& __state, const extern_type* __from,
125 state_type __tmp_state(__state);
234 do_length(state_type& __state, const extern_type* __from,
238 state_type __tmp_state(__state);
  /src/external/bsd/flex/dist/src/
nfa.c 341 switch (state_type[mach]) {
347 state_type[mach] = STATE_NORMAL;
614 state_type =
615 reallocate_integer_array (state_type, current_mns);
626 state_type[lastnfa] = current_state_type;
flexdef.h 460 * state_type - a STATE_xxx type identifying whether the state is part
479 extern int *accptnum, *assoc_rule, *state_type;
main.c 80 int *accptnum, *assoc_rule, *state_type;
1739 state_type = allocate_integer_array (current_mns);
79 int *accptnum, *assoc_rule, *state_type; variable
dfa.c 104 int type = state_type[ns];
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 1467 codecvt<char, char, mbstate_t>::do_out(state_type&,
1477 codecvt<char, char, mbstate_t>::do_in(state_type&,
1487 codecvt<char, char, mbstate_t>::do_unshift(state_type&,
1507 codecvt<char, char, mbstate_t>::do_length(state_type&,
1545 codecvt<wchar_t, char, mbstate_t>::do_out(state_type& st,
1602 codecvt<wchar_t, char, mbstate_t>::do_in(state_type& st,
1668 codecvt<wchar_t, char, mbstate_t>::do_unshift(state_type& st,
1703 codecvt<wchar_t, char, mbstate_t>::do_length(state_type& st,
3130 codecvt<char16_t, char, mbstate_t>::do_out(state_type&,
3147 codecvt<char16_t, char, mbstate_t>::do_in(state_type&
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
QLParser.tab.cc 199 Parser::by_state::by_state (state_type s) YY_NOEXCEPT
247 Parser::stack_symbol_type::stack_symbol_type (state_type s, YY_MOVE_REF (symbol_type) that)
378 Parser::yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym)
421 Parser::state_type
422 Parser::yy_lr_goto_state_ (state_type yystate, int yysym)
558 yypush_ ("Shifting", state_type (yyn), YY_MOVE (yyla));
989 error_token.state = state_type (yyn);
QLParser.tab.hh 1567 typedef signed char state_type; typedef in class:QL::Parser
1572 static state_type yy_lr_goto_state_ (state_type yystate, int yysym);
1665 typedef state_type kind_type;
1689 state_type state;
1702 stack_symbol_type (state_type s, YY_MOVE_REF (symbol_type) sym);
1851 void yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
QLParser.tab.cc 199 Parser::by_state::by_state (state_type s) YY_NOEXCEPT
247 Parser::stack_symbol_type::stack_symbol_type (state_type s, YY_MOVE_REF (symbol_type) that)
378 Parser::yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym)
421 Parser::state_type
422 Parser::yy_lr_goto_state_ (state_type yystate, int yysym)
558 yypush_ ("Shifting", state_type (yyn), YY_MOVE (yyla));
989 error_token.state = state_type (yyn);
QLParser.tab.hh 1567 typedef signed char state_type; typedef in class:QL::Parser
1572 static state_type yy_lr_goto_state_ (state_type yystate, int yysym);
1665 typedef state_type kind_type;
1689 state_type state;
1702 stack_symbol_type (state_type s, YY_MOVE_REF (symbol_type) sym);
1851 void yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym);

Completed in 95 milliseconds