Home
last modified time | relevance | path

Searched defs:gdb_mpq (Results 1 – 1 of 1) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dgmp-utils.h146 struct gdb_mpq struct
151 gdb_mpq () { mpq_init (val); } in gdb_mpq() function
153 explicit gdb_mpq (const mpq_t &from_val) in gdb_mpq() function
159 gdb_mpq (const gdb_mpq &from) in gdb_mpq() argument
165 explicit gdb_mpq (gdb_mpq &&from) in gdb_mpq() argument
201 const gdb_mpq &scaling_factor); argument
214 ~gdb_mpq () { mpq_clear (val); } in ~gdb_mpq() argument