HomeSort by relevance Sort by last modified time
    Searched defs:__tmp (Results 151 - 175 of 509) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 47 locale __tmp = _M_locale; local
49 return __tmp;
_uninitialized.h 267 unsigned char __tmp = __val; local
268 memset(__first, __tmp, __last - __first);
273 signed char __tmp = __val; local
274 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first);
278 char __tmp = __val; local
279 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 225 element_type* __tmp = _M_ptr; local
227 return __tmp;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 98 istream_iterator __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 180 basic_string<_CharT, _Traits> __tmp; local
181 __tmp.reserve(_Nb);
200 __tmp.push_back(__c);
208 if (__tmp.empty())
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
221 basic_string<_CharT, _Traits> __tmp; local
222 __x._M_copy_to_string(__tmp);
223 return __os << __tmp;
_complex.h 778 complex<double> __tmp = polar(double(__rho), double(__phi)); local
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
_ios.h 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; local
69 return __tmp;
83 char_type __tmp(_M_fill);
85 return __tmp;
_istreambuf_iterator.h 145 _M_getc(); // __tmp should avoid any future actions under
147 // (due to buffer for *this and __tmp are the same).
148 istreambuf_iterator<_CharT, _Traits> __tmp = *this; local
151 return __tmp;
_queue.h 106 _Sequence __tmp = c; local
108 __x.c = __tmp;
239 _Sequence __tmp = c; local
241 __x.c = __tmp;
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur); local
50 _STLP_STD::_Destroy(&__tmp->_M_data);
51 _M_head.deallocate(__tmp,1);
_stack.h 91 _Sequence __tmp = c; local
93 __x.c = __tmp;
_streambuf.c 47 locale __tmp = _M_locale; local
49 return __tmp;
_uninitialized.h 267 unsigned char __tmp = __val; local
268 memset(__first, __tmp, __last - __first);
273 signed char __tmp = __val; local
274 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first);
278 char __tmp = __val; local
279 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
auto_ptr.h 225 element_type* __tmp = _M_ptr; local
227 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stream_iterator.h 98 istream_iterator __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
auto_ptr.h 227 element_type* __tmp = _M_ptr; local
229 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tempbuf.h 95 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
97 if (__tmp != 0)
98 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
stream_iterator.h 105 istream_iterator __tmp = *this; local
107 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 227 element_type* __tmp = _M_ptr; local
229 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tempbuf.h 96 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
98 if (__tmp != 0)
99 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
stream_iterator.h 105 istream_iterator __tmp = *this; local
107 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 180 basic_string<_CharT, _Traits> __tmp; local
181 __tmp.reserve(_Nb);
200 __tmp.push_back(__c);
208 if (__tmp.empty())
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
221 basic_string<_CharT, _Traits> __tmp; local
222 __x._M_copy_to_string(__tmp);
223 return __os << __tmp;
_complex.h 778 complex<double> __tmp = polar(double(__rho), double(__phi)); local
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
_ios.h 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; local
69 return __tmp;
83 char_type __tmp(_M_fill);
85 return __tmp;
_istreambuf_iterator.h 145 _M_getc(); // __tmp should avoid any future actions under
147 // (due to buffer for *this and __tmp are the same).
148 istreambuf_iterator<_CharT, _Traits> __tmp = *this; local
151 return __tmp;

Completed in 849 milliseconds

1 2 3 4 5 67 8 91011>>