cprover
xml_y.tab.h
Go to the documentation of this file.
1 /* A Bison parser, made by GNU Bison 3.0.4. */
2 
3 /* Bison interface for Yacc-like parsers in C
4 
5  Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
6 
7  This program is free software: you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation, either version 3 of the License, or
10  (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program. If not, see <http://www.gnu.org/licenses/>. */
19 
20 /* As a special exception, you may create a larger work that contains
21  part or all of the Bison parser skeleton and distribute that work
22  under terms of your choice, so long as that work isn't itself a
23  parser generator using the skeleton or a modified version thereof
24  as a parser skeleton. Alternatively, if you modify or redistribute
25  the parser skeleton itself, you may (at your option) remove this
26  special exception, which will cause the skeleton and the resulting
27  Bison output files to be licensed under the GNU General Public
28  License without this special exception.
29 
30  This special exception was added by the Free Software Foundation in
31  version 2.2 of Bison. */
32 
33 #ifndef YY_YYXML_XML_Y_TAB_HPP_INCLUDED
34 # define YY_YYXML_XML_Y_TAB_HPP_INCLUDED
35 /* Debug traces. */
36 #ifndef YYDEBUG
37 # define YYDEBUG 0
38 #endif
39 #if YYDEBUG
40 extern int yyxmldebug;
41 #endif
42 
43 /* Token type. */
44 #ifndef YYTOKENTYPE
45 # define YYTOKENTYPE
47  {
48  STARTXMLDECL = 258,
49  VERSION = 259,
50  STARTPI = 260,
51  ENDPI = 261,
52  EQ = 262,
53  SLASH = 263,
54  CLOSE = 264,
55  END = 265,
56  ENCODING = 266,
57  NAME = 267,
58  VALUE = 268,
59  DATA = 269,
60  COMMENT = 270,
61  START = 271
62  };
63 #endif
64 /* Tokens. */
65 #define STARTXMLDECL 258
66 #define VERSION 259
67 #define STARTPI 260
68 #define ENDPI 261
69 #define EQ 262
70 #define SLASH 263
71 #define CLOSE 264
72 #define END 265
73 #define ENCODING 266
74 #define NAME 267
75 #define VALUE 268
76 #define DATA 269
77 #define COMMENT 270
78 #define START 271
79 
80 /* Value type. */
81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
82 
83 union YYSTYPE
84 {
85 #line 19 "parser.y" /* yacc.c:1909 */
86 char *s;
87 
88 #line 89 "xml_y.tab.hpp" /* yacc.c:1909 */
89 };
90 
91 typedef union YYSTYPE YYSTYPE;
92 # define YYSTYPE_IS_TRIVIAL 1
93 # define YYSTYPE_IS_DECLARED 1
94 #endif
95 
96 
97 extern YYSTYPE yyxmllval;
98 
99 int yyxmlparse (void);
100 
101 #endif /* !YY_YYXML_XML_Y_TAB_HPP_INCLUDED */
#define CLOSE
Definition: xml_y.tab.h:71
#define VERSION
Definition: xml_y.tab.h:66
#define ENDPI
Definition: xml_y.tab.h:68
#define START
Definition: xml_y.tab.h:78
#define STARTXMLDECL
Definition: xml_y.tab.h:65
yytokentype
Definition: ansi_c_y.tab.h:46
#define END
Definition: xml_y.tab.h:72
#define VALUE
Definition: xml_y.tab.h:75
#define STARTPI
Definition: xml_y.tab.h:67
#define EQ
Definition: xml_y.tab.h:69
#define NAME
Definition: xml_y.tab.h:74
char * s
Definition: xml_y.tab.cpp:162
#define SLASH
Definition: xml_y.tab.h:70
YYSTYPE yyxmllval
#define DATA
Definition: xml_y.tab.h:76
int yyxmlparse(void)
Definition: xml_y.tab.cpp:1040
#define COMMENT
Definition: xml_y.tab.h:77
#define ENCODING
Definition: xml_y.tab.h:73