Searched refs:__state (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, argument
52 state_type __tmp_state(__state);
71 __state = __tmp_state;
93 __state = __tmp_state;
109 do_in(state_type& __state, const extern_type* __from, argument
115 // This temporary state object is neccessary so __state won't be modified
117 state_type __tmp_state(__state);
144 __state = __tmp_state;
182 do_length(state_type& __state, const extern_type* __from, argument
186 state_type __tmp_state(__state);
[all...]
/freebsd-10.3-release/contrib/libstdc++/config/locale/gnu/
H A Dcodecvt_members.cc45 do_out(state_type& __state, const intern_type* __from, argument
51 state_type __tmp_state(__state);
72 __to_end - __to_next, &__state);
80 __state = __tmp_state;
97 __tmp_state = __state;
104 __state = __tmp_state;
120 do_in(state_type& __state, const extern_type* __from, argument
126 state_type __tmp_state(__state);
149 __to_end - __to_next, &__state);
164 __state
235 do_length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
[all...]
H A Dmonetary_members.cc408 mbstate_t __state; local
413 memset(&__state, 0, sizeof(mbstate_t));
415 mbsrtowcs(__wcs_ps, &__cpossign, __len, &__state);
428 memset(&__state, 0, sizeof(mbstate_t));
430 mbsrtowcs(__wcs_ns, &__cnegsign, __len, &__state);
442 memset(&__state, 0, sizeof(mbstate_t));
444 mbsrtowcs(__wcs, &__ccurr, __len, &__state);
550 mbstate_t __state; local
556 memset(&__state, 0, sizeof(mbstate_t));
558 mbsrtowcs(__wcs_ps, &__cpossign, __len, &__state);
[all...]
/freebsd-10.3-release/contrib/libstdc++/include/bits/
H A Dcodecvt.h120 out(state_type& __state, const intern_type* __from, argument
125 return this->do_out(__state, __from, __from_end, __from_next,
159 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, argument
161 { return this->do_unshift(__state, __to,__to_end,__to_next); }
200 in(state_type& __state, const extern_type* __from, argument
205 return this->do_in(__state, __from, __from_end, __from_next,
218 length(state_type& __state, const extern_type* __from, argument
220 { return this->do_length(__state, __from, __end, __max); }
241 do_out(state_type& __state, const intern_type* __from,
247 do_unshift(state_type& __state, extern_typ
[all...]
H A Dbasic_ios.h134 clear(iostate __state = goodbit);
143 setstate(iostate __state) argument
144 { this->clear(this->rdstate() | __state); }
150 _M_setstate(iostate __state) argument
154 _M_streambuf_state |= __state;
155 if (this->exceptions() & __state)
H A Dlocale_facets.h4540 __codecvt_type::state_type __state;
4542 //initialize_state(__state._M_init());
4548 __cvt.out(__state, __msg, __msg + __len, __from_next,
/freebsd-10.3-release/contrib/libc++/src/
H A Dregex.cpp279 __match_any_but_newline<char>::__exec(__state& __s) const
287 __s.__do_ = __state::__reject;
291 __s.__do_ = __state::__accept_and_consume;
299 __s.__do_ = __state::__reject;
306 __match_any_but_newline<wchar_t>::__exec(__state& __s) const
316 __s.__do_ = __state::__reject;
320 __s.__do_ = __state::__accept_and_consume;
328 __s.__do_ = __state::__reject;
H A Dfuture.cpp194 future<void>::future(__assoc_sub_state* __state) argument
195 : __state_(__state)
/freebsd-10.3-release/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h267 do_out(state_type& __state, const intern_type* __from,
273 do_unshift(state_type& __state, extern_type* __to,
277 do_in(state_type& __state, const extern_type* __from,
314 do_out(state_type& __state, const intern_type* __from, argument
320 if (__state.good())
322 const descriptor_type& __desc = __state.out_descriptor();
339 int __int_bom = __state.internal_bom();
383 do_unshift(state_type& __state, extern_type* __to, argument
387 if (__state.good())
389 const descriptor_type& __desc = __state
418 do_in(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const argument
[all...]
/freebsd-10.3-release/lib/libstdthreads/
H A Dthreads.h49 int __state; member in struct:__anon6106
/freebsd-10.3-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h1236 std::ios_base::iostate __state = std::ios_base::goodbit; local
1254 __state |= std::ios_base::eofbit;
1267 __state |= std::ios_base::failbit;
1278 __state |= std::ios_base::failbit;
1281 if (__state)
1282 __is.setstate(__state);
H A Dstd_fstream.h364 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dgdb_thread_db.h344 td_thr_state_e __state, int __ti_pri,

Completed in 100 milliseconds