Searched refs:function_definition (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.h210 ast_function_definition *function_definition; member in union:YYSTYPE
H A Dglsl_parser.cpp351 ast_function_definition *function_definition; member in union:YYSTYPE
811 "external_declaration", "function_definition", "interface_block",
5451 { (yyval.node) = (yyvsp[0].function_definition); }
5483 (yyval.function_definition) = new(ctx) ast_function_definition();
5484 (yyval.function_definition)->set_location_range((yylsp[-1]), (yylsp[0]));
5485 (yyval.function_definition)->prototype = (yyvsp[-1].function);
5486 (yyval.function_definition)->body = (yyvsp[0].compound_statement);
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.h217 ast_function_definition *function_definition; member in union:YYSTYPE
H A Dglsl_parser.cpp446 YYSYMBOL_function_definition = 261, /* function_definition */
952 "demote_statement", "external_declaration", "function_definition",
5697 case 280: /* external_declaration: function_definition */
5699 { (yyval.node) = (yyvsp[0].function_definition); }
5727 case 285: /* function_definition: function_prototype compound_statement_no_new_scope */
5731 (yyval.function_definition) = new(ctx) ast_function_definition();
5732 (yyval.function_definition)->set_location_range((yylsp[-1]), (yylsp[0]));
5733 (yyval.function_definition)->prototype = (yyvsp[-1].function);
5734 (yyval.function_definition)->body = (yyvsp[0].compound_statement);

Completed in 20 milliseconds