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.cc.   

Field Documentation

◆ dump_tree

bool(* lang_hooks_for_tree_dump::dump_tree) (void *, tree)

Referenced by dequeue_and_dump().

◆ type_quals

int(* lang_hooks_for_tree_dump::type_quals) (const_tree)

Referenced by dequeue_and_dump().


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