GDB (xrefs)
|
#include "c-exp.h"
Public Member Functions | |
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 585 of file c-lang.c.
References value::allocate(), C_CHAR, C_STRING, C_STRING_16, C_STRING_32, C_WIDE_STRING, charset_for_string_type(), check_typedef(), type::code(), value::contents_raw(), expression::gdbarch, get_discrete_bounds(), type::index_type(), expression::language_defn, language_string_char_type(), type::length(), lookup_typename(), expr::tuple_holding_operation< enum c_string_type_values, std::vector< std::string > >::m_storage, parse_one_string(), type::target_type(), type, unpack_long(), value, value_cstring(), and value_from_longest().
|
inlineoverridevirtual |
Implements expr::operation.
|
inlineexplicit |