GDB (xrefs)
|
#include "ada-exp.h"
Public Member Functions | |
const char * | get_name () const |
value * | evaluate (struct type *expect_type, struct expression *exp, enum noside noside) override |
![]() | |
value * | evaluate (struct type *expect_type, 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_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 () |
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 |
|
overridevirtual |
Implements expr::operation.
Definition at line 10614 of file ada-lang.c.
References ada_array_element_type(), ada_is_string_type(), value::allocate(), value::contents_raw(), convert_between_encodings(), expression::gdbarch, gdbarch_byte_order(), host_charset(), expression::language_defn, language_string_char_type(), type::length(), lookup_array_range_type(), expr::tuple_holding_operation< std::string >::m_storage, and translit_none.
|
inline |
Definition at line 159 of file ada-exp.h.
References expr::tuple_holding_operation< std::string >::m_storage.
Referenced by expr::ada_name_association::assign().