• Home
  • Raw
  • Download

Lines Matching refs:__ret

16975     const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);  in __convert_from_v()  local
16991 return __ret; in __convert_from_v()
23004 _Ret __ret; in __stoa() local
23024 __ret = __tmp; in __stoa()
23029 return __ret; in __stoa()
24107 size_type __ret = npos; in find() local
24115 __ret = __p - __data; in find()
24117 return __ret; in find()
24850 bool __ret = true; in _M_check_same_name() local
24853 for (size_t __i = 0; __ret && __i < _S_categories_size - 1; ++__i) in _M_check_same_name()
24854 __ret = __builtin_strcmp(_M_names[__i], _M_names[__i + 1]) == 0; in _M_check_same_name()
24855 return __ret; in _M_check_same_name()
25157 string_type __ret; in do_transform() local
25188 __ret.append(__c, __res); in do_transform()
25194 __ret.push_back(_CharT()); in do_transform()
25205 return __ret; in do_transform()
26850 const streamsize __ret = this->egptr() - this->gptr(); in in_avail() local
26851 return __ret ? __ret : this->showmanyc(); in in_avail()
26857 int_type __ret = traits_type::eof(); in snextc() local
26859 __ret), true)) in snextc()
26860 __ret = this->sgetc(); in snextc()
26861 return __ret; in snextc()
26867 int_type __ret; in sbumpc() local
26870 __ret = traits_type::to_int_type(*this->gptr()); in sbumpc()
26874 __ret = this->uflow(); in sbumpc()
26875 return __ret; in sbumpc()
26881 int_type __ret; in sgetc() local
26883 __ret = traits_type::to_int_type(*this->gptr()); in sgetc()
26885 __ret = this->underflow(); in sgetc()
26886 return __ret; in sgetc()
26896 int_type __ret; in sputbackc() local
26900 __ret = this->pbackfail(traits_type::to_int_type(__c)); in sputbackc()
26904 __ret = traits_type::to_int_type(*this->gptr()); in sputbackc()
26906 return __ret; in sputbackc()
26912 int_type __ret; in sungetc() local
26916 __ret = traits_type::to_int_type(*this->gptr()); in sungetc()
26919 __ret = this->pbackfail(); in sungetc()
26920 return __ret; in sungetc()
26926 int_type __ret; in sputc() local
26931 __ret = traits_type::to_int_type(__c); in sputc()
26934 __ret = this->overflow(traits_type::to_int_type(__c)); in sputc()
26935 return __ret; in sputc()
27023 int_type __ret = traits_type::eof(); in uflow() local
27025 __ret); in uflow()
27028 __ret = traits_type::to_int_type(*this->gptr()); in uflow()
27031 return __ret; in uflow()
27130 streamsize __ret = 0; in xsgetn() local
27131 while (__ret < __n) in xsgetn()
27136 const streamsize __remaining = __n - __ret; in xsgetn()
27139 __ret += __len; in xsgetn()
27144 if (__ret < __n) in xsgetn()
27150 ++__ret; in xsgetn()
27156 return __ret; in xsgetn()
27164 streamsize __ret = 0; in xsputn() local
27165 while (__ret < __n) in xsputn()
27170 const streamsize __remaining = __n - __ret; in xsputn()
27173 __ret += __len; in xsputn()
27178 if (__ret < __n) in xsputn()
27183 ++__ret; in xsputn()
27190 return __ret; in xsputn()
27202 streamsize __ret = 0; in __copy_streambufs_eof() local
27213 ++__ret; in __copy_streambufs_eof()
27216 return __ret; in __copy_streambufs_eof()
27692 int_type __ret = __eof; in _M_get() local
27696 __ret = _M_c; in _M_get()
27697 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()), in _M_get()
27699 _M_c = __ret; in _M_get()
27703 return __ret; in _M_get()
28870 int __ret = -1; in _M_find() local
28874 __ret = __c - _CharT2('0'); in _M_find()
28879 __ret = __c - _CharT2('0'); in _M_find()
28881 __ret = 10 + (__c - _CharT2('a')); in _M_find()
28883 __ret = 10 + (__c - _CharT2('A')); in _M_find()
28885 return __ret; in _M_find()
28893 int __ret = -1; in _M_find() local
28897 __ret = __q - __zero; in _M_find()
28898 if (__ret > 15) in _M_find()
28899 __ret -= 6; in _M_find()
28901 return __ret; in _M_find()
31436 pos_type __ret = pos_type(-1); in tellp() local
31440 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out); in tellp()
31449 return __ret; in tellp()
32756 int __ret = -1; in sync() local
32769 __ret = 0; in sync()
32782 return __ret; in sync()
32792 pos_type __ret = pos_type(-1); in tellg() local
32799 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, in tellg()
32810 return __ret; in tellg()
40076 __uctype __ret; in operator ()() local
40085 __ret = __uctype(__urng()) - __urngmin; in operator ()()
40086 while (__ret >= __past); in operator ()()
40087 __ret /= __scaling; in operator ()()
40098 __ret = __tmp + (__uctype(__urng()) - __urngmin); in operator ()()
40100 while (__ret > __urange || __ret < __tmp); in operator ()()
40103 __ret = __uctype(__urng()) - __urngmin; in operator ()()
40105 return __ret + __param.a(); in operator ()()
40131 __uctype __ret; in __generate_impl() local
40140 __ret = __uctype(__urng()) - __urngmin; in __generate_impl()
40141 *__f++ = (__ret & __urange) + __param.a(); in __generate_impl()
40153 __ret = __uctype(__urng()) - __urngmin; in __generate_impl()
40154 while (__ret >= __past); in __generate_impl()
40155 *__f++ = __ret / __scaling + __param.a(); in __generate_impl()
40170 __ret = __tmp + (__uctype(__urng()) - __urngmin); in __generate_impl()
40172 while (__ret > __urange || __ret < __tmp); in __generate_impl()
40173 *__f++ = __ret; in __generate_impl()
41079 _ForwardIterator __ret = __first; in __rotate() local
41093 return __ret; in __rotate()
41166 _RandomAccessIterator __ret = __first + (__last - __middle); in __rotate() local
41177 return __ret; in __rotate()
41188 return __ret; in __rotate()
41200 return __ret; in __rotate()
41212 return __ret; in __rotate()
48129 _Tp __ret(__y); in kill_dependency() local
48130 return __ret; in kill_dependency()
52833 __uses_alloc_t<_Tp, _Alloc, _Args...> __ret; in __use_alloc() local
52834 __ret._M_a = std::__addressof(__a); in __use_alloc()
52835 return __ret; in __use_alloc()
54321 typedef typename __tuple_cat_result<_Tpls...>::__type __ret; in tuple_cat() typedef
54323 typedef __tuple_concater<__ret, __idx, _Tpls...> __concater; in tuple_cat()
130054 _Deque_impl __ret{std::move(_M_get_Tp_allocator())}; in _M_move_impl() local
130055 _M_impl._M_swap_data(__ret); in _M_move_impl()
130057 return __ret; in _M_move_impl()
159560 __string_type __ret; in str() local
159565 __ret = __string_type(this->pbase(), this->pptr()); in str()
159567 __ret = __string_type(this->pbase(), this->egptr()); in str()
159570 __ret = _M_string; in str()
159571 return __ret; in str()
159598 streamsize __ret = -1; in showmanyc() local
159602 __ret = this->egptr() - this->gptr(); in showmanyc()
159604 return __ret; in showmanyc()
160047 int_type __ret = traits_type::eof(); in pbackfail() local
160052 const bool __testeof = traits_type::eq_int_type(__c, __ret); in pbackfail()
160064 __ret = __c; in pbackfail()
160070 __ret = traits_type::not_eof(__c); in pbackfail()
160073 return __ret; in pbackfail()
160124 int_type __ret = traits_type::eof(); in underflow() local
160132 __ret = traits_type::to_int_type(*this->gptr()); in underflow()
160134 return __ret; in underflow()
160142 pos_type __ret = pos_type(off_type(-1)); in seekoff() local
160172 __ret = pos_type(__newoffi); in seekoff()
160179 __ret = pos_type(__newoffo); in seekoff()
160182 return __ret; in seekoff()
160190 pos_type __ret = pos_type(off_type(-1)); in seekpos() local
160209 __ret = __sp; in seekpos()
160212 return __ret; in seekpos()