/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
string_conversions.h | 58 const _TRet __tmp = __convf(__str, &__endptr, __base...); local 64 && (__tmp < __numeric_traits<int>::__min 65 || __tmp > __numeric_traits<int>::__max))) 68 __ret = __tmp;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
messages_members.h | 58 char* __tmp = new char[__len]; local 59 __builtin_memcpy(__tmp, __s, __len); 60 _M_name_messages = __tmp; 114 char* __tmp = new char[__len]; local 115 __builtin_memcpy(__tmp, __s, __len); 116 this->_M_name_messages = __tmp;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
move.h | 81 _Tp __tmp = _GLIBCXX_MOVE(__a); local 83 __b = _GLIBCXX_MOVE(__tmp);
|
stl_numeric.h | 325 _ValueType __tmp = *__first; local 326 *++__result = __tmp - __value; 327 __value = __tmp; 364 _ValueType __tmp = *__first; local 365 *++__result = __binary_op(__tmp, __value); 366 __value = __tmp;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 52 const _TRet __tmp = __convf(__str, &__endptr, __base...); local 58 && (__tmp < __numeric_traits<int>::__min 59 || __tmp > __numeric_traits<int>::__max))) 62 __ret = __tmp;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.c | 63 unsigned char* __tmp; local 64 for (__tmp = (unsigned char*)(__real_p + 1); __tmp < (unsigned char*)__p; ++__tmp) { 65 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_UNDERRUN) 70 for (__tmp= ((unsigned char*)__p) + __n * sizeof(value_type); 71 __tmp < ((unsigned char*)__real_p) + __real_n ; ++__tmp) { 72 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_OVERRUN)
|
_ios.c | 49 basic_streambuf<_CharT, _Traits>* __tmp = _M_streambuf; local 52 return __tmp; 70 locale __tmp = ios_base::imbue(__loc); local 79 __tmp = ios_base::imbue(__tmp); 82 return __tmp;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
move.h | 81 _Tp __tmp = _GLIBCXX_MOVE(__a); local 83 __b = _GLIBCXX_MOVE(__tmp);
|
stl_numeric.h | 325 _ValueType __tmp = *__first; local 326 *++__result = __tmp - __value; 327 __value = __tmp; 364 _ValueType __tmp = *__first; local 365 *++__result = __binary_op(__tmp, __value); 366 __value = __tmp;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 52 const _TRet __tmp = __convf(__str, &__endptr, __base...); local 58 && (__tmp < __numeric_traits<int>::__min 59 || __tmp > __numeric_traits<int>::__max))) 62 __ret = __tmp;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.c | 63 unsigned char* __tmp; local 64 for (__tmp = (unsigned char*)(__real_p + 1); __tmp < (unsigned char*)__p; ++__tmp) { 65 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_UNDERRUN) 70 for (__tmp= ((unsigned char*)__p) + __n * sizeof(value_type); 71 __tmp < ((unsigned char*)__real_p) + __real_n ; ++__tmp) { 72 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_OVERRUN)
|
_ios.c | 49 basic_streambuf<_CharT, _Traits>* __tmp = _M_streambuf; local 52 return __tmp; 70 locale __tmp = ios_base::imbue(__loc); local 79 __tmp = ios_base::imbue(__tmp); 82 return __tmp;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
move.h | 81 _Tp __tmp = _GLIBCXX_MOVE(__a); local 83 __b = _GLIBCXX_MOVE(__tmp);
|
stl_numeric.h | 325 _ValueType __tmp = *__first; local 326 *++__result = __tmp - __value; 327 __value = __tmp; 364 _ValueType __tmp = *__first; local 365 *++__result = __binary_op(__tmp, __value); 366 __value = __tmp;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 52 const _TRet __tmp = __convf(__str, &__endptr, __base...); local 58 && (__tmp < __numeric_traits<int>::__min 59 || __tmp > __numeric_traits<int>::__max))) 62 __ret = __tmp;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.c | 63 unsigned char* __tmp; local 64 for (__tmp = (unsigned char*)(__real_p + 1); __tmp < (unsigned char*)__p; ++__tmp) { 65 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_UNDERRUN) 70 for (__tmp= ((unsigned char*)__p) + __n * sizeof(value_type); 71 __tmp < ((unsigned char*)__real_p) + __real_n ; ++__tmp) { 72 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_OVERRUN)
|
_ios.c | 49 basic_streambuf<_CharT, _Traits>* __tmp = _M_streambuf; local 52 return __tmp; 70 locale __tmp = ios_base::imbue(__loc); local 79 __tmp = ios_base::imbue(__tmp); 82 return __tmp;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
move.h | 103 _Tp __tmp = _GLIBCXX_MOVE(__a); local 105 __b = _GLIBCXX_MOVE(__tmp);
|
stl_numeric.h | 325 _ValueType __tmp = *__first; local 326 *++__result = __tmp - __value; 327 __value = __tmp; 364 _ValueType __tmp = *__first; local 365 *++__result = __binary_op(__tmp, __value); 366 __value = __tmp;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
string_conversions.h | 52 const _TRet __tmp = __convf(__str, &__endptr, __base...); local 58 && (__tmp < __numeric_traits<int>::__min 59 || __tmp > __numeric_traits<int>::__max))) 62 __ret = __tmp;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
move.h | 127 _Tp __tmp = _GLIBCXX_MOVE(__a); local 129 __b = _GLIBCXX_MOVE(__tmp);
|
stl_numeric.h | 335 _ValueType __tmp = *__first; local 336 *++__result = __tmp - __value; 337 __value = _GLIBCXX_MOVE(__tmp); 377 _ValueType __tmp = *__first; local 378 *++__result = __binary_op(__tmp, __value); 379 __value = _GLIBCXX_MOVE(__tmp);
|
stl_raw_storage_iter.h | 100 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local 102 return __tmp;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
string_conversions.h | 58 const _TRet __tmp = __convf(__str, &__endptr, __base...); local 64 && (__tmp < __numeric_traits<int>::__min 65 || __tmp > __numeric_traits<int>::__max))) 68 __ret = __tmp;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_numeric.h | 335 _ValueType __tmp = *__first; local 336 *++__result = __tmp - __value; 337 __value = _GLIBCXX_MOVE(__tmp); 378 _ValueType __tmp = *__first; local 379 *++__result = __binary_op(__tmp, __value); 380 __value = _GLIBCXX_MOVE(__tmp);
|