HomeSort by: relevance | last modified time | path
    Searched refs:int_type (Results 1 - 25 of 145) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/kyua-cli/dist/utils/process/
systembuf.hpp 56 int_type underflow(void);
57 int_type overflow(int);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
stdio_sync_filebuf.h 62 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf
74 int_type _M_unget_buf;
120 int_type
123 int_type
124 syncungetc(int_type __c);
126 int_type
127 syncputc(int_type __c);
129 virtual int_type
132 int_type __c = this->syncgetc()
    [all...]
pod_char_traits.h 44 // NB: The char_type parameter is a subset of int_type, as to allow
45 // int_type to properly hold the full range of char_type values as
52 typedef _Int int_type; typedef in struct:character
100 typedef typename char_type::int_type int_type; typedef in struct:char_traits
170 to_char_type(const int_type& __i)
173 static int_type
175 { return char_type::template to<int_type>(__c); }
178 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
stdio_sync_filebuf.h 64 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf
76 int_type _M_unget_buf;
122 int_type
125 int_type
126 syncungetc(int_type __c);
128 int_type
129 syncputc(int_type __c);
131 virtual int_type
134 int_type __c = this->syncgetc()
    [all...]
pod_char_traits.h 46 // NB: The char_type parameter is a subset of int_type, as to allow
47 // int_type to properly hold the full range of char_type values as
54 typedef _Int int_type; typedef in struct:character
102 typedef typename char_type::int_type int_type; typedef in struct:char_traits
172 to_char_type(const int_type& __i)
175 static int_type
177 { return char_type::template to<int_type>(__c); }
180 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/examples/
readlinebuf.h 50 typedef int int_type; typedef in class:readlinebuf
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_; }
87 virtual int_type underflow() {
102 virtual int_type uflow() {
103 int_type c = underflow();
108 virtual int_type pbackfail( int_type c = eof ) {
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
readlinebuf.h 50 typedef int int_type; typedef in class:readlinebuf
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_; }
87 virtual int_type underflow() {
102 virtual int_type uflow() {
103 int_type c = underflow();
108 virtual int_type pbackfail( int_type c = eof ) {
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
char_traits.h 66 * of char_traits. It defines int_type, off_type, pos_type, and
75 typedef unsigned long int_type; typedef in struct:_Char_types
87 * right, but the int_type and state_type typedefs, and the eof()
101 typedef typename _Char_types<_CharT>::int_type int_type; typedef in struct:char_traits
147 to_char_type(const int_type& __c)
150 static _GLIBCXX_CONSTEXPR int_type
152 { return static_cast<int_type>(__c); }
155 eq_int_type(const int_type& __c1, const int_type& __c2
332 typedef int int_type; typedef in struct:char_traits
470 typedef wint_t int_type; typedef in struct:char_traits
598 typedef unsigned int int_type; typedef in struct:char_traits
736 typedef uint_least16_t int_type; typedef in struct:char_traits
738 typedef __UINT_LEAST16_TYPE__ int_type; typedef in struct:char_traits
740 typedef make_unsigned<char16_t>::type int_type; typedef in struct:char_traits
857 typedef uint_least32_t int_type; typedef in struct:char_traits
859 typedef __UINT_LEAST32_TYPE__ int_type; typedef in struct:char_traits
861 typedef make_unsigned<char32_t>::type int_type; typedef in struct:char_traits
    [all...]
streambuf_iterator.h 71 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
113 int_type _M_c;
151 int_type __c = _M_get();
202 int_type
205 int_type __ret = _M_c;
216 _S_is_eof(int_type __c)
218 const int_type __eof = traits_type::eof();
385 typedef typename traits_type::int_type int_type; typedef
440 typedef typename traits_type::int_type int_type; typedef
487 typedef typename traits_type::int_type int_type; typedef
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
char_traits.h 77 * of char_traits. It defines int_type, off_type, pos_type, and
86 typedef unsigned long int_type; typedef in struct:_Char_types
100 * right, but the int_type and state_type typedefs, and the eof()
114 typedef typename _Char_types<_CharT>::int_type int_type; typedef in struct:char_traits
162 to_char_type(const int_type& __c)
165 static _GLIBCXX_CONSTEXPR int_type
167 { return static_cast<int_type>(__c); }
170 eq_int_type(const int_type& __c1, const int_type& __c2
332 typedef int int_type; typedef in struct:char_traits
474 typedef wint_t int_type; typedef in struct:char_traits
606 typedef unsigned int int_type; typedef in struct:char_traits
746 typedef __UINT_LEAST16_TYPE__ int_type; typedef in struct:char_traits
748 typedef uint_least16_t int_type; typedef in struct:char_traits
873 typedef __UINT_LEAST32_TYPE__ int_type; typedef in struct:char_traits
875 typedef uint_least32_t int_type; typedef in struct:char_traits
    [all...]
streambuf_iterator.h 72 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
114 int_type _M_c;
152 int_type __c = _M_get();
203 int_type
206 int_type __ret = _M_c;
217 _S_is_eof(int_type __c)
219 const int_type __eof = traits_type::eof();
386 typedef typename traits_type::int_type int_type; typedef
441 typedef typename traits_type::int_type int_type; typedef
488 typedef typename traits_type::int_type int_type; typedef
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
tut02-square.c 35 gcc_jit_type *int_type = local
38 gcc_jit_context_new_param (ctxt, NULL, int_type, "i");
42 int_type,
52 GCC_JIT_BINARY_OP_MULT, int_type,
tut02-square.cc 35 gccjit::type int_type = ctxt.get_type (GCC_JIT_TYPE_INT); local
36 gccjit::param param_i = ctxt.new_param (int_type, "i");
40 int_type,
47 ctxt.new_binary_op (GCC_JIT_BINARY_OP_MULT, int_type,
  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
tut02-square.c 35 gcc_jit_type *int_type = local
38 gcc_jit_context_new_param (ctxt, NULL, int_type, "i");
42 int_type,
52 GCC_JIT_BINARY_OP_MULT, int_type,
tut02-square.cc 35 gccjit::type int_type = ctxt.get_type (GCC_JIT_TYPE_INT); local
36 gccjit::param param_i = ctxt.new_param (int_type, "i");
40 int_type,
47 ctxt.new_binary_op (GCC_JIT_BINARY_OP_MULT, int_type,
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
missing-type-name.exp 52 declare_labels main_type int_type ptr_type
59 int_type: DW_TAG_base_type {
65 {DW_AT_type :$int_type}
70 {type :$int_type}
void-type.exp 46 declare_labels int_type void_type ptr_type
48 int_type: DW_TAG_base_type {
70 {type :$int_type}
75 {DW_AT_type :$int_type}
struct-with-sig-2.exp 34 declare_labels int_type
42 {type :$int_type}
45 int_type: base_type {
55 declare_labels int_type
63 {type :$int_type}
66 int_type: base_type {
struct-with-sig.exp 59 declare_labels int_type
67 {type :$int_type}
70 int_type: base_type {
80 declare_labels int_type
88 {type :$int_type}
91 int_type: base_type {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
missing-type-name.exp 52 declare_labels main_type int_type ptr_type
59 int_type: DW_TAG_base_type {
65 {DW_AT_type :$int_type}
70 {type :$int_type}
void-type.exp 46 declare_labels int_type void_type ptr_type
48 int_type: DW_TAG_base_type {
70 {type :$int_type}
75 {DW_AT_type :$int_type}
struct-with-sig-2.exp 34 declare_labels int_type
42 {type :$int_type}
45 int_type: base_type {
55 declare_labels int_type
63 {type :$int_type}
66 int_type: base_type {
struct-with-sig.exp 59 declare_labels int_type
67 {type :$int_type}
70 int_type: base_type {
80 declare_labels int_type
88 {type :$int_type}
91 int_type: base_type {
  /src/external/gpl3/gdb/dist/gdb/
netbsd-tdep.c 413 type *int_type = builtin_type (gdbarch)->builtin_int; local
441 int_type->length () * char_bits,
443 clock_type->set_target_type (int_type);
454 append_composite_type_field (sigval_type, "sival_int", int_type);
477 append_composite_type_field (t, "_status", int_type);
485 append_composite_type_field (t, "_trap", int_type);
486 append_composite_type_field (t, "_trap2", int_type);
487 append_composite_type_field (t, "_trap3", int_type);
493 append_composite_type_field (t, "_fd", int_type);
498 append_composite_type_field (t, "_sysnum", int_type);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-tdep.c 414 type *int_type = builtin_type (gdbarch)->builtin_int; local
442 int_type->length () * char_bits,
444 clock_type->set_target_type (int_type);
455 append_composite_type_field (sigval_type, "sival_int", int_type);
478 append_composite_type_field (t, "_status", int_type);
486 append_composite_type_field (t, "_trap", int_type);
487 append_composite_type_field (t, "_trap2", int_type);
488 append_composite_type_field (t, "_trap3", int_type);
494 append_composite_type_field (t, "_fd", int_type);
499 append_composite_type_field (t, "_sysnum", int_type);
    [all...]

Completed in 62 milliseconds

1 2 3 4 5 6