/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 63 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 75 int_type _M_unget_buf; in _GLIBCXX_VISIBILITY() 121 int_type in _GLIBCXX_VISIBILITY() 124 int_type in _GLIBCXX_VISIBILITY() 125 syncungetc(int_type __c); in _GLIBCXX_VISIBILITY() 127 int_type in _GLIBCXX_VISIBILITY() 128 syncputc(int_type __c); in _GLIBCXX_VISIBILITY() 130 virtual int_type in _GLIBCXX_VISIBILITY() 133 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY() 137 virtual int_type in _GLIBCXX_VISIBILITY() [all …]
|
H A D | pod_char_traits.h | 52 typedef _Int int_type; in _GLIBCXX_VISIBILITY() typedef 100 typedef typename char_type::int_type int_type; in _GLIBCXX_VISIBILITY() 170 to_char_type(const int_type& __i) in _GLIBCXX_VISIBILITY() 173 static int_type in _GLIBCXX_VISIBILITY() 175 { return char_type::template to<int_type>(__c); } in _GLIBCXX_VISIBILITY() 178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 181 static int_type in _GLIBCXX_VISIBILITY() 184 int_type __r = { static_cast<typename __gnu_cxx::__conditional_type in _GLIBCXX_VISIBILITY() 185 <std::__is_integer<int_type>::__value, in _GLIBCXX_VISIBILITY() 186 int_type, int>::__type>(-1) }; in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 62 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 74 int_type _M_unget_buf; in _GLIBCXX_VISIBILITY() 120 int_type in _GLIBCXX_VISIBILITY() 123 int_type in _GLIBCXX_VISIBILITY() 124 syncungetc(int_type __c); in _GLIBCXX_VISIBILITY() 126 int_type in _GLIBCXX_VISIBILITY() 127 syncputc(int_type __c); in _GLIBCXX_VISIBILITY() 129 virtual int_type in _GLIBCXX_VISIBILITY() 132 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY() 136 virtual int_type in _GLIBCXX_VISIBILITY() [all …]
|
H A D | pod_char_traits.h | 52 typedef _Int int_type; in _GLIBCXX_VISIBILITY() typedef 100 typedef typename char_type::int_type int_type; in _GLIBCXX_VISIBILITY() 170 to_char_type(const int_type& __i) in _GLIBCXX_VISIBILITY() 173 static int_type in _GLIBCXX_VISIBILITY() 175 { return char_type::template to<int_type>(__c); } in _GLIBCXX_VISIBILITY() 178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 181 static int_type in _GLIBCXX_VISIBILITY() 184 int_type __r = { static_cast<typename __gnu_cxx::__conditional_type in _GLIBCXX_VISIBILITY() 185 <std::__is_integer<int_type>::__value, in _GLIBCXX_VISIBILITY() 186 int_type, int>::__type>(-1) }; in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | char_traits.h | 67 typedef unsigned long int_type; in _GLIBCXX_VISIBILITY() typedef 93 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 132 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY() 135 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 137 { return static_cast<int_type>(__c); } in _GLIBCXX_VISIBILITY() 140 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 143 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 145 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); } in _GLIBCXX_VISIBILITY() 147 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 148 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY() [all …]
|
H A D | streambuf_iterator.h | 68 typedef typename _Traits::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 111 int_type _M_c; in _GLIBCXX_VISIBILITY() 148 int_type __c = _M_get(); in _GLIBCXX_VISIBILITY() 198 int_type in _GLIBCXX_VISIBILITY() 201 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY() 212 _S_is_eof(int_type __c) in _GLIBCXX_VISIBILITY() 214 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() 373 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 378 int_type __c = __sb->sgetc(); in _GLIBCXX_VISIBILITY() 428 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef [all …]
|
H A D | istream.tcc | 242 typename basic_istream<_CharT, _Traits>::int_type 246 const int_type __eof = traits_type::eof(); in get() 247 int_type __c = __eof; in get() 289 const int_type __cb = this->rdbuf()->sbumpc(); in get() 326 const int_type __idelim = traits_type::to_int_type(__delim); in get() 327 const int_type __eof = traits_type::eof(); in get() 329 int_type __c = __sb->sgetc(); in get() 373 const int_type __idelim = traits_type::to_int_type(__delim); in get() 374 const int_type __eof = traits_type::eof(); in get() 376 int_type __c = __this_sb->sgetc(); in get() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | char_traits.h | 75 typedef unsigned long int_type; in _GLIBCXX_VISIBILITY() typedef 101 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 147 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY() 150 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 152 { return static_cast<int_type>(__c); } in _GLIBCXX_VISIBILITY() 155 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 158 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 160 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); } in _GLIBCXX_VISIBILITY() 162 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 163 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY() [all …]
|
H A D | streambuf_iterator.h | 71 typedef typename _Traits::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 113 int_type _M_c; in _GLIBCXX_VISIBILITY() 151 int_type __c = _M_get(); in _GLIBCXX_VISIBILITY() 202 int_type in _GLIBCXX_VISIBILITY() 205 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY() 216 _S_is_eof(int_type __c) in _GLIBCXX_VISIBILITY() 218 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() 385 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 390 int_type __c = __sb->sgetc(); in _GLIBCXX_VISIBILITY() 440 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef [all …]
|
H A D | istream.tcc | 259 typename basic_istream<_CharT, _Traits>::int_type 263 const int_type __eof = traits_type::eof(); in get() 264 int_type __c = __eof; in get() 306 const int_type __cb = this->rdbuf()->sbumpc(); in get() 343 const int_type __idelim = traits_type::to_int_type(__delim); in get() 344 const int_type __eof = traits_type::eof(); in get() 346 int_type __c = __sb->sgetc(); in get() 390 const int_type __idelim = traits_type::to_int_type(__delim); in get() 391 const int_type __eof = traits_type::eof(); in get() 393 int_type __c = __this_sb->sgetc(); in get() [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | streambuf | 26 typedef typename traits_type::int_type int_type; 47 int_type snextc(); 48 int_type sbumpc(); 49 int_type sgetc(); 53 int_type sputbackc(char_type c); 54 int_type sungetc(); 57 int_type sputc(char_type c); 95 virtual int_type underflow(); 96 virtual int_type uflow(); 99 virtual int_type pbackfail(int_type c = traits_type::eof()); [all …]
|
H A D | __std_stream | 40 typedef typename traits_type::int_type int_type; 48 virtual int_type underflow(); 49 virtual int_type uflow(); 50 virtual int_type pbackfail(int_type __c = traits_type::eof()); 59 int_type __last_consumed_; 66 int_type __getchar(bool __consume); 91 typename __stdinbuf<_CharT>::int_type 98 typename __stdinbuf<_CharT>::int_type 105 typename __stdinbuf<_CharT>::int_type 110 int_type __result = __last_consumed_; [all …]
|
H A D | __string | 155 typedef int int_type; 182 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT 184 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT 186 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT 187 {return int_type(__c);} 188 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT 190 static inline _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT 191 {return int_type(EOF);} 314 typedef int int_type; 355 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT [all …]
|
H A D | strstream | 45 virtual int_type overflow (int_type c = EOF); 46 virtual int_type pbackfail(int_type c = EOF); 47 virtual int_type underflow(); 108 typedef char_traits<char>::int_type int_type; 177 virtual int_type overflow (int_type __c = EOF); 178 virtual int_type pbackfail(int_type __c = EOF); 179 virtual int_type underflow(); 350 typedef char_traits<char>::int_type int_type;
|
H A D | sstream | 23 typedef typename traits_type::int_type int_type; 46 virtual int_type underflow(); 47 virtual int_type pbackfail(int_type c = traits_type::eof()); 48 virtual int_type overflow (int_type c = traits_type::eof()); 70 typedef typename traits_type::int_type int_type; 109 typedef typename traits_type::int_type int_type; 148 typedef typename traits_type::int_type int_type; 207 typedef typename traits_type::int_type int_type; 256 virtual int_type underflow(); 257 virtual int_type pbackfail(int_type __c = traits_type::eof()); [all …]
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
H A D | readlinebuf.h | 50 typedef int int_type; typedef 54 static const int_type eof = EOF; // this is -1 55 static const int_type not_eof = 0; 66 virtual int_type showmanyc() const { return high_ - low_; } in showmanyc() 87 virtual int_type underflow() { in underflow() 102 virtual int_type uflow() { in uflow() 103 int_type c = underflow(); in uflow() 108 virtual int_type pbackfail( int_type c = eof ) {
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 19 gcc_jit_type *int_type = in make_main() local 22 gcc_jit_context_new_param (ctxt, NULL, int_type, "argc"); in make_main() 33 int_type, in make_main() 51 gcc_jit_type *int_type; member 130 bfc->int_type, in bf_compile_char() 195 bfc->int_type); in bf_compile_char() 338 bfc.int_type = in bf_compile() 351 bfc.int_type, in bf_compile() 357 gcc_jit_context_new_param (bfc.ctxt, NULL, bfc.int_type, "c"); in bf_compile() 369 bfc.int_zero = gcc_jit_context_zero (bfc.ctxt, bfc.int_type); in bf_compile() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 19 gcc_jit_type *int_type = in make_main() local 22 gcc_jit_context_new_param (ctxt, NULL, int_type, "argc"); in make_main() 33 int_type, in make_main() 51 gcc_jit_type *int_type; member 130 bfc->int_type, in bf_compile_char() 195 bfc->int_type); in bf_compile_char() 338 bfc.int_type = in bf_compile() 351 bfc.int_type, in bf_compile() 357 gcc_jit_context_new_param (bfc.ctxt, NULL, bfc.int_type, "c"); in bf_compile() 369 bfc.int_zero = gcc_jit_context_zero (bfc.ctxt, bfc.int_type); in bf_compile() [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | strstream.cpp | 152 strstreambuf::int_type 153 strstreambuf::overflow(int_type __c) in overflow() 156 return int_type(0); in overflow() 160 return int_type(EOF); in overflow() 171 return int_type(EOF); in overflow() 193 return int_type(static_cast<unsigned char>(__c)); in overflow() 196 strstreambuf::int_type 197 strstreambuf::pbackfail(int_type __c) in pbackfail() 204 return int_type(0); in pbackfail() 220 strstreambuf::int_type [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | istream.cc | 47 const int_type __idelim = traits_type::to_int_type(__delim); in getline() 48 const int_type __eof = traits_type::eof(); in getline() 50 int_type __c = __sb->sgetc(); in getline() 113 ignore(streamsize __n, int_type __delim) in ignore() 128 const int_type __eof = traits_type::eof(); in ignore() 130 int_type __c = __sb->sgetc(); in ignore() 202 typedef __istream_type::int_type __int_type; in operator >>() 291 const int_type __idelim = traits_type::to_int_type(__delim); in getline() 292 const int_type __eof = traits_type::eof(); in getline() 294 int_type __c = __sb->sgetc(); in getline() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | istream.cc | 47 const int_type __idelim = traits_type::to_int_type(__delim); in getline() 48 const int_type __eof = traits_type::eof(); in getline() 50 int_type __c = __sb->sgetc(); in getline() 113 ignore(streamsize __n, int_type __delim) in ignore() 128 const int_type __eof = traits_type::eof(); in ignore() 130 int_type __c = __sb->sgetc(); in ignore() 213 typedef __istream_type::int_type __int_type; in __istream_extract() 302 const int_type __idelim = traits_type::to_int_type(__delim); in getline() 303 const int_type __eof = traits_type::eof(); in getline() 305 int_type __c = __sb->sgetc(); in getline() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 474 gccjit::type int_type; member in compilation_state 583 int_type = ctxt.get_type (GCC_JIT_TYPE_INT); in create_types() 585 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH); in create_types() 588 const_one = ctxt.one (int_type); in create_types() 613 param_arg = ctxt.new_param (int_type, "arg", op_locs[0]); in create_function() 616 int_type, in create_function() 623 stack_depth = fn.new_local (int_type, "stack_depth"); in create_function() 624 x = fn.new_local (int_type, "x"); in create_function() 625 y = fn.new_local (int_type, "y"); in create_function() 645 ctxt.zero (int_type), in create_function() [all …]
|
H A D | toyvm.c | 388 gcc_jit_type *int_type; member 507 state.int_type = in toyvm_function_compile() 513 state.int_type, MAX_STACK_DEPTH); in toyvm_function_compile() 516 state.const_one = gcc_jit_context_one (state.ctxt, state.int_type); in toyvm_function_compile() 532 state.int_type, "arg"); in toyvm_function_compile() 537 state.int_type, in toyvm_function_compile() 547 state.int_type, "stack_depth"); in toyvm_function_compile() 550 state.int_type, "x"); in toyvm_function_compile() 553 state.int_type, "y"); in toyvm_function_compile() 576 gcc_jit_context_zero (state.ctxt, state.int_type)); in toyvm_function_compile() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 474 gccjit::type int_type; member in compilation_state 583 int_type = ctxt.get_type (GCC_JIT_TYPE_INT); in create_types() 585 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH); in create_types() 588 const_one = ctxt.one (int_type); in create_types() 613 param_arg = ctxt.new_param (int_type, "arg", op_locs[0]); in create_function() 616 int_type, in create_function() 623 stack_depth = fn.new_local (int_type, "stack_depth"); in create_function() 624 x = fn.new_local (int_type, "x"); in create_function() 625 y = fn.new_local (int_type, "y"); in create_function() 645 ctxt.zero (int_type), in create_function() [all …]
|
H A D | toyvm.c | 388 gcc_jit_type *int_type; member 507 state.int_type = in toyvm_function_compile() 513 state.int_type, MAX_STACK_DEPTH); in toyvm_function_compile() 516 state.const_one = gcc_jit_context_one (state.ctxt, state.int_type); in toyvm_function_compile() 532 state.int_type, "arg"); in toyvm_function_compile() 537 state.int_type, in toyvm_function_compile() 547 state.int_type, "stack_depth"); in toyvm_function_compile() 550 state.int_type, "x"); in toyvm_function_compile() 553 state.int_type, "y"); in toyvm_function_compile() 576 gcc_jit_context_zero (state.ctxt, state.int_type)); in toyvm_function_compile() [all …]
|