Searched refs:int_type (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_char_traits.i22 typedef int int_type;
55 to_char_type(const int_type& __c);
59 static int_type
63 eq_int_type(const int_type& __c1, const int_type& __c2);
65 static int_type
68 static int_type
69 not_eof(const int_type& __c);
78 typedef wint_t int_type;
102 move(char_type* __s1, const char_type* __s2, int_type __
[all...]
H A Dstd_streambuf.i19 typedef typename traits_type::int_type int_type;
54 int_type
57 int_type
60 int_type
67 int_type
70 int_type
74 int_type
H A Dstd_sstream.i40 typedef typename traits_type::int_type int_type;
74 typedef typename traits_type::int_type int_type;
113 typedef typename traits_type::int_type int_type;
154 typedef typename traits_type::int_type int_type;
H A Dstd_iostream.i34 typedef typename _Traits::int_type int_type;
141 typedef typename _Traits::int_type int_type;
212 int_type
237 ignore(streamsize __n = 1, int_type __delim = _Traits::eof());
239 int_type
275 typedef typename _Traits::int_type int_type;
H A Dstd_ios.i168 typedef typename _Traits::int_type int_type;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dstdio_sync_filebuf.h57 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf
67 int_type _M_unget_buf;
91 int_type
94 int_type
95 syncungetc(int_type __c);
97 int_type
98 syncputc(int_type __c);
100 virtual int_type
103 int_type __
[all...]
H A Dpod_char_traits.h45 // NB: The char_type parameter is a subset of int_type, as to allow
46 // int_type to properly hold the full range of char_type values as
53 typedef I int_type; typedef in struct:character
96 typedef typename char_type::int_type int_type; typedef in struct:char_traits
162 to_char_type(const int_type& __i)
165 static int_type
167 { return char_type::template to<int_type>(__c); }
170 eq_int_type(const int_type& __c1, const int_type
[all...]
H A Dstdio_filebuf.h58 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dchar_traits.h55 * of char_traits. It defines int_type, off_type, pos_type, and
64 typedef unsigned long int_type; typedef in struct:_Char_types
76 * right, but the int_type and state_type typedefs, and the eof()
90 typedef typename _Char_types<_CharT>::int_type int_type; typedef in struct:char_traits
126 to_char_type(const int_type& __c)
129 static int_type
131 { return static_cast<int_type>(__c); }
134 eq_int_type(const int_type& __c1, const int_type
235 typedef int int_type; typedef in struct:char_traits
305 typedef wint_t int_type; typedef in struct:char_traits
[all...]
H A Dstreambuf_iterator.h59 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
91 mutable int_type _M_c;
170 int_type
173 const int_type __eof = traits_type::eof();
174 int_type __ret = __eof;
191 const int_type __eof = traits_type::eof();
334 typedef typename traits_type::int_type int_type; typedef
339 int_type __
369 typedef typename traits_type::int_type int_type; typedef
[all...]
H A Dbasic_ios.h66 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
H A Dostream_insert.h67 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dio.hpp314 virtual int_type underflow(void);
332 virtual int_type overflow(int c);
H A Dio.cpp185 impl::systembuf::int_type
202 impl::systembuf::int_type
/macosx-10.9.5/libstdcxx-60/src/
H A Dc++locale.cc120 typedef char_traits<char>::int_type int_type; typedef
123 if (__p && static_cast<int_type>(__p) != char_traits<char>::eof()
H A Distream.cc50 const int_type __idelim = traits_type::to_int_type(__delim);
51 const int_type __eof = traits_type::eof();
53 int_type __c = __sb->sgetc();
111 ignore(streamsize __n, int_type __delim)
124 const int_type __eof = traits_type::eof();
126 int_type __c = __sb->sgetc();
191 typedef __istream_type::int_type __int_type;
267 typedef __istream_type::int_type __int_type;
343 typedef __istream_type::int_type __int_type;
430 const int_type __ideli
[all...]
H A Dstreambuf.cc46 traits_type::int_type __c = __sbin->sgetc();
86 traits_type::int_type __c = __sbin->sgetc();
H A Dstrstream.cc141 strstreambuf::int_type
142 strstreambuf::overflow(int_type c)
187 strstreambuf::int_type
188 strstreambuf::pbackfail(int_type c)
212 strstreambuf::int_type
H A Dcompatibility.cc73 const int_type __eof = traits_type::eof();
75 int_type __c = __sb->sgetc();
139 const int_type __eof = traits_type::eof();
141 int_type __c = __sb->sgetc();
/macosx-10.9.5/zlib-53/zlib/contrib/iostream3/
H A Dzfstream.h112 virtual int_type
124 virtual int_type
125 overflow(int_type c = traits_type::eof());
151 // virtual int_type uflow();
152 // virtual int_type pbackfail(int_type c = traits_type::eof());
H A Dzfstream.cc182 gzfilebuf::int_type
213 gzfilebuf::int_type
214 gzfilebuf::overflow(int_type c)
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.h190 bfd_boolean (*int_type) (void *, unsigned int, bfd_boolean); member in struct:debug_write_fns
H A Dwrstabs.c706 char *int_type;
712 int_type = stab_pop_type (info);
722 sprintf (buf, "%ld=r%s;%u;0;", index, int_type, size);
724 free (int_type);
704 char *int_type; local
H A Dstabs.c4581 debug_type int_type;
4583 int_type = debug_find_named_type (minfo->dhandle, "int");
4584 if (int_type == NULL)
4585 int_type = debug_make_int_type (minfo->dhandle, 4, FALSE);
4586 *ptype = debug_make_array_type (minfo->dhandle, *ptype, int_type,
4580 debug_type int_type; local
H A Ddebug.c2497 return (*fns->int_type) (fhandle, type->size, type->u.kint);

Completed in 296 milliseconds