|
GDB (xrefs)
|
#include "parser-defs.h"
Public Attributes | |
| void(* | print_subexp )(struct expression *, int *, struct ui_file *, enum precedence) |
| void(* | operator_length )(const struct expression *, int, int *, int *) |
| int(* | operator_check )(struct expression *exp, int pos, int(*objfile_func)(struct objfile *objfile, void *data), void *data) |
| const char *(* | op_name )(enum exp_opcode) |
| int(* | dump_subexp_body )(struct expression *, struct ui_file *, int) |
| struct value *(* | evaluate_exp )(struct type *, struct expression *, int *, enum noside) |
Definition at line 320 of file parser-defs.h.
| int(* exp_descriptor::dump_subexp_body) (struct expression *, struct ui_file *, int) |
Definition at line 352 of file parser-defs.h.
Referenced by dump_subexp_body().
| struct value*(* exp_descriptor::evaluate_exp) (struct type *, struct expression *, int *, enum noside) |
Definition at line 355 of file parser-defs.h.
Referenced by evaluate_subexp().
| const char*(* exp_descriptor::op_name) (enum exp_opcode) |
Definition at line 347 of file parser-defs.h.
Referenced by op_name().
| int(* exp_descriptor::operator_check) (struct expression *exp, int pos, int(*objfile_func)(struct objfile *objfile, void *data), void *data) |
Definition at line 338 of file parser-defs.h.
Referenced by exp_iterate().
| void(* exp_descriptor::operator_length) (const struct expression *, int, int *, int *) |
Definition at line 328 of file parser-defs.h.
Referenced by operator_length().
| void(* exp_descriptor::print_subexp) (struct expression *, int *, struct ui_file *, enum precedence) |
Definition at line 323 of file parser-defs.h.
Referenced by print_subexp().
1.8.14