Searched defs:__end (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Parser/
H A Dcxx-member-crash.cpp13 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 { argument
/external/valgrind/main/none/tests/s390x/
H A Dclst.c14 do_clst(const char *__string1, const char *__string2, char __end) argument
16 register char end asm ("0") = __end;
/external/stlport/stlport/stl/
H A D_num_get.h64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, argument
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, argument
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, argument
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, argument
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, argument
85 { return do_get(__ii, __end, __st
87 get(_InputIter __ii, _InputIter __end, ios_base& __str, ios_base::iostate& __err, unsigned int& __val) const argument
91 get(_InputIter __ii, _InputIter __end, ios_base& __str, ios_base::iostate& __err, unsigned long& __val) const argument
96 get(_InputIter __ii, _InputIter __end, ios_base& __str, ios_base::iostate& __err, _STLP_LONG_LONG& __val) const argument
100 get(_InputIter __ii, _InputIter __end, ios_base& __str, ios_base::iostate& __err, unsigned _STLP_LONG_LONG& __val) const argument
105 get(_InputIter __ii, _InputIter __end, ios_base& __str, ios_base::iostate& __err, float& __val) const argument
109 get(_InputIter __ii, _InputIter __end, ios_base& __str, ios_base::iostate& __err, double& __val) const argument
114 get(_InputIter __ii, _InputIter __end, ios_base& __str, ios_base::iostate& __err, long double& __val) const argument
119 get(_InputIter __ii, _InputIter __end, ios_base& __str, ios_base::iostate& __err, void*& __val) const argument
[all...]
H A D_codecvt.h149 const extern_type* __end,
151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); }
259 const char* __end,
358 const char* __end,
419 const char* __end,
147 do_length(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const argument
H A D_monetary.h61 iter_type get(iter_type __s, iter_type __end, bool __intl, argument
64 { return do_get(__s, __end, __intl, __str, __err, __units); }
65 iter_type get(iter_type __s, iter_type __end, bool __intl, argument
68 { return do_get(__s, __end, __intl, __str, __err, __digits); }
74 virtual iter_type do_get(iter_type __s, iter_type __end, bool __intl,
77 virtual iter_type do_get(iter_type __s, iter_type __end, bool __intl,
H A D_time_facets.c304 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end, argument
313 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
320 if (__s == __end)
328 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end, argument
336 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
341 if (__s == __end)
348 time_get<_Ch, _InIt>::do_get_year(_InIt __s, _InIt __end, argument
351 if (__s == __end) {
356 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0));
359 if (__s == __end)
367 do_get_weekday(_InIt __s, _InIt __end, ios_base& , ios_base::iostate &__err, tm *__t) const argument
384 do_get_monthname(_InIt __s, _InIt __end, ios_base& , ios_base::iostate &__err, tm *__t) const argument
[all...]
H A D_time_facets.h140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, argument
142 { return do_get_time(__s, __end, __str, __err, __t); }
143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, argument
145 { return do_get_date(__s, __end, __str, __err, __t); }
146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, argument
148 { return do_get_weekday(__s, __end, __str, __err, __t); }
149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, argument
151 { return do_get_monthname(__s, __end, __str, __err, __t); }
152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, argument
154 { return do_get_year(__s, __end, __st
[all...]
H A D_monetary.c122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl, argument
125 if (__s == __end) {
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
169 __result = __get_string(__s, __end, __curs.begin(), __curs.end());
176 if (__s == __end) {
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end());
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end());
268 if (__s == __end)
279 money_get<_CharT, _InputIter>::do_get(_InputIter __s, _InputIter __end, boo argument
304 do_get(iter_type __s, iter_type __end, bool __intl, ios_base& __str, ios_base::iostate& __err, string_type& __digits) const argument
[all...]
H A D_num_get.c56 __get_base_or_zero(_InputIter& __in_ite, _InputIter& __end, argument
85 if (__in_ite != __end && *__in_ite == __atoms[2] /* __zero_char */ ) {
87 if (__in_ite != __end &&
95 if (__in_ite != __end && *__in_ite == __atoms[2] /* __zero_char */ ) {
97 if (__in_ite != __end &&
250 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str, argument
261 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype);
266 if (__in_ite == __end) { // We may have already read a 0. If so,
282 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() );
284 __result = __get_integer(__in_ite, __end, __bas
371 __read_float(__iostring& __buf, _InputIter& __in_ite, _InputIter& __end, const ctype<_CharT> &__ct, const numpunct<_CharT> &__numpunct) argument
430 __do_get_float(_InputIter& __in_ite, _InputIter& __end, ios_base& __str, ios_base::iostate& __err, _Float& __val, _CharT* ) argument
452 __do_get_alphabool(_InputIter& __in_ite, _InputIter& __end, ios_base& __str, ios_base::iostate& __err, bool& __x, _CharT* ) argument
502 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __s, ios_base::iostate& __err, bool& __x) const argument
526 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, short& __val) const argument
532 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, int& __val) const argument
540 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, long& __val) const argument
546 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, unsigned short& __val) const argument
553 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, unsigned int& __val) const argument
560 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, unsigned long& __val) const argument
567 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, float& __val) const argument
574 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, double& __val) const argument
582 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, long double& __val) const argument
590 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, void*& __p) const argument
607 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, _STLP_LONG_LONG& __val) const argument
614 do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, ios_base::iostate& __err, unsigned _STLP_LONG_LONG& __val) const argument
[all...]
H A D_bitset.h73 //returns the number of bit set within the buffer between __beg and __end.
74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end) argument
78 for (; __beg != __end; ++__beg) {
H A D_rope.c787 size_t __begin, size_t __end) {
801 size_t __left_end = (min) (__left_len, __end);
805 if (__end > __left_len) {
810 __end - __left_len)) {
819 return __c(__l->_M_data + __begin, __end - __begin);
825 size_t __len = __end - __begin;
785 _S_apply_to_pieces(_CharConsumer& __c, _Rope_RopeRep<_CharT, _Alloc> * __r, size_t __begin, size_t __end) argument
H A D_vector.h571 iterator __end = end(); local
572 for (; __src != __end; ++__dst, ++__src) {
590 iterator __end = end(); local
591 for (; __dst != __last && __src != __end; ++__dst, ++__src) {
598 _STLP_STD::_Destroy_Moved_Range(__last, __end);
602 for (; __src != __end; ++__dst, ++__src) {
606 _STLP_STD::_Destroy_Moved_Range(__dst, __end);
H A D_rope.h1081 size_t __begin, size_t __end);
1186 void apply_to_pieces(size_t __begin, size_t __end, argument
1188 { _S_apply_to_pieces(__c, _M_tree_ptr._M_data, __begin, __end); }
1948 _Self substr(iterator __start, iterator __end) const {
1949 return rope<_CharT,_Alloc>(_S_substring(_M_tree_ptr._M_data, __start.index(), __end.index()));
1957 _Self substr(const_iterator __start, const_iterator __end) const {
1960 return rope<_CharT,_Alloc>(_S_substring(_M_tree_ptr._M_data, __start.index(), __end.index()));
/external/clang/test/SemaCXX/
H A Dcrashes.cpp200 template<class _InputIterator> basic_string(_InputIterator __beg, _InputIterator __end, const _Alloc& __a = _Alloc());
201 template<class _InIterator> static _CharT* _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, input_iterator_tag);
202 template<class _FwdIterator> static _CharT* _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a, forward_iterator_tag);
208 basic_string<_CharT, _Traits, _Alloc>:: basic_string(_InputIterator __beg, _InputIterator __end, const _Alloc& __a) argument
209 : _M_dataplus(_S_construct(__beg, __end, __a), __a) {}
/external/stlport/test/unit/
H A Dfstream_test.cpp657 const extern_type* __end,
659 { return (int)min(static_cast<size_t>(__end - __from), __max); }
655 length(const state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const argument

Completed in 4181 milliseconds