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

1 2 3

  /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,
tut05-bf.c 19 gcc_jit_type *int_type = local
22 gcc_jit_context_new_param (ctxt, NULL, int_type, "argc");
33 int_type,
51 gcc_jit_type *int_type; member in struct:bf_compiler
130 bfc->int_type,
195 bfc->int_type);
338 bfc.int_type =
351 bfc.int_type,
357 gcc_jit_context_new_param (bfc.ctxt, NULL, bfc.int_type, "c");
369 bfc.int_zero = gcc_jit_context_zero (bfc.ctxt, bfc.int_type);
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
stdio_filebuf.h 58 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
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...]
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...]
  /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,
tut05-bf.c 19 gcc_jit_type *int_type = local
22 gcc_jit_context_new_param (ctxt, NULL, int_type, "argc");
33 int_type,
51 gcc_jit_type *int_type; member in struct:bf_compiler
130 bfc->int_type,
195 bfc->int_type);
338 bfc.int_type =
351 bfc.int_type,
357 gcc_jit_context_new_param (bfc.ctxt, NULL, bfc.int_type, "c");
369 bfc.int_zero = gcc_jit_context_zero (bfc.ctxt, bfc.int_type);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
stdio_filebuf.h 56 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
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...]
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...]
  /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...]
basic_ios.h 81 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
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/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...]
basic_ios.h 77 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
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/sys/arch/x86/include/
mpbiosreg.h 118 uint8_t int_type; member in struct:mpbios_int
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-encoding.cc 635 tree int_type = type; local
643 int_type = ((!generating_instance_variables
649 if (int_type == long_unsigned_type_node
650 || int_type == long_integer_type_node)
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-encoding.cc 635 tree int_type = type; local
643 int_type = ((!generating_instance_variables
649 if (int_type == long_unsigned_type_node
650 || int_type == long_integer_type_node)
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-c-types.c 133 gcc_type int_type, result; local
136 int_type = context->plugin ().int_type_v0 (type->is_unsigned (),
139 result = context->plugin ().build_enum_type (int_type);
202 return context->plugin ().int_type (type->is_unsigned (),
  /src/external/gpl3/gdb.old/dist/gdb/
auxv.c 302 struct type *int_type = builtin_type (gdbarch)->builtin_int; local
303 const int sizeof_auxv_type = int_type->length ();

Completed in 31 milliseconds

1 2 3