GDB (xrefs)
Functions
/home/stan/gdb/src/gdb/p-typeprint.c File Reference
#include "defs.h"
#include "gdb_obstack.h"
#include "bfd.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "expression.h"
#include "value.h"
#include "gdbcore.h"
#include "target.h"
#include "language.h"
#include "p-lang.h"
#include "typeprint.h"
#include "gdb-demangle.h"
#include "gdb_string.h"
#include <errno.h>
#include <ctype.h>

Go to the source code of this file.

Functions

static void pascal_type_print_varspec_suffix (struct type *, struct ui_file *, int, int, int, const struct type_print_options *)
static void pascal_type_print_derivation_info (struct ui_file *, struct type *)
void pascal_print_type (struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags)
void pascal_print_typedef (struct type *type, struct symbol *new_symbol, struct ui_file *stream)
void pascal_type_print_method_args (const char *physname, const char *methodname, struct ui_file *stream)
void pascal_type_print_varspec_prefix (struct type *type, struct ui_file *stream, int show, int passed_a_ptr, const struct type_print_options *flags)
static void pascal_print_func_args (struct type *type, struct ui_file *stream, const struct type_print_options *flags)
void pascal_type_print_base (struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags)

Function Documentation

static void pascal_print_func_args ( struct type type,
struct ui_file stream,
const struct type_print_options flags 
) [static]
void pascal_print_type ( struct type type,
const char *  varstring,
struct ui_file stream,
int  show,
int  level,
const struct type_print_options flags 
)
void pascal_print_typedef ( struct type type,
struct symbol new_symbol,
struct ui_file stream 
)

Definition at line 98 of file p-typeprint.c.

References CHECK_TYPEDEF, fprintf_filtered(), SYMBOL_PRINT_NAME, and type_print().

void pascal_type_print_base ( struct type type,
struct ui_file stream,
int  show,
int  level,
const struct type_print_options flags 
)
static void pascal_type_print_derivation_info ( struct ui_file stream,
struct type type 
) [static]
void pascal_type_print_method_args ( const char *  physname,
const char *  methodname,
struct ui_file stream 
)
void pascal_type_print_varspec_prefix ( struct type type,
struct ui_file stream,
int  show,
int  passed_a_ptr,
const struct type_print_options flags 
)
static void pascal_type_print_varspec_suffix ( struct type type,
struct ui_file stream,
int  show,
int  passed_a_ptr,
int  demangled_args,
const struct type_print_options flags 
) [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines