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

#include "expop.h"

Inheritance diagram for expr::structop_base_operation:
expr::tuple_holding_operation< operation_up, std::string > expr::operation expr::ada_structop_operation expr::fortran_structop_operation expr::opencl_structop_operation expr::rust_structop expr::structop_operation expr::structop_ptr_operation

Public Member Functions

const std::string & get_string () const
 
valueevaluate_funcall (struct type *expect_type, struct expression *exp, enum noside noside, const std::vector< operation_up > &args) override
 
virtual bool complete (struct expression *exp, completion_tracker &tracker)
 
- Public Member Functions inherited from expr::tuple_holding_operation< operation_up, std::string >
 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 (struct type *expect_type, struct expression *exp, enum noside noside)=0
 
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 bool constant_p () const
 
void generate_ax (struct expression *exp, struct agent_expr *ax, struct axs_value *value, struct type *cast_type=nullptr)
 
virtual enum exp_opcode opcode () const =0
 
virtual void set_outermost ()
 

Protected Member Functions

bool complete (struct expression *exp, completion_tracker &tracker, const char *prefix)
 
 tuple_holding_operation (Arg... args)
 
- 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)
 
virtual void do_generate_ax (struct expression *exp, struct agent_expr *ax, struct axs_value *value, struct type *cast_type)
 

Additional Inherited Members

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

Detailed Description

Definition at line 995 of file expop.h.

Member Function Documentation

◆ complete() [1/2]

virtual bool expr::structop_base_operation::complete ( struct expression * exp,
completion_tracker & tracker )
inlinevirtual

◆ complete() [2/2]

bool expr::structop_base_operation::complete ( struct expression * exp,
completion_tracker & tracker,
const char * prefix )
protected

◆ evaluate_funcall()

value * expr::structop_base_operation::evaluate_funcall ( struct type * expect_type,
struct expression * exp,
enum noside noside ,
const std::vector< operation_up > & args )
overridevirtual

◆ get_string()

const std::string & expr::structop_base_operation::get_string ( ) const
inline

◆ tuple_holding_operation()

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

Definition at line 374 of file expop.h.


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