GCC Middle and Back End API Reference
lang_hooks_for_tree_dump Struct Reference

#include <langhooks.h>

Data Fields

bool(* dump_tree )(void *, tree)
int(* type_quals )(const_tree)

Detailed Description

   The following hooks are used by tree-dump.c.  

Field Documentation

bool(* lang_hooks_for_tree_dump::dump_tree)(void *, tree)
     Dump language-specific parts of tree nodes.  Returns nonzero if it
     does not want the usual dumping of the second argument.  
int(* lang_hooks_for_tree_dump::type_quals)(const_tree)
     Determine type qualifiers in a language-specific way.  

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