/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
sso_string_base.h | 104 _M_construct_aux(_InIterator __beg, _InIterator __end, 108 _M_construct(__beg, __end, _Tag()); 115 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 116 { _M_construct(static_cast<size_type>(__beg), __end); } 120 _M_construct(_InIterator __beg, _InIterator __end) 123 _M_construct_aux(__beg, __end, _Integral()); 129 _M_construct(_InIterator __beg, _InIterator __end, 136 _M_construct(_FwdIterator __beg, _FwdIterator __end, 208 __sso_string_base(_InputIterator __beg, _InputIterator __end, 395 __sso_string_base(_InputIterator __beg, _InputIterator __end 469 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
rc_string_base.h | 221 _S_construct_aux(_InIterator __beg, _InIterator __end, 225 return _S_construct(__beg, __end, __a, _Tag()); 232 _S_construct_aux(_Integer __beg, _Integer __end, 234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); } 238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) 241 return _S_construct_aux(__beg, __end, __a, _Integral()); 247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, 254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, 312 __rc_string_base(_InputIterator __beg, _InputIterator __end, 475 __rc_string_base(_InputIterator __beg, _InputIterator __end [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
sso_string_base.h | 106 _M_construct_aux(_InIterator __beg, _InIterator __end, 110 _M_construct(__beg, __end, _Tag()); 117 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 118 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } 126 _M_construct(_InIterator __beg, _InIterator __end) 129 _M_construct_aux(__beg, __end, _Integral()); 135 _M_construct(_InIterator __beg, _InIterator __end, 142 _M_construct(_FwdIterator __beg, _FwdIterator __end, 214 __sso_string_base(_InputIterator __beg, _InputIterator __end, 401 __sso_string_base(_InputIterator __beg, _InputIterator __end 475 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
rc_string_base.h | 230 _S_construct_aux(_InIterator __beg, _InIterator __end, 234 return _S_construct(__beg, __end, __a, _Tag()); 241 _S_construct_aux(_Integer __beg, _Integer __end, 243 { return _S_construct_aux_2(static_cast<size_type>(__beg), 252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) 255 return _S_construct_aux(__beg, __end, __a, _Integral()); 261 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, 268 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, 326 __rc_string_base(_InputIterator __beg, _InputIterator __end, 489 __rc_string_base(_InputIterator __beg, _InputIterator __end [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
sso_string_base.h | 106 _M_construct_aux(_InIterator __beg, _InIterator __end, 110 _M_construct(__beg, __end, _Tag()); 117 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 118 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } 126 _M_construct(_InIterator __beg, _InIterator __end) 129 _M_construct_aux(__beg, __end, _Integral()); 135 _M_construct(_InIterator __beg, _InIterator __end, 142 _M_construct(_FwdIterator __beg, _FwdIterator __end, 214 __sso_string_base(_InputIterator __beg, _InputIterator __end, 401 __sso_string_base(_InputIterator __beg, _InputIterator __end 475 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
rc_string_base.h | 230 _S_construct_aux(_InIterator __beg, _InIterator __end, 234 return _S_construct(__beg, __end, __a, _Tag()); 241 _S_construct_aux(_Integer __beg, _Integer __end, 243 { return _S_construct_aux_2(static_cast<size_type>(__beg), 252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) 255 return _S_construct_aux(__beg, __end, __a, _Integral()); 261 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, 268 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, 326 __rc_string_base(_InputIterator __beg, _InputIterator __end, 489 __rc_string_base(_InputIterator __beg, _InputIterator __end [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
sso_string_base.h | 104 _M_construct_aux(_InIterator __beg, _InIterator __end, 108 _M_construct(__beg, __end, _Tag()); 115 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 116 { _M_construct(static_cast<size_type>(__beg), __end); } 120 _M_construct(_InIterator __beg, _InIterator __end) 123 _M_construct_aux(__beg, __end, _Integral()); 129 _M_construct(_InIterator __beg, _InIterator __end, 136 _M_construct(_FwdIterator __beg, _FwdIterator __end, 208 __sso_string_base(_InputIterator __beg, _InputIterator __end, 395 __sso_string_base(_InputIterator __beg, _InputIterator __end 469 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
rc_string_base.h | 221 _S_construct_aux(_InIterator __beg, _InIterator __end, 225 return _S_construct(__beg, __end, __a, _Tag()); 232 _S_construct_aux(_Integer __beg, _Integer __end, 234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); } 238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) 241 return _S_construct_aux(__beg, __end, __a, _Integral()); 247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, 254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, 312 __rc_string_base(_InputIterator __beg, _InputIterator __end, 475 __rc_string_base(_InputIterator __beg, _InputIterator __end [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
sso_string_base.h | 104 _M_construct_aux(_InIterator __beg, _InIterator __end, 108 _M_construct(__beg, __end, _Tag()); 115 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 116 { _M_construct(static_cast<size_type>(__beg), __end); } 120 _M_construct(_InIterator __beg, _InIterator __end) 123 _M_construct_aux(__beg, __end, _Integral()); 129 _M_construct(_InIterator __beg, _InIterator __end, 136 _M_construct(_FwdIterator __beg, _FwdIterator __end, 208 __sso_string_base(_InputIterator __beg, _InputIterator __end, 395 __sso_string_base(_InputIterator __beg, _InputIterator __end 469 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
rc_string_base.h | 221 _S_construct_aux(_InIterator __beg, _InIterator __end, 225 return _S_construct(__beg, __end, __a, _Tag()); 232 _S_construct_aux(_Integer __beg, _Integer __end, 234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); } 238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) 241 return _S_construct_aux(__beg, __end, __a, _Integral()); 247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, 254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, 312 __rc_string_base(_InputIterator __beg, _InputIterator __end, 475 __rc_string_base(_InputIterator __beg, _InputIterator __end [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
sso_string_base.h | 104 _M_construct_aux(_InIterator __beg, _InIterator __end, 108 _M_construct(__beg, __end, _Tag()); 115 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 116 { _M_construct(static_cast<size_type>(__beg), __end); } 120 _M_construct(_InIterator __beg, _InIterator __end) 123 _M_construct_aux(__beg, __end, _Integral()); 129 _M_construct(_InIterator __beg, _InIterator __end, 136 _M_construct(_FwdIterator __beg, _FwdIterator __end, 208 __sso_string_base(_InputIterator __beg, _InputIterator __end, 395 __sso_string_base(_InputIterator __beg, _InputIterator __end 469 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
rc_string_base.h | 221 _S_construct_aux(_InIterator __beg, _InIterator __end, 225 return _S_construct(__beg, __end, __a, _Tag()); 232 _S_construct_aux(_Integer __beg, _Integer __end, 234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); } 238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) 241 return _S_construct_aux(__beg, __end, __a, _Integral()); 247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, 254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, 312 __rc_string_base(_InputIterator __beg, _InputIterator __end, 475 __rc_string_base(_InputIterator __beg, _InputIterator __end [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
sso_string_base.h | 104 _M_construct_aux(_InIterator __beg, _InIterator __end, 108 _M_construct(__beg, __end, _Tag()); 115 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 116 { _M_construct(static_cast<size_type>(__beg), __end); } 120 _M_construct(_InIterator __beg, _InIterator __end) 123 _M_construct_aux(__beg, __end, _Integral()); 129 _M_construct(_InIterator __beg, _InIterator __end, 136 _M_construct(_FwdIterator __beg, _FwdIterator __end, 208 __sso_string_base(_InputIterator __beg, _InputIterator __end, 395 __sso_string_base(_InputIterator __beg, _InputIterator __end 469 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
rc_string_base.h | 221 _S_construct_aux(_InIterator __beg, _InIterator __end, 225 return _S_construct(__beg, __end, __a, _Tag()); 232 _S_construct_aux(_Integer __beg, _Integer __end, 234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); } 238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) 241 return _S_construct_aux(__beg, __end, __a, _Integral()); 247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, 254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, 312 __rc_string_base(_InputIterator __beg, _InputIterator __end, 475 __rc_string_base(_InputIterator __beg, _InputIterator __end [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
sso_string_base.h | 106 _M_construct_aux(_InIterator __beg, _InIterator __end, 110 _M_construct(__beg, __end, _Tag()); 117 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 118 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } 126 _M_construct(_InIterator __beg, _InIterator __end) 129 _M_construct_aux(__beg, __end, _Integral()); 135 _M_construct(_InIterator __beg, _InIterator __end, 142 _M_construct(_FwdIterator __beg, _FwdIterator __end, 214 __sso_string_base(_InputIterator __beg, _InputIterator __end, 401 __sso_string_base(_InputIterator __beg, _InputIterator __end 475 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
rc_string_base.h | 230 _S_construct_aux(_InIterator __beg, _InIterator __end, 234 return _S_construct(__beg, __end, __a, _Tag()); 241 _S_construct_aux(_Integer __beg, _Integer __end, 243 { return _S_construct_aux_2(static_cast<size_type>(__beg), 252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) 255 return _S_construct_aux(__beg, __end, __a, _Integral()); 261 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, 268 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, 326 __rc_string_base(_InputIterator __beg, _InputIterator __end, 489 __rc_string_base(_InputIterator __beg, _InputIterator __end [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
sso_string_base.h | 99 _M_construct_aux(_InIterator __beg, _InIterator __end, 103 _M_construct(__beg, __end, _Tag()); 110 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 111 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } 119 _M_construct(_InIterator __beg, _InIterator __end) 122 _M_construct_aux(__beg, __end, _Integral()); 128 _M_construct(_InIterator __beg, _InIterator __end, 135 _M_construct(_FwdIterator __beg, _FwdIterator __end, 193 __sso_string_base(_InputIterator __beg, _InputIterator __end, 380 __sso_string_base(_InputIterator __beg, _InputIterator __end 454 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
rc_string_base.h | 230 _S_construct_aux(_InIterator __beg, _InIterator __end, 234 return _S_construct(__beg, __end, __a, _Tag()); 241 _S_construct_aux(_Integer __beg, _Integer __end, 243 { return _S_construct_aux_2(static_cast<size_type>(__beg), 252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) 255 return _S_construct_aux(__beg, __end, __a, _Integral()); 261 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, 268 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, 326 __rc_string_base(_InputIterator __beg, _InputIterator __end, 489 __rc_string_base(_InputIterator __beg, _InputIterator __end [all...] |
/external/clang/test/Parser/ |
cxx-member-crash.cpp | 13 template<typename _CharT, typename _InIter> _InIter num_get<_CharT, _InIter>:: _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, ios_base::iostate& __err, string& __xtrc) const {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_facets_nonio.h | 431 get_time(iter_type __beg, iter_type __end, ios_base& __io, 433 { return this->do_get_time(__beg, __end, __io, __err, __tm); } 456 get_date(iter_type __beg, iter_type __end, ios_base& __io, 458 { return this->do_get_date(__beg, __end, __io, __err, __tm); } 484 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, 486 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); } 513 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, 515 { return this->do_get_monthname(__beg, __end, __io, __err, __tm); } 539 get_year(iter_type __beg, iter_type __end, ios_base& __io, 541 { return this->do_get_year(__beg, __end, __io, __err, __tm); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_facets_nonio.h | 431 get_time(iter_type __beg, iter_type __end, ios_base& __io, 433 { return this->do_get_time(__beg, __end, __io, __err, __tm); } 456 get_date(iter_type __beg, iter_type __end, ios_base& __io, 458 { return this->do_get_date(__beg, __end, __io, __err, __tm); } 484 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, 486 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); } 513 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, 515 { return this->do_get_monthname(__beg, __end, __io, __err, __tm); } 539 get_year(iter_type __beg, iter_type __end, ios_base& __io, 541 { return this->do_get_year(__beg, __end, __io, __err, __tm); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets_nonio.h | 431 get_time(iter_type __beg, iter_type __end, ios_base& __io, 433 { return this->do_get_time(__beg, __end, __io, __err, __tm); } 456 get_date(iter_type __beg, iter_type __end, ios_base& __io, 458 { return this->do_get_date(__beg, __end, __io, __err, __tm); } 484 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, 486 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); } 513 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, 515 { return this->do_get_monthname(__beg, __end, __io, __err, __tm); } 539 get_year(iter_type __beg, iter_type __end, ios_base& __io, 541 { return this->do_get_year(__beg, __end, __io, __err, __tm); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets_nonio.h | 423 * @param __beg Start of string to parse. 431 get_time(iter_type __beg, iter_type __end, ios_base& __io, 433 { return this->do_get_time(__beg, __end, __io, __err, __tm); } 448 * @param __beg Start of string to parse. 456 get_date(iter_type __beg, iter_type __end, ios_base& __io, 458 { return this->do_get_date(__beg, __end, __io, __err, __tm); } 476 * @param __beg Start of string to parse. 484 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, 486 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); } 505 * @param __beg Start of string to parse [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets_nonio.h | 424 get_time(iter_type __beg, iter_type __end, ios_base& __io, 426 { return this->do_get_time(__beg, __end, __io, __err, __tm); } 449 get_date(iter_type __beg, iter_type __end, ios_base& __io, 451 { return this->do_get_date(__beg, __end, __io, __err, __tm); } 477 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, 479 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); } 506 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, 508 { return this->do_get_monthname(__beg, __end, __io, __err, __tm); } 532 get_year(iter_type __beg, iter_type __end, ios_base& __io, 534 { return this->do_get_year(__beg, __end, __io, __err, __tm); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.h | 424 get_time(iter_type __beg, iter_type __end, ios_base& __io, 426 { return this->do_get_time(__beg, __end, __io, __err, __tm); } 449 get_date(iter_type __beg, iter_type __end, ios_base& __io, 451 { return this->do_get_date(__beg, __end, __io, __err, __tm); } 477 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, 479 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); } 506 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, 508 { return this->do_get_monthname(__beg, __end, __io, __err, __tm); } 532 get_year(iter_type __beg, iter_type __end, ios_base& __io, 534 { return this->do_get_year(__beg, __end, __io, __err, __tm); [all...] |