Lines Matching refs:ast_declaration
356 ast_declaration *declaration;
3405 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[0].identifier), NULL, NULL);
3419 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[-1].identifier), (yyvsp[0].array_specifier), NULL);
3433 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[-3].identifier), (yyvsp[-2].array_specifier), (yyvsp[0].expression));
3447 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[-2].identifier), NULL, (yyvsp[0].expression));
3472 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[0].identifier), NULL, NULL);
3487 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[-1].identifier), (yyvsp[0].array_specifier), NULL);
3502 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[-3].identifier), (yyvsp[-2].array_specifier), (yyvsp[0].expression));
3517 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[-2].identifier), NULL, (yyvsp[0].expression));
3532 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[0].identifier), NULL, NULL);
3548 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[0].identifier), NULL, NULL);
4335 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[0].identifier), NULL, NULL);
4348 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[0].identifier), NULL, NULL);
5009 (yyval.declaration) = new(ctx) ast_declaration((yyvsp[0].identifier), NULL, NULL);
5019 (yyval.declaration) = new(ctx) ast_declaration((yyvsp[-1].identifier), (yyvsp[0].array_specifier), NULL);
5221 ast_declaration *decl = new(ctx) ast_declaration((yyvsp[-2].identifier), NULL, (yyvsp[0].expression));