GDB (xrefs)
|
#include "expop.h"
Public Member Functions | |
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) | |
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 | |
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 2051 of file ax-gdb.c.
References ax_const_l(), ax_goto(), ax_label(), axs_rvalue, agent_expr::buf, builtin_type::builtin_int, builtin_type(), agent_expr::gdbarch, gen_usual_unary(), expr::tuple_holding_operation< Arg... >::m_storage, and value::type().
|
overridevirtual |
Implements expr::operation.
Definition at line 2283 of file eval.c.
References binop_user_defined_p(), EVAL_AVOID_SIDE_EFFECTS, expression::gdbarch, language_bool_type(), expression::language_defn, expr::tuple_holding_operation< Arg... >::m_storage, value_from_longest(), value_logical_not(), and value_x_binop().
Referenced by opcode().
|
inlineoverridevirtual |
Implements expr::operation.
Definition at line 2132 of file expop.h.
References evaluate(), and opcode().
Referenced by opcode().