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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
enc_filebuf.h 49 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf
52 enc_filebuf(state_type& __state)
61 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
pod_char_traits.h 55 typedef _St state_type; typedef in struct:character
103 typedef typename char_type::state_type state_type; typedef in struct:char_traits
104 typedef fpos<state_type> pos_type;
codecvt_specializations.h 100 // typedef STATE_T state_type
101 // requires: state_type shall meet the requirements of
216 typedef encoding_state state_type; typedef in struct:encoding_char_traits
217 typedef typename std::fpos<state_type> pos_type;
243 typedef __gnu_cxx::encoding_state state_type; typedef in class:codecvt
244 typedef state_type::descriptor_type descriptor_type;
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
255 codecvt(state_type& __enc, size_t __refs = 0)
256 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
264 do_out(state_type& __state, const intern_type* __from,
    [all...]
  /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)
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;
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...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
char_traits.h 78 * state_type. By default these are unsigned long, streamoff,
90 typedef std::mbstate_t state_type; typedef in struct:_Char_types
100 * right, but the int_type and state_type typedefs, and the eof()
118 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits
336 typedef mbstate_t state_type; typedef in struct:char_traits
478 typedef mbstate_t state_type; typedef in struct:char_traits
610 typedef mbstate_t state_type; typedef in struct:char_traits
753 typedef mbstate_t state_type; typedef in struct:char_traits
880 typedef mbstate_t state_type; typedef in struct:char_traits
    [all...]
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...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
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...]
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...]
  /src/external/bsd/flex/dist/src/
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
  /src/external/gpl3/binutils/dist/gprofng/src/
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.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/mpl/bind/dist/lib/dns/
dst_api.c 2379 int state_type; local
2395 state_type = DST_KEY_DNSKEY;
2399 state_type = DST_KEY_ZRRSIG;
2403 state_type = DST_KEY_KRRSIG;
2407 state_type = DST_KEY_DS;
2433 if (dst_key_getstate(key, state_type, &st) != ISC_R_SUCCESS) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_api.c 2443 int state_type; local
2459 state_type = DST_KEY_DNSKEY;
2463 state_type = DST_KEY_ZRRSIG;
2467 state_type = DST_KEY_KRRSIG;
2471 state_type = DST_KEY_DS;
2497 if (dst_key_getstate(key, state_type, &st) != ISC_R_SUCCESS) {
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vsetvl.cc 801 enum class state_type class in class:vsetvl_info
808 state_type m_state;
822 m_avl_demand (avl_demand_type::avl), m_state (state_type::UNINITIALIZED),
901 bool uninit_p () const { return m_state == state_type::UNINITIALIZED; }
902 bool valid_p () const { return m_state == state_type::VALID; }
903 bool unknown_p () const { return m_state == state_type::UNKNOWN; }
904 bool empty_p () const { return m_state == state_type::EMPTY; }
908 void set_valid () { m_state = state_type::VALID; }
909 void set_unknown () { m_state = state_type::UNKNOWN; }
910 void set_empty () { m_state = state_type::EMPTY;
    [all...]

Completed in 26 milliseconds