Searched defs:__s (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dhash_fun.h74 __stl_hash_string(const char* __s) argument
H A Dvstring_util.h112 _S_copy(_CharT* __d, const _CharT* __s, size_type __n) argument
121 _S_move(_CharT* __d, const _CharT* __s, size_type __n) argument
H A Dstdio_sync_filebuf.h209 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) argument
221 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) argument
242 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) argument
264 xsputn(const wchar_t* __s, std::streamsize __n) argument
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dtime_members.h61 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, argument
H A Dindirect_array.h147 indirect_array<_Tp>::indirect_array(_Array<_Tp> __a, size_t __s, argument
H A Dmask_array.h143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) argument
H A Dmessages_members.h56 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
83 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) argument
H A Dostream_insert.h46 __ostream_write(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s, streamsize __n) argument
78 __ostream_insert(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s, streamsize __n) argument
H A Dgslice.h142 gslice(size_t __o, const valarray<size_t>& __l, const valarray<size_t>& __s) argument
H A Dslice_array.h92 slice::slice(size_t __o, size_t __d, size_t __s) argument
199 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) argument
H A Dstream_iterator.h66 istream_iterator(istream_type& __s) argument
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} argument
181 ostream_iterator(ostream_type& __s, const _CharT* __c) argument
H A Dchar_traits.h173 find(const char_type* __s, std::size_t __n, const char_type& __a) argument
202 assign(char_type* __s, std::size_t __n, char_type __a) argument
257 length(const char_type* __s) argument
261 find(const char_type* __s, size_t __n, const char_type& __a) argument
273 assign(char_type* __s, size_t __n, char_type __a) argument
327 length(const char_type* __s) argument
331 find(const char_type* __s, size_t __n, const char_type& __a) argument
343 assign(char_type* __s, size_t __n, char_type __a) argument
[all...]
H A Dcodecvt.h457 codecvt_byname(const char* __s, size_t __refs = 0) argument
H A Dvalarray_after.h301 _Tp __s = _M_closure[--__n]; local
H A Dstreambuf_iterator.h99 istreambuf_iterator(istream_type& __s) throw() argument
103 istreambuf_iterator(streambuf_type* __s) throw() argument
235 ostreambuf_iterator(ostream_type& __s) throw () argument
239 ostreambuf_iterator(streambuf_type* __s) throw () argument
H A Dvalarray_array.h285 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s, argument
178 __valarray_copy_construct(const _Tp* __restrict__ __a, size_t __n, size_t __s, _Tp* __restrict__ __o) argument
235 __valarray_fill(_Tp* __restrict__ __a, size_t __n, size_t __s, const _Tp& __t) argument
295 __valarray_copy(const _Tp* __restrict__ __a, _Tp* __restrict__ __b, size_t __n, size_t __s) argument
380 size_t __s = __a.size(); local
396 size_t __s = __a.size(); local
439 __valarray_copy_construct(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
450 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) argument
468 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
474 __valarray_copy(_Array<_Tp> __a, _Array<_Tp> __b, size_t __n, size_t __s) argument
528 _Array(const _Tp* __restrict__ __b, size_t __s) argument
[all...]
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dtime_members.cc44 _M_put(char* __s, size_t __maxlen, const char* __format, argument
126 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, argument
H A Dfunctexcept.cc63 __throw_logic_error(const char* __s) argument
67 __throw_domain_error(const char* __s) argument
71 __throw_invalid_argument(const char* __s) argument
75 __throw_length_error(const char* __s) argument
79 __throw_out_of_range(const char* __s) argument
83 __throw_runtime_error(const char* __s) argument
87 __throw_range_error(const char* __s) argument
91 __throw_overflow_error(const char* __s) argument
95 __throw_underflow_error(const char* __s) argument
99 __throw_ios_failure(const char* __s) argument
[all...]
H A Dvalarray-inst.cc68 __gslice_to_index(size_t __o, const valarray<size_t>& __l, const valarray<size_t>& __s, valarray<size_t>& __i) argument
110 _Indexer(size_t __o, const valarray<size_t>& __l, const valarray<size_t>& __s) argument
H A Dc++locale.cc51 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, argument
88 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, argument
107 __convert_to_v(const char* __s, lon argument
134 _S_create_c_locale(__c_locale& __cloc, const char* __s, __c_locale) argument
[all...]
H A Dctype_members.cc44 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) argument
H A Dctype.cc102 ctype_byname<wchar_t>::ctype_byname(const char* __s, size_t __refs) argument
H A Dlocalename.cc37 locale::locale(const char* __s) : _M_impl(0) argument
146 locale::locale(const locale& __base, const char* __s, category __cat) argument
178 _Impl(const char* __s, size_t __refs) argument
[all...]
H A Distream.cc41 getline(char_type* __s, streamsize __n, char_type __delim) argument
188 operator>>(basic_istream<char>& __in, char* __s) argument
421 getline(char_type* __s, streamsize __n, char_type __delim) argument
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dfunctions.h169 __check_string(const _CharT* __s, argument
181 __check_string(const _CharT* __s) argument
[all...]

Completed in 347 milliseconds

12