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

1 2

  /src/external/gpl3/gdb/dist/gdb/
gmp-utils.h 39 struct gdb_mpz struct
42 gdb_mpz () { mpz_init (m_val); } function in struct:gdb_mpz
44 explicit gdb_mpz (const mpz_t &from_val) function in struct:gdb_mpz
50 gdb_mpz (const gdb_mpz &from) function in struct:gdb_mpz
61 explicit gdb_mpz (T src) function in struct:gdb_mpz
67 explicit gdb_mpz (gdb_mpz &&from) function in struct:gdb_mpz
74 gdb_mpz &operator= (const gdb_mpz &from
    [all...]
gmp-utils.c 45 gdb_mpz::read (gdb::array_view<const gdb_byte> buf, enum bfd_endian byte_order,
57 gdb_mpz max;
68 gdb_mpz::export_bits (gdb::array_view<gdb_byte> buf, int endian, bool unsigned_p,
91 gdb_mpz lo, hi;
119 const gdb_mpz *exported_val = this;
120 gdb_mpz un_signed;
126 gdb_mpz neg_offset = gdb_mpz::pow (2, buf.size () * HOST_CHAR_BIT);
175 gdb_mpz
188 gdb_mpz quotient, remainder
    [all...]
expprint.c 104 dump_for_expression (struct ui_file *stream, int depth, const gdb_mpz &val)
parser-defs.h 383 extern bool fits_in_type (int n_sign, const gdb_mpz &n, int type_bits,
ada-exp.y 84 const gdb_mpz *push_integer (gdb_mpz &&val)
86 auto &result = m_int_storage.emplace_back (new gdb_mpz (std::move (val)));
121 std::vector<std::unique_ptr<gdb_mpz>> m_int_storage;
469 const gdb_mpz *val;
valarith.c 1091 type *shift_count_type, const gdb_mpz &shift_count,
1243 gdb_mpz v1 = value_as_mpz (arg1);
1244 gdb_mpz v2 = value_as_mpz (arg2);
1245 gdb_mpz v;
1799 gdb_mpz num = value_as_mpz (arg1);
value.c 2655 gdb_mpz
2671 return gdb_mpz (value_as_long (val));
2674 gdb_mpz result;
2717 result += gdb_mpz (type->bounds ()->bias);
2904 gdb_mpz vz = vq.as_integer ();
3558 value_from_mpz (struct type *type, const gdb_mpz &v)
3562 const gdb_mpz *val = &v;
3563 gdb_mpz storage;
value.h 1057 extern gdb_mpz value_as_mpz (struct value *val);
1106 extern struct value *value_from_mpz (struct type *type, const gdb_mpz &v);
expop.h 270 check_objfile (const gdb_mpz &val, struct objfile *objfile)
324 const gdb_mpz &addr);
475 check_constant (const gdb_mpz &cst)
677 : public tuple_holding_operation<struct type *, gdb_mpz>
684 : long_const_operation (type, gdb_mpz (val))
rust-parse.c 129 gdb_mpz val;
1032 static gdb_mpz sixty_three_bit = gdb_mpz::pow (2, 63);
1033 static gdb_mpz thirty_one_bit = gdb_mpz::pow (2, 31);
valops.c 344 gdb_mpz vz;
379 gdb_mpz unscaled = vq.get_rounded ();
568 gdb_mpz longest;
601 gdb_mpz longest = value_as_mpz (arg2);
603 gdb_mpz addr_val = gdb_mpz (1) << addr_bit;
  /src/external/gpl3/gdb.old/dist/gdb/
gmp-utils.h 39 struct gdb_mpz struct
42 gdb_mpz () { mpz_init (m_val); } function in struct:gdb_mpz
44 explicit gdb_mpz (const mpz_t &from_val) function in struct:gdb_mpz
50 gdb_mpz (const gdb_mpz &from) function in struct:gdb_mpz
61 explicit gdb_mpz (T src) function in struct:gdb_mpz
67 explicit gdb_mpz (gdb_mpz &&from) function in struct:gdb_mpz
74 gdb_mpz &operator= (const gdb_mpz &from
    [all...]
gmp-utils.c 45 gdb_mpz::read (gdb::array_view<const gdb_byte> buf, enum bfd_endian byte_order,
57 gdb_mpz max;
68 gdb_mpz::export_bits (gdb::array_view<gdb_byte> buf, int endian, bool unsigned_p,
91 gdb_mpz lo, hi;
119 const gdb_mpz *exported_val = this;
120 gdb_mpz un_signed;
126 gdb_mpz neg_offset = gdb_mpz::pow (2, buf.size () * HOST_CHAR_BIT);
175 gdb_mpz
188 gdb_mpz quotient, remainder
    [all...]
expprint.c 104 dump_for_expression (struct ui_file *stream, int depth, const gdb_mpz &val)
parser-defs.h 383 extern bool fits_in_type (int n_sign, const gdb_mpz &n, int type_bits,
ada-exp.y 84 const gdb_mpz *push_integer (gdb_mpz &&val)
86 auto &result = m_int_storage.emplace_back (new gdb_mpz (std::move (val)));
121 std::vector<std::unique_ptr<gdb_mpz>> m_int_storage;
469 const gdb_mpz *val;
valarith.c 1091 type *shift_count_type, const gdb_mpz &shift_count,
1243 gdb_mpz v1 = value_as_mpz (arg1);
1244 gdb_mpz v2 = value_as_mpz (arg2);
1245 gdb_mpz v;
1799 gdb_mpz num = value_as_mpz (arg1);
value.c 2614 gdb_mpz
2630 return gdb_mpz (value_as_long (val));
2633 gdb_mpz result;
2676 result += gdb_mpz (type->bounds ()->bias);
2863 gdb_mpz vz = vq.as_integer ();
3517 value_from_mpz (struct type *type, const gdb_mpz &v)
3521 const gdb_mpz *val = &v;
3522 gdb_mpz storage;
value.h 1057 extern gdb_mpz value_as_mpz (struct value *val);
1106 extern struct value *value_from_mpz (struct type *type, const gdb_mpz &v);
expop.h 273 check_objfile (const gdb_mpz &val, struct objfile *objfile)
327 const gdb_mpz &addr);
478 check_constant (const gdb_mpz &cst)
680 : public tuple_holding_operation<struct type *, gdb_mpz>
687 : long_const_operation (type, gdb_mpz (val))
rust-parse.c 129 gdb_mpz val;
1035 static gdb_mpz sixty_three_bit = gdb_mpz::pow (2, 63);
1036 static gdb_mpz thirty_one_bit = gdb_mpz::pow (2, 31);
valops.c 345 gdb_mpz vz;
380 gdb_mpz unscaled = vq.get_rounded ();
569 gdb_mpz longest;
602 gdb_mpz longest = value_as_mpz (arg2);
604 gdb_mpz addr_val = gdb_mpz (1) << addr_bit;
  /src/external/gpl3/gdb/dist/gdb/unittests/
gmp-utils-selftests.c 28 /* Perform a series of general tests of gdb_mpz's as_integer method.
39 gdb_mpz v;
46 v = gdb_mpz::pow (2, sizeof (LONGEST) * 8 - 1);
71 v = gdb_mpz::pow (2, sizeof (LONGEST) * 8 - 1);
79 v = gdb_mpz::pow (2, sizeof (LONGEST) * 8);
85 /* A helper function which calls the given gdb_mpz object's as_integer
91 check_as_integer_raises_out_of_range_error (const gdb_mpz &val)
108 /* Perform out-of-range tests of gdb_mpz's as_integer method.
110 The goal of this function is to verify that gdb_mpz::as_integer
116 gdb_mpz v
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
gmp-utils-selftests.c 28 /* Perform a series of general tests of gdb_mpz's as_integer method.
39 gdb_mpz v;
46 v = gdb_mpz::pow (2, sizeof (LONGEST) * 8 - 1);
71 v = gdb_mpz::pow (2, sizeof (LONGEST) * 8 - 1);
79 v = gdb_mpz::pow (2, sizeof (LONGEST) * 8);
85 /* A helper function which calls the given gdb_mpz object's as_integer
91 check_as_integer_raises_out_of_range_error (const gdb_mpz &val)
108 /* Perform out-of-range tests of gdb_mpz's as_integer method.
110 The goal of this function is to verify that gdb_mpz::as_integer
116 gdb_mpz v
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 14999 get_mpz (struct dwarf2_cu *cu, gdb_mpz *value, struct attribute *attr)
15023 *value = gdb_mpz (1);
15034 *value = gdb_mpz (attr->as_unsigned ());
15036 *value = gdb_mpz (attr->constant_value (1));
15048 gdb_mpz *numerator, gdb_mpz *denominator)
15078 gdb_mpz *numerator,
15079 gdb_mpz *denominator)
15081 gdb_mpz num (1);
15082 gdb_mpz denom (1)
    [all...]

Completed in 65 milliseconds

1 2