ROSE  0.11.96.11
omp_exprparser_parser.hh
1 /* A Bison parser, made by GNU Bison 3.5.1. */
2 
3 /* Bison interface for Yacc-like parsers in C
4 
5  Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,
6  Inc.
7 
8  This program is free software: you can redistribute it and/or modify
9  it under the terms of the GNU General Public License as published by
10  the Free Software Foundation, either version 3 of the License, or
11  (at your option) any later version.
12 
13  This program is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  GNU General Public License for more details.
17 
18  You should have received a copy of the GNU General Public License
19  along with this program. If not, see <http://www.gnu.org/licenses/>. */
20 
21 /* As a special exception, you may create a larger work that contains
22  part or all of the Bison parser skeleton and distribute that work
23  under terms of your choice, so long as that work isn't itself a
24  parser generator using the skeleton or a modified version thereof
25  as a parser skeleton. Alternatively, if you modify or redistribute
26  the parser skeleton itself, you may (at your option) remove this
27  special exception, which will cause the skeleton and the resulting
28  Bison output files to be licensed under the GNU General Public
29  License without this special exception.
30 
31  This special exception was added by the Free Software Foundation in
32  version 2.2 of Bison. */
33 
34 /* Undocumented macros, especially those whose name start with YY_,
35  are private implementation details. Do not rely on them. */
36 
37 #ifndef YY_OMP_EXPRPARSER_OMP_EXPRPARSER_PARSER_HH_INCLUDED
38 # define YY_OMP_EXPRPARSER_OMP_EXPRPARSER_PARSER_HH_INCLUDED
39 /* Debug traces. */
40 #ifndef OMP_EXPRPARSER_DEBUG
41 # if defined YYDEBUG
42 #if YYDEBUG
43 # define OMP_EXPRPARSER_DEBUG 1
44 # else
45 # define OMP_EXPRPARSER_DEBUG 0
46 # endif
47 # else /* ! defined YYDEBUG */
48 # define OMP_EXPRPARSER_DEBUG 0
49 # endif /* ! defined YYDEBUG */
50 #endif /* ! defined OMP_EXPRPARSER_DEBUG */
51 #if OMP_EXPRPARSER_DEBUG
52 extern int omp_exprparser_debug;
53 #endif
54 
55 /* Token type. */
56 #ifndef OMP_EXPRPARSER_TOKENTYPE
57 # define OMP_EXPRPARSER_TOKENTYPE
58  enum omp_exprparser_tokentype
59  {
60  LOGAND = 258,
61  LOGOR = 259,
62  SHLEFT = 260,
63  SHRIGHT = 261,
64  PLUSPLUS = 262,
65  MINUSMINUS = 263,
66  PTR_TO = 264,
67  LE_OP2 = 265,
68  GE_OP2 = 266,
69  EQ_OP2 = 267,
70  NE_OP2 = 268,
71  RIGHT_ASSIGN2 = 269,
72  LEFT_ASSIGN2 = 270,
73  ADD_ASSIGN2 = 271,
74  SUB_ASSIGN2 = 272,
75  MUL_ASSIGN2 = 273,
76  DIV_ASSIGN2 = 274,
77  MOD_ASSIGN2 = 275,
78  AND_ASSIGN2 = 276,
79  XOR_ASSIGN2 = 277,
80  OR_ASSIGN2 = 278,
81  DEPEND = 279,
82  IN = 280,
83  OUT = 281,
84  INOUT = 282,
85  MERGEABLE = 283,
86  LEXICALERROR = 284,
87  IDENTIFIER = 285,
88  MIN = 286,
89  MAX = 287,
90  VARLIST = 288,
91  ARRAY_SECTION = 289,
92  ICONSTANT = 290,
93  EXPRESSION = 291,
94  ID_EXPRESSION = 292
95  };
96 #endif
97 /* Tokens. */
98 #define LOGAND 258
99 #define LOGOR 259
100 #define SHLEFT 260
101 #define SHRIGHT 261
102 #define PLUSPLUS 262
103 #define MINUSMINUS 263
104 #define PTR_TO 264
105 #define LE_OP2 265
106 #define GE_OP2 266
107 #define EQ_OP2 267
108 #define NE_OP2 268
109 #define RIGHT_ASSIGN2 269
110 #define LEFT_ASSIGN2 270
111 #define ADD_ASSIGN2 271
112 #define SUB_ASSIGN2 272
113 #define MUL_ASSIGN2 273
114 #define DIV_ASSIGN2 274
115 #define MOD_ASSIGN2 275
116 #define AND_ASSIGN2 276
117 #define XOR_ASSIGN2 277
118 #define OR_ASSIGN2 278
119 #define DEPEND 279
120 #define IN 280
121 #define OUT 281
122 #define INOUT 282
123 #define MERGEABLE 283
124 #define LEXICALERROR 284
125 #define IDENTIFIER 285
126 #define MIN 286
127 #define MAX 287
128 #define VARLIST 288
129 #define ARRAY_SECTION 289
130 #define ICONSTANT 290
131 #define EXPRESSION 291
132 #define ID_EXPRESSION 292
133 
134 /* Value type. */
135 #if ! defined OMP_EXPRPARSER_STYPE && ! defined OMP_EXPRPARSER_STYPE_IS_DECLARED
137 {
138 #line 91 "../../../../rexompiler/src/frontend/SageIII/omp_exprparser_parser.yy"
139  int itype;
140  double ftype;
141  const char* stype;
142  void* ptype; /* For expressions */
143 
144 
145 #line 146 "omp_exprparser_parser.hh"
146 
147 };
149 # define OMP_EXPRPARSER_STYPE_IS_TRIVIAL 1
150 # define OMP_EXPRPARSER_STYPE_IS_DECLARED 1
151 #endif
152 
153 /* Location type. */
154 #if ! defined OMP_EXPRPARSER_LTYPE && ! defined OMP_EXPRPARSER_LTYPE_IS_DECLARED
157 {
158  int first_line;
159  int first_column;
160  int last_line;
161  int last_column;
162 };
163 # define OMP_EXPRPARSER_LTYPE_IS_DECLARED 1
164 # define OMP_EXPRPARSER_LTYPE_IS_TRIVIAL 1
165 #endif
166 
167 
168 extern OMP_EXPRPARSER_STYPE omp_exprparser_lval;
169 extern OMP_EXPRPARSER_LTYPE omp_exprparser_lloc;
170 int omp_exprparser_parse (void);
171 
172 #endif /* !YY_OMP_EXPRPARSER_OMP_EXPRPARSER_PARSER_HH_INCLUDED */
OMP_EXPRPARSER_LTYPE
Definition: omp_exprparser_parser.hh:156
OMP_EXPRPARSER_STYPE
Definition: omp_exprparser_parser.hh:136