/external/stlport/stlport/stl/ |
D | _messages_facets.h | 65 string_type get(catalog __c, int __set, int __msgid, in get() 68 inline void close(catalog __c) const in close() 78 virtual string_type do_get(catalog __c, int __set, int __msgid, in do_get() 81 virtual void do_close(catalog __c) const in do_close() 98 inline string_type get(catalog __c, int __set, int __msgid, in get() 101 inline void close(catalog __c) const in close() 111 virtual string_type do_get(catalog __c, int __set, int __msgid, in do_get() 114 virtual void do_close(catalog __c) const in do_close()
|
D | _ios.h | 110 static bool _STLP_CALL _S_eof(int_type __c) { in _S_eof() 145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const in narrow() 150 basic_ios<_CharT, _Traits>::widen(char __c) const in widen() 156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const in narrow() argument 163 basic_ios<char, char_traits<char> >::widen(char __c) const in widen()
|
D | char_traits.h | 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { in find() 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { in assign() 181 static int_type _STLP_CALL not_eof(const int_type& __c) in not_eof() 184 static char_type _STLP_CALL to_char_type(const int_type& __c) in to_char_type() 187 static int_type _STLP_CALL to_int_type(const char_type& __c) in to_int_type() 219 static char _STLP_CALL to_char_type(const int& __c) in to_char_type() 222 static int _STLP_CALL to_int_type(const char& __c) in to_int_type() 234 static char* _STLP_CALL assign(char* __s, size_t __n, char __c) { in assign() 260 static wchar_t* _STLP_CALL assign(wchar_t* __s, size_t __n, wchar_t __c) in assign()
|
D | _ctype.h | 78 bool is(mask __m, char __c) const in is() 101 char widen(char __c) const { return do_widen(__c); } in widen() 106 char narrow(char __c, char __dfault) const { in narrow() 183 bool is(mask __m, wchar_t __c) const in is() 206 wchar_t widen(char __c) const { return do_widen(__c); } in widen() 211 char narrow(wchar_t __c, char __dfault) const in narrow()
|
D | _ostream.c | 139 int_type __c; member 149 int_type __c; in _M_copy_unbuffered() local 300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) { in _M_put_char() 408 basic_ostream<_CharT, _Traits>::put(char_type __c) { in put()
|
D | _sstream.c | 107 int_type __c = _Traits::to_int_type(*this->gptr()); in uflow() local 117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) { in pbackfail() 142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c) in overflow() 213 basic_stringbuf<_CharT, _Traits, _Alloc>::_M_xsputnc(char_type __c, in _M_xsputnc()
|
D | _streambuf.h | 198 int_type sputc(char_type __c) { in sputc() 208 streamsize _M_sputnc(char_type __c, streamsize __n) in _M_sputnc() 241 int_type sputbackc(char_type __c) { in sputbackc()
|
D | _string.c | 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) { in append() 222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) { in assign() 257 _CharT __c) { in _M_insert_aux() 281 size_t __n, _CharT __c) { in insert() 373 size_type __n, _CharT __c) { in replace() 438 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find(_CharT __c, size_type __pos) const in find() 468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const in rfind() 528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { in find_first_not_of() 559 basic_string<_CharT, _Traits, _Alloc>::find_last_not_of(_CharT __c, size_type __pos) const in find_last_not_of()
|
D | _num_get.c | 38 inline bool _STLP_CALL __get_fdigit(char __c, const char*) in __get_fdigit() argument 41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) { in __get_fdigit_or_sep() 62 _CharT __c = *__in_ite; in __get_base_or_zero() local 132 const _CharT __c = *__first; in __get_integer() local 192 const _CharT __c = *__first; in __get_integer() local 300 _CharT __c = *__first; in __copy_sign() local 319 _CharT __c = *__first; in __copy_digits() local 342 _CharT __c = *__first; in __copy_grouped_digits() local 459 _CharT __c = *__in_ite; in __do_get_alphabool() local
|
D | _rope.c | 173 const _RopeConcat* __c = __STATIC_CAST(const _RopeConcat*, __curr_rope); in _S_setcache() local 215 const _RopeConcat* __c; in _S_setcache_for_incr() local 330 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, this); in _M_free_tree() local 641 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __base); in _S_substring() local 785 bool _S_apply_to_pieces(_CharConsumer& __c, in _S_apply_to_pieces() 923 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); in _S_flatten() local 959 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); in _S_dump() local 1069 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _S_add_to_forest() local 1133 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _S_fetch() local 1184 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _S_fetch_ptr() local
|
D | _streambuf.c | 68 int_type __c = this->sbumpc(); in xsgetn() local 112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n) in _M_xsputnc()
|
D | _istream.c | 168 __pushback(basic_streambuf<_CharT, _Traits>* __buf, _CharT __c) { in __pushback() argument 364 basic_istream<_CharT, _Traits>::get(_CharT& __c) { in get() 400 int_type __c; in ignore() local 422 basic_istream<_CharT, _Traits>::putback(_CharT __c) { in putback() 530 void basic_istream<_CharT, _Traits>::_M_formatted_get(_CharT& __c) { in _M_formatted_get() 597 int_type __c = __buf->sbumpc(); // sschwarz in __read_unbuffered() local 898 int_type __c = __buf->sbumpc(); in _M_ignore_unbuffered() local 994 int_type __c = __buf->sbumpc(); in _M_ignore_unbuffered() local 1220 int_type __c; in __copy_unbuffered() local 1290 int_type __c /*= _Traits::eof()*/; in __copy_buffered() local
|
D | _string_workaround.h | 72 : _STLP_NO_MEM_T_STRING_BASE(__n, __c, __a) {} in _STLP_NO_MEM_T_STRING_BASE() argument 183 _Self& append(size_type __n, _CharT __c) { in append() 271 _Self& assign(size_type __n, _CharT __c) { in assign() 341 _Self& insert(size_type __pos, size_type __n, _CharT __c) { in insert() 346 iterator insert(iterator __p, _CharT __c) in insert() 349 void insert(iterator __p, size_t __n, _CharT __c) in insert() 497 size_type __n2, _CharT __c) { in replace() 525 size_type __n, _CharT __c) { in replace()
|
D | _complex.c | 117 _CharT __c; variable
|
D | _fstream.c | 157 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c) { in pbackfail() 208 basic_filebuf<_CharT, _Traits>::overflow(int_type __c) { in overflow()
|
/external/stlport/src/ |
D | complex_io.cpp | 52 char __c; in operator >>() local 78 char __c; in operator >>() local 105 char __c; in operator >>() local
|
D | fstream.cpp | 49 int_type __c = traits_type::to_int_type(*__this->gptr()); in _M_doit() local
|
/external/stlport/stlport/stl/debug/ |
D | _string.h | 118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument 198 void resize(size_type __n, _CharT __c) { in resize() 305 _Self& append(size_type __n, _CharT __c) { in append() 312 void push_back(_CharT __c) { in push_back() 354 _Self& assign(size_type __n, _CharT __c) { in assign() 419 _Self& insert(size_type __pos, size_type __n, _CharT __c) { in insert() 426 iterator insert(iterator __p, _CharT __c) { in insert() 434 void insert(iterator __p, size_t __n, _CharT __c) { in insert() 548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) { in replace() 583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { in replace() [all …]
|
/external/clang/test/CodeGen/ |
D | pr9614.c | 12 …always_inline__)) __attribute__ ((__gnu_inline__)) char * strrchr_foo (const char *__s, int __c) { in strrchr_foo()
|
/external/compiler-rt/lib/ |
D | muldc3.c | 21 __muldc3(double __a, double __b, double __c, double __d) in __muldc3()
|
D | mulxc3.c | 23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3()
|
D | mulsc3.c | 21 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3()
|
D | divsc3.c | 21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3()
|
D | divxc3.c | 22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3()
|
D | divdc3.c | 21 __divdc3(double __a, double __b, double __c, double __d) in __divdc3()
|