]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/stmt.h
Factor unrelated declarations out of tree.h.
[thirdparty/gcc.git] / gcc / stmt.h
CommitLineData
d8a2d370
DN
1/* Declarations and data structures for stmt.c.
2 Copyright (C) 2013 Free Software Foundation, Inc.
3
4This file is part of GCC.
5
6GCC is free software; you can redistribute it and/or modify it under
7the terms of the GNU General Public License as published by the Free
8Software Foundation; either version 3, or (at your option) any later
9version.
10
11GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12WARRANTY; without even the implied warranty of MERCHANTABILITY or
13FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14for more details.
15
16You should have received a copy of the GNU General Public License
17along with GCC; see the file COPYING3. If not see
18<http://www.gnu.org/licenses/>. */
19
20#ifndef GCC_STMT_H
21#define GCC_STMT_H
22
23extern void expand_label (tree);
24extern bool parse_output_constraint (const char **, int, int, int,
25 bool *, bool *, bool *);
26extern bool parse_input_constraint (const char **, int, int, int, int,
27 const char * const *, bool *, bool *);
28extern tree resolve_asm_operand_names (tree, tree, tree, tree);
29#ifdef HARD_CONST
30/* Silly ifdef to avoid having all includers depend on hard-reg-set.h. */
31extern tree tree_overlaps_hard_reg_set (tree, HARD_REG_SET *);
32#endif
33
34#endif // GCC_STMT_H