GDB (xrefs)
|
#include "expop.h"
Public Member Functions | |
value * | evaluate (struct type *expect_type, struct expression *exp, enum noside noside) override |
internalvar * | get_internalvar () const |
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_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) |
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 1676 of file ax-gdb.c.
References ax_tsv(), axs_rvalue, builtin_type::builtin_long_long, builtin_type(), compile_internalvar_to_ax(), find_trace_state_variable(), agent_expr::gdbarch, internalvar_name(), expr::tuple_holding_operation< internalvar * >::m_storage, name, trace_state_variable::number, agent_expr::tracing, and value::type().
|
inlineoverridevirtual |
Implements expr::operation.
Definition at line 888 of file expop.h.
References expression::gdbarch, expr::tuple_holding_operation< internalvar * >::m_storage, and value_of_internalvar().
|
inline |
Definition at line 896 of file expop.h.
References expr::tuple_holding_operation< internalvar * >::m_storage.
Referenced by expr::assign_operation::do_generate_ax(), expr::assign_modify_operation::do_generate_ax(), and init_if_undefined_command().
|
inlineoverridevirtual |
Implements expr::operation.
|
inlineexplicit |