GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions | Variables
typeprint.h File Reference
#include "gdbsupport/gdb_obstack.h"

Go to the source code of this file.

Classes

struct  type_print_options
 
struct  print_offset_data
 
class  typedef_hash_table
 

Functions

void print_type_scalar (struct type *type, LONGEST, struct ui_file *)
 
void print_type_fixed_point (struct type *type, struct ui_file *stream)
 
void c_type_print_args (struct type *, struct ui_file *, int, enum language, const struct type_print_options *)
 
void type_print_unknown_return_type (struct ui_file *stream)
 
void error_unknown_type (const char *sym_print_name)
 
void val_print_not_allocated (struct ui_file *stream)
 
void val_print_not_associated (struct ui_file *stream)
 

Variables

const struct type_print_options type_print_raw_options
 

Function Documentation

◆ c_type_print_args()

void c_type_print_args ( struct type * ,
struct ui_file * ,
int ,
enum language,
const struct type_print_options *  )

◆ error_unknown_type()

void error_unknown_type ( const char * sym_print_name)
extern

◆ print_type_fixed_point()

void print_type_fixed_point ( struct type * type,
struct ui_file * stream )

◆ print_type_scalar()

void print_type_scalar ( struct type * type,
LONGEST val,
struct ui_file * stream )

◆ type_print_unknown_return_type()

void type_print_unknown_return_type ( struct ui_file * stream)

◆ val_print_not_allocated()

void val_print_not_allocated ( struct ui_file * stream)
extern

◆ val_print_not_associated()

void val_print_not_associated ( struct ui_file * stream)
extern

Variable Documentation

◆ type_print_raw_options

const struct type_print_options type_print_raw_options
extern