GCC Middle and Back End API Reference
gcc-symtab.h
Go to the documentation of this file.
1/* Declarations for symtab.cc.
2 FIXME - This file should be named symtab.h, but that name conflicts
3 with libcpp's symtab.h.
4
5 Copyright (C) 2013-2024 Free Software Foundation, Inc.
6
7This file is part of GCC.
8
9GCC is free software; you can redistribute it and/or modify it under
10the terms of the GNU General Public License as published by the Free
11Software Foundation; either version 3, or (at your option) any later
12version.
13
14GCC is distributed in the hope that it will be useful, but WITHOUT ANY
15WARRANTY; without even the implied warranty of MERCHANTABILITY or
16FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17for more details.
18
19You should have received a copy of the GNU General Public License
20along with GCC; see the file COPYING3. If not see
21<http://www.gnu.org/licenses/>. */
22
23#ifndef GCC_SYMTAB_H
24#define GCC_SYMTAB_H
25
27
28#endif // GCC_SYMTAB_H
union tree_node * tree
Definition coretypes.h:97
void change_decl_assembler_name(tree, tree)