GDB (xrefs)
|
#include "expop.h"
Public Member Functions | |
value * | evaluate (struct type *expect_type, struct expression *exp, enum noside noside) override |
value * | evaluate_for_address (struct expression *exp, enum noside noside) override |
value * | evaluate_for_sizeof (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 () |
Additional Inherited Members | |
![]() | |
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) |
virtual void | do_generate_ax (struct expression *exp, struct agent_expr *ax, struct axs_value *value, struct type *cast_type) |
![]() | |
std::tuple< Arg... > | m_storage |
|
inlineoverridevirtual |
Implements expr::operation.
Definition at line 1502 of file expop.h.
References check_typedef(), type::code(), evaluate(), type::target_type(), and expr::tuple_holding_operation< Arg >::tuple_holding_operation().
Referenced by evaluate(), and expr::rust_unop_ind_operation::evaluate().
|
overridevirtual |
Reimplemented from expr::operation.
Definition at line 2599 of file eval.c.
References coerce_array(), evaluate_subexp_for_address_base(), expr::tuple_holding_operation< operation_up >::m_storage, unop_user_defined_p(), and value_x_unop().
|
overridevirtual |
Reimplemented from expr::operation.
Definition at line 2772 of file eval.c.
References builtin_type::builtin_int, builtin_type(), check_typedef(), type::code(), EVAL_AVOID_SIDE_EFFECTS, expression::gdbarch, is_dynamic_type(), type::is_pointer_or_reference(), type::length(), expr::tuple_holding_operation< operation_up >::m_storage, type::target_type(), value::type(), value_from_longest(), and value_ind().
|
inlineoverridevirtual |
Implements expr::operation.
|
inlineexplicit |