Searched refs:compound_statement (Results 1 – 10 of 10) sorted by relevance
76 // ( declaration+ compound_statement // K&R style77 // | compound_statement // ANSI style404 // | compound_statement417 // compound_statement
60 // ( declaration+ compound_statement // K&R style61 // | compound_statement // ANSI style389 // | compound_statement402 // compound_statement
571 ast_compound_statement *compound_statement; member5176 { (yyval.node) = (ast_node *) (yyvsp[(1) - (1)].compound_statement); }5185 (yyval.compound_statement) = new(ctx) ast_compound_statement(true, NULL);5186 (yyval.compound_statement)->set_location(yylloc);5205 (yyval.compound_statement) = new(ctx) ast_compound_statement(true, (yyvsp[(3) - (4)].node));5206 (yyval.compound_statement)->set_location(yylloc);5215 { (yyval.node) = (ast_node *) (yyvsp[(1) - (1)].compound_statement); }5224 (yyval.compound_statement) = new(ctx) ast_compound_statement(false, NULL);5225 (yyval.compound_statement)->set_location(yylloc);5235 (yyval.compound_statement) = new(ctx) ast_compound_statement(false, (yyvsp[(2) - (3)].node));[all …]
462 ast_compound_statement *compound_statement; member
410 255 statement: compound_statement420 263 compound_statement: '{' '}'424 265 compound_statement: '{' $@2 statement_list '}'894 compound_statement (301)2707 compound_statement go to state 2353517 compound_statement go to state 2354067 263 compound_statement: '{' . '}'4618 255 statement: compound_statement .4777 compound_statement go to state 2356094 263 compound_statement: '{' '}' .[all …]
23 case compound_statement
72 ast_compound_statement *compound_statement;175 %type <compound_statement> compound_statement_no_new_scope176 %type <compound_statement> compound_statement1604 compound_statement { $$ = (ast_node *) $1; }1617 compound_statement:
25 case compound_statement
177 %type <interm.intermAggregate> statement_list compound_statement1580 : compound_statement { $$ = $1; }1594 compound_statement