GDB (xrefs)
|
#include "expop.h"
Public Member Functions | |
long_const_operation (struct type *type, LONGEST val) | |
value * | evaluate (struct type *expect_type, struct expression *exp, enum noside noside) override |
enum exp_opcode | opcode () const override |
bool | constant_p () const override |
tuple_holding_operation (Arg... args) | |
![]() | |
tuple_holding_operation (Arg... args) | |
DISABLE_COPY_AND_ASSIGN (tuple_holding_operation) | |
bool | uses_objfile (struct objfile *objfile) const override |
void | dump (struct ui_file *stream, int depth) const override |
![]() | |
virtual | ~operation ()=default |
virtual value * | evaluate_with_coercion (struct expression *exp, enum noside noside) |
virtual value * | evaluate_for_cast (struct type *expect_type, struct expression *exp, enum noside noside) |
virtual value * | evaluate_for_sizeof (struct expression *exp, enum noside noside) |
virtual value * | evaluate_for_address (struct expression *exp, enum noside noside) |
virtual value * | evaluate_funcall (struct type *expect_type, struct expression *exp, enum noside noside, const std::vector< operation_up > &args) |
void | generate_ax (struct expression *exp, struct agent_expr *ax, struct axs_value *value, struct type *cast_type=nullptr) |
virtual void | set_outermost () |
Protected Member Functions | |
LONGEST | as_longest () const |
void | do_generate_ax (struct expression *exp, struct agent_expr *ax, struct axs_value *value, struct type *cast_type) override |
![]() | |
operation ()=default | |
DISABLE_COPY_AND_ASSIGN (operation) | |
value * | evaluate_funcall (struct type *expect_type, struct expression *exp, enum noside noside, const char *function_name, const std::vector< operation_up > &args) |
Additional Inherited Members | |
![]() | |
std::tuple< Arg... > | m_storage |
|
inline |
|
inlineprotected |
Definition at line 705 of file expop.h.
References expr::tuple_holding_operation< struct type *, gdb_mpz >::m_storage.
Referenced by do_generate_ax(), and expr::ada_char_operation::replace().
|
inlineoverridevirtual |
Reimplemented from expr::operation.
|
overrideprotectedvirtual |
Reimplemented from expr::operation.
Definition at line 1626 of file ax-gdb.c.
References as_longest(), gen_int_literal(), and expr::tuple_holding_operation< struct type *, gdb_mpz >::m_storage.
|
inlineoverridevirtual |
Implements expr::operation.
Definition at line 690 of file expop.h.
References expr::tuple_holding_operation< struct type *, gdb_mpz >::m_storage, and value_from_mpz().
Referenced by expr::ada_char_operation::evaluate().
|
inlineoverridevirtual |
Implements expr::operation.
|
inlineexplicit |