2 /* A Bison parser, made by GNU Bison 2.4.1. */
4 /* Skeleton interface for Bison's Yacc-like parsers in C
6 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
7 Free Software Foundation, Inc.
9 This program is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program. If not, see <http://www.gnu.org/licenses/>. */
22 /* As a special exception, you may create a larger work that contains
23 part or all of the Bison parser skeleton and distribute that work
24 under terms of your choice, so long as that work isn't itself a
25 parser generator using the skeleton or a modified version thereof
26 as a parser skeleton. Alternatively, if you modify or redistribute
27 the parser skeleton itself, you may (at your option) remove this
28 special exception, which will cause the skeleton and the resulting
29 Bison output files to be licensed under the GNU General Public
30 License without this special exception.
32 This special exception was added by the Free Software Foundation in
33 version 2.2 of Bison. */
39 /* Put the tokens into the symbol table, so that GDB and other debuggers
93 SAMPLER1DSHADOW
= 309,
94 SAMPLER2DSHADOW
= 310,
95 SAMPLERCUBESHADOW
= 311,
98 SAMPLER1DARRAYSHADOW
= 314,
99 SAMPLER2DARRAYSHADOW
= 315,
104 ISAMPLER1DARRAY
= 320,
105 ISAMPLER2DARRAY
= 321,
110 USAMPLER1DARRAY
= 326,
111 USAMPLER2DARRAY
= 327,
120 FIELD_SELECTION
= 336,
192 SAMPLER2DRECTSHADOW
= 408,
232 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
233 typedef union YYSTYPE
236 /* Line 1676 of yacc.c */
237 #line 52 "glsl_parser.ypp"
244 struct ast_type_qualifier q
;
249 ast_type_specifier
*type_specifier
;
250 ast_fully_specified_type
*fully_specified_type
;
251 ast_function
*function
;
252 ast_parameter_declarator
*parameter_declarator
;
253 ast_function_definition
*function_definition
;
254 ast_compound_statement
*compound_statement
;
255 ast_expression
*expression
;
256 ast_declarator_list
*declarator_list
;
257 ast_struct_specifier
*struct_specifier
;
258 ast_declaration
*declaration
;
262 ast_expression
*rest
;
263 } for_rest_statement
;
267 /* Line 1676 of yacc.c */
268 #line 269 "glsl_parser.h"
270 # define YYSTYPE_IS_TRIVIAL 1
271 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
272 # define YYSTYPE_IS_DECLARED 1
277 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
278 typedef struct YYLTYPE
285 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
286 # define YYLTYPE_IS_DECLARED 1
287 # define YYLTYPE_IS_TRIVIAL 1