#include "ada-exp.h"
|
| ada_choices_component (operation_up &&op) |
|
void | set_associations (std::vector< ada_association_up > &&assoc) |
|
void | assign (struct value *container, struct value *lhs, struct expression *exp, std::vector< LONGEST > &indices, LONGEST low, LONGEST high) override |
|
bool | uses_objfile (struct objfile *objfile) override |
|
void | dump (ui_file *stream, int depth) override |
|
virtual void | assign (struct value *container, struct value *lhs, struct expression *exp, std::vector< LONGEST > &indices, LONGEST low, LONGEST high)=0 |
|
virtual bool | uses_objfile (struct objfile *objfile)=0 |
|
virtual void | dump (ui_file *stream, int depth)=0 |
|
virtual | ~ada_component ()=default |
|
Definition at line 682 of file ada-exp.h.
◆ ada_choices_component()
expr::ada_choices_component::ada_choices_component |
( |
operation_up && |
op | ) |
|
|
inlineexplicit |
◆ assign()
void expr::ada_choices_component::assign |
( |
struct value * |
container, |
|
|
struct value * |
lhs, |
|
|
struct expression * |
exp, |
|
|
std::vector< LONGEST > & |
indices, |
|
|
LONGEST |
low, |
|
|
LONGEST |
high |
|
) |
| |
|
overridevirtual |
◆ dump()
void expr::ada_choices_component::dump |
( |
ui_file * |
stream, |
|
|
int |
depth |
|
) |
| |
|
overridevirtual |
◆ set_associations()
void expr::ada_choices_component::set_associations |
( |
std::vector< ada_association_up > && |
assoc | ) |
|
|
inline |
◆ uses_objfile()
bool expr::ada_choices_component::uses_objfile |
( |
struct objfile * |
objfile | ) |
|
|
overridevirtual |
◆ m_assocs
◆ m_op
The documentation for this class was generated from the following files:
- /home/rel/rpmbuild/BUILD/gdb-13.1/gdb/ada-exp.h
- /home/rel/rpmbuild/BUILD/gdb-13.1/gdb/ada-lang.c