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

/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.h207 ast_fully_specified_type *fully_specified_type; member in union:YYSTYPE
H A Dglsl_parser.cpp348 ast_fully_specified_type *fully_specified_type; member in union:YYSTYPE
794 "fully_specified_type", "layout_qualifier", "layout_qualifier_id_list",
3206 (yyval.function)->return_type = (yyvsp[-2].fully_specified_type);
3209 if ((yyvsp[-2].fully_specified_type)->qualifier.is_subroutine_decl()) {
3462 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[0].fully_specified_type));
3475 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-1].fully_specified_type));
3490 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-2].fully_specified_type));
3505 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-4].fully_specified_type));
3520 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-3].fully_specified_type));
3564 (yyval.fully_specified_type)
[all...]
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.h214 ast_fully_specified_type *fully_specified_type; member in union:YYSTYPE
H A Dglsl_parser.cpp397 YYSYMBOL_fully_specified_type = 212, /* fully_specified_type */
935 "fully_specified_type", "layout_qualifier", "layout_qualifier_id_list",
3412 case 117: /* function_header: fully_specified_type variable_identifier '(' */
3418 (yyval.function)->return_type = (yyvsp[-2].fully_specified_type);
3421 if ((yyvsp[-2].fully_specified_type)->qualifier.is_subroutine_decl()) {
3657 case 138: /* single_declaration: fully_specified_type */
3662 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[0].fully_specified_type));
3668 case 139: /* single_declaration: fully_specified_type any_identifier */
3675 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-1].fully_specified_type));
3683 case 140: /* single_declaration: fully_specified_type any_identifie
[all...]

Completed in 14 milliseconds