|
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 |
| const struct block * | block |
| struct objfile * | objfile |
Definition at line 63 of file expression.h.
Definition at line 75 of file expression.h.
Referenced by dump_subexp_body_standard(), evaluate_subexp_for_address(), evaluate_subexp_standard(), evaluate_subexp_with_coercion(), operator_check_standard(), print_subexp_standard(), replace_operator_with_call(), resolve_subexp(), and write_exp_elt_block().
| gdb_byte exp_element::decfloatconst[16] |
Definition at line 69 of file expression.h.
Referenced by evaluate_subexp_standard(), and write_exp_elt_decfloatcst().
| DOUBLEST exp_element::doubleconst |
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().
| LONGEST exp_element::longconst |
Definition at line 67 of file expression.h.
Referenced by ada_dump_subexp_body(), ada_evaluate_subexp(), ada_forward_operator_length(), ada_operator_length(), ada_print_subexp(), aggregate_assign_from_choices(), aggregate_assign_positional(), assign_aggregate(), dump_raw_expression(), dump_subexp_body_standard(), evaluate_subexp_c(), evaluate_subexp_for_address(), 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().
| enum exp_opcode exp_element::opcode |
Definition at line 65 of file expression.h.
Referenced by ada_dump_subexp_body(), ada_evaluate_subexp(), ada_forward_operator_length(), ada_operator_length(), ada_print_subexp(), aggregate_assign_from_choices(), assign_aggregate(), assign_component(), check_condition(), dtrace_process_dof_probe(), dump_raw_expression(), dump_subexp(), dump_subexp_body_standard(), encode_actions_1(), evaluate_subexp_c(), evaluate_subexp_for_address(), evaluate_subexp_for_sizeof(), evaluate_subexp_java(), evaluate_subexp_modula2(), evaluate_subexp_opencl(), evaluate_subexp_standard(), evaluate_subexp_with_coercion(), extract_field_op(), init_array_element(), 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(), varobj_create(), watchpoint_exp_is_const(), write_exp_elt_opcode(), and yyparse().
| char exp_element::string |
Definition at line 72 of file expression.h.
Referenced by ada_dump_subexp_body(), ada_evaluate_subexp(), aggregate_assign_from_choices(), dump_subexp_body_standard(), encode_actions_1(), evaluate_subexp_c(), evaluate_subexp_for_address(), 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_evaluate_subexp(), ada_print_subexp(), aggregate_assign_from_choices(), dump_subexp_body_standard(), encode_actions_1(), evaluate_subexp_for_address(), 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_evaluate_subexp(), ada_operator_check(), ada_print_subexp(), dtrace_process_dof_probe(), dump_subexp_body_standard(), encode_actions_1(), evaluate_subexp_for_address(), 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(), write_exp_elt_type(), and yyparse().
1.8.10