GCC Middle and Back End API Reference
|
#include <langhooks.h>
Data Fields | |
bool(* | dump_tree )(void *, tree) |
int(* | type_quals )(const_tree) |
The following hooks are used by tree-dump.c.
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.