GDB (xrefs)
Public Attributes | List of all members
exp_descriptor Struct Reference

#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)
 
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)
 

Detailed Description

Definition at line 329 of file parser-defs.h.

Member Data Documentation

int(* exp_descriptor::dump_subexp_body) (struct expression *, struct ui_file *, int)

Definition at line 361 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 364 of file parser-defs.h.

Referenced by evaluate_subexp().

char*(* exp_descriptor::op_name) (enum exp_opcode)

Definition at line 356 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 347 of file parser-defs.h.

Referenced by exp_iterate().

void(* exp_descriptor::operator_length) (const struct expression *, int, int *, int *)

Definition at line 337 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 332 of file parser-defs.h.

Referenced by print_subexp().


The documentation for this struct was generated from the following file: