GDB (xrefs)
|
#include "expop.h"
Public Member Functions | |
value * | evaluate (struct type *expect_type, struct expression *exp, enum noside noside) override |
value * | evaluate_for_sizeof (struct expression *exp, enum noside noside) override |
value * | evaluate_for_address (struct expression *exp, enum noside noside) override |
enum exp_opcode | opcode () 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_funcall (struct type *expect_type, struct expression *exp, enum noside noside, const std::vector< operation_up > &args) |
virtual bool | constant_p () const |
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 | |
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 |
|
overrideprotectedvirtual |
Reimplemented from expr::operation.
Definition at line 1871 of file ax-gdb.c.
References axs_lvalue_memory, axs_lvalue_register, EVAL_AVOID_SIDE_EFFECTS, expr::tuple_holding_operation< operation_up, operation_up >::m_storage, require_rvalue(), type, and value::type().
|
inlineoverridevirtual |
Implements expr::operation.
|
overridevirtual |
Reimplemented from expr::operation.
Definition at line 2638 of file eval.c.
References EVAL_AVOID_SIDE_EFFECTS, lookup_pointer_type(), expr::tuple_holding_operation< operation_up, operation_up >::m_storage, value::type(), and value_cast().
|
overridevirtual |
Reimplemented from expr::operation.
Definition at line 2797 of file eval.c.
References EVAL_AVOID_SIDE_EFFECTS, evaluate_subexp_for_sizeof_base(), expr::tuple_holding_operation< operation_up, operation_up >::m_storage, and value::type().
|
inlineoverridevirtual |
Implements expr::operation.
|
inlineexplicit |