GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
expr::assign_operation Class Reference

#include "expop.h"

Inheritance diagram for expr::assign_operation:
expr::tuple_holding_operation< operation_up, operation_up > expr::operation expr::ada_assign_operation

Public Member Functions

valueevaluate (struct type *expect_type, struct expression *exp, enum noside noside) override
 
enum exp_opcode opcode () const override
 
operationget_lhs () const
 
 tuple_holding_operation (Arg... args)
 
- Public Member Functions inherited from expr::tuple_holding_operation< operation_up, operation_up >
 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
 
- Public Member Functions inherited from expr::operation
virtual ~operation ()=default
 
virtual valueevaluate_with_coercion (struct expression *exp, enum noside noside)
 
virtual valueevaluate_for_cast (struct type *expect_type, struct expression *exp, enum noside noside)
 
virtual valueevaluate_for_sizeof (struct expression *exp, enum noside noside)
 
virtual valueevaluate_for_address (struct expression *exp, enum noside noside)
 
virtual valueevaluate_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
 
- Protected Member Functions inherited from expr::operation
 operation ()=default
 
 DISABLE_COPY_AND_ASSIGN (operation)
 
valueevaluate_funcall (struct type *expect_type, struct expression *exp, enum noside noside, const char *function_name, const std::vector< operation_up > &args)
 

Additional Inherited Members

- Protected Attributes inherited from expr::tuple_holding_operation< operation_up, operation_up >
std::tuple< Arg... > m_storage
 

Detailed Description

Definition at line 1874 of file expop.h.

Member Function Documentation

◆ do_generate_ax()

void expr::assign_operation::do_generate_ax ( struct expression * exp,
struct agent_expr * ax,
struct axs_value * value,
struct type * cast_type )
overrideprotectedvirtual

◆ evaluate()

value * expr::assign_operation::evaluate ( struct type * expect_type,
struct expression * exp,
enum noside noside  )
inlineoverridevirtual

Implements expr::operation.

Definition at line 1881 of file expop.h.

◆ get_lhs()

operation * expr::assign_operation::get_lhs ( ) const
inline

Definition at line 1908 of file expop.h.

Referenced by init_if_undefined_command().

◆ opcode()

enum exp_opcode expr::assign_operation::opcode ( ) const
inlineoverridevirtual

Implements expr::operation.

Definition at line 1904 of file expop.h.

◆ tuple_holding_operation()

expr::tuple_holding_operation< Arg >::tuple_holding_operation ( Arg... args)
inlineexplicit

Definition at line 374 of file expop.h.


The documentation for this class was generated from the following files: