|
GDB (xrefs)
|
#include "expression.h"
Public Attributes | |
| enum exp_opcode | opcode |
| struct symbol * | symbol |
| LONGEST | longconst |
| DOUBLEST | doubleconst |
| gdb_byte | decfloatconst [16] |
| char | string |
| struct type * | type |
| struct internalvar * | internalvar |
| struct block * | block |
| struct objfile * | objfile |
Definition at line 63 of file expression.h.
| struct block* exp_element::block |
Definition at line 75 of file expression.h.
Referenced by dump_subexp_body_standard(), evaluate_subexp_standard(), evaluate_subexp_with_coercion(), operator_check_standard(), print_subexp_standard(), replace_operator_with_call(), resolve_subexp(), and write_exp_elt_block().
Definition at line 69 of file expression.h.
Referenced by evaluate_subexp_standard(), and write_exp_elt_decfloatcst().
Definition at line 68 of file expression.h.
Referenced by dump_subexp_body_standard(), evaluate_subexp_standard(), print_subexp_standard(), and write_exp_elt_dblcst().
| struct internalvar* exp_element::internalvar |
Definition at line 74 of file expression.h.
Referenced by dump_subexp_body_standard(), evaluate_subexp_standard(), init_if_undefined_command(), print_subexp_standard(), and write_exp_elt_intern().
Definition at line 67 of file expression.h.
Referenced by ada_dump_subexp_body(), ada_forward_operator_length(), ada_operator_length(), ada_print_subexp(), aggregate_assign_from_choices(), aggregate_assign_positional(), dump_raw_expression(), dump_subexp_body_standard(), evaluate_subexp_c(), evaluate_subexp_java(), evaluate_subexp_opencl(), evaluate_subexp_standard(), extract_field_op(), num_component_specs(), operator_check_standard(), operator_length_standard(), print_subexp_standard(), replace_operator_with_call(), resolve_subexp(), value_f90_subarray(), and write_exp_elt_longcst().
| struct objfile* exp_element::objfile |
Definition at line 76 of file expression.h.
Referenced by dump_subexp_body_standard(), evaluate_subexp_standard(), operator_check_standard(), and write_exp_elt_objfile().
Definition at line 65 of file expression.h.
Referenced by ada_dump_subexp_body(), ada_forward_operator_length(), ada_operator_length(), ada_print_subexp(), aggregate_assign_from_choices(), assign_component(), check_condition(), dump_raw_expression(), dump_subexp(), dump_subexp_body_standard(), encode_actions_1(), evaluate_subexp_c(), evaluate_subexp_for_sizeof(), evaluate_subexp_java(), evaluate_subexp_modula2(), evaluate_subexp_opencl(), evaluate_subexp_standard(), evaluate_subexp_with_coercion(), extract_field_op(), init_if_undefined_command(), maintenance_print_type(), num_component_specs(), operator_length_standard(), parse_and_eval_type(), print_subexp_standard(), replace_operator_with_call(), resolve_subexp(), return_command(), set_command(), validate_actionline(), watchpoint_exp_is_const(), and write_exp_elt_opcode().
| char exp_element::string |
Definition at line 72 of file expression.h.
Referenced by ada_dump_subexp_body(), aggregate_assign_from_choices(), dump_subexp_body_standard(), encode_actions_1(), evaluate_subexp_c(), evaluate_subexp_java(), evaluate_subexp_opencl(), evaluate_subexp_standard(), extract_field_op(), and print_subexp_standard().
| struct symbol* exp_element::symbol |
Definition at line 66 of file expression.h.
Referenced by ada_print_subexp(), aggregate_assign_from_choices(), dump_subexp_body_standard(), encode_actions_1(), evaluate_subexp_for_sizeof(), evaluate_subexp_standard(), evaluate_subexp_with_coercion(), operator_check_standard(), print_subexp_standard(), replace_operator_with_call(), resolve_subexp(), validate_actionline(), watchpoint_exp_is_const(), and write_exp_elt_sym().
| struct type* exp_element::type |
Definition at line 73 of file expression.h.
Referenced by ada_dump_subexp_body(), ada_operator_check(), ada_print_subexp(), dump_subexp_body_standard(), encode_actions_1(), evaluate_subexp_for_sizeof(), evaluate_subexp_opencl(), evaluate_subexp_standard(), maintenance_print_type(), operator_check_standard(), parse_and_eval_type(), print_subexp_standard(), resolve_subexp(), and write_exp_elt_type().
1.7.6.1