#include "splay-tree.h"
#include "dumpfile.h"
Go to the source code of this file.
|
void | dump_pointer (dump_info_p, const char *, void *) |
|
void | dump_int (dump_info_p, const char *, int) |
|
void | dump_string (dump_info_p, const char *) |
|
void | dump_string_field (dump_info_p, const char *, const char *) |
|
void | queue_and_dump_index (dump_info_p, const char *, const_tree, int) |
|
void | queue_and_dump_type (dump_info_p, const_tree) |
|
int | dump_flag (dump_info_p, dump_flags_t, const_tree) |
|
◆ DUMP_BINFO
◆ dump_child
#define dump_child |
( |
| field, |
|
|
| child ) |
Value:
void queue_and_dump_index(dump_info_p di, const char *field, const_tree t, int flags)
Definition tree-dump.cc:89
#define DUMP_NONE
Definition tree-dump.h:30
Dump the CHILD and its children.
Referenced by dequeue_and_dump().
◆ DUMP_NONE
◆ dump_info_p
Tree-dumping functionality for intermediate representation.
Copyright (C) 1999-2025 Free Software Foundation, Inc.
Written by Mark Mitchell <mark@codesourcery.com>
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>.
◆ dump_node_info_p
Information about a node to be dumped.
◆ dump_queue_p
A dump_queue is a link in the queue of things to be dumped.
◆ dump_flag()
◆ dump_int()
void dump_int |
( |
dump_info_p | di, |
|
|
const char * | field, |
|
|
int | i ) |
|
extern |
◆ dump_pointer()
void dump_pointer |
( |
dump_info_p | di, |
|
|
const char * | field, |
|
|
void * | ptr ) |
|
extern |
◆ dump_string()
void dump_string |
( |
dump_info_p | di, |
|
|
const char * | string ) |
|
extern |
◆ dump_string_field()
void dump_string_field |
( |
dump_info_p | di, |
|
|
const char * | field, |
|
|
const char * | string ) |
|
extern |
◆ queue_and_dump_index()
◆ queue_and_dump_type()