Home
last modified time | relevance | path

Searched refs:t_list_exp (Results 1 – 3 of 3) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/parse/
H A Dparsescilab.cpp2463 { for (auto e : *((*yyvaluep).t_list_exp)) delete e; delete ((*yyvaluep).t_list_exp); } in yydestruct()
2505 { for (auto e : *((*yyvaluep).t_list_exp)) delete e; delete ((*yyvaluep).t_list_exp); } in yydestruct()
2589 { for (auto e : *((*yyvaluep).t_list_exp)) delete e; delete ((*yyvaluep).t_list_exp); } in yydestruct()
2619 { for (auto e : *((*yyvaluep).t_list_exp)) delete e; delete ((*yyvaluep).t_list_exp); } in yydestruct()
3128 (yyval.t_list_exp) = (yyvsp[-2].t_list_exp); in yyparse()
3146 (yyval.t_list_exp) = (yyvsp[-3].t_list_exp); in yyparse()
3510 …{(yyvsp[-1].t_list_exp)->push_back(new ast::NilExp((yylsp[0])));(yyval.t_list_exp) = (yyvsp[-1].t_… in yyparse()
3516 …{(yyvsp[-2].t_list_exp)->push_back((yyvsp[0].t_exp));(yyval.t_list_exp) = (yyvsp[-2].t_list_exp);p… in yyparse()
4462 (yyval.t_list_exp) = (yyvsp[-2].t_list_exp); in yyparse()
4472 (yyval.t_list_exp) = (yyvsp[-2].t_list_exp); in yyparse()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/parse/
H A Dparsescilab.hxx234 ast::exps_t* t_list_exp; member
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/parse/bison/
H A Dparsescilab.yy143 ast::exps_t* t_list_exp;
191 %destructor { for (auto e : *$$) delete e; delete $$; } <t_list_exp>
290 %type <t_list_exp> recursiveExpression
295 %type <t_list_exp> variableFields
340 %type <t_list_exp> functionArgs
359 %type<t_list_exp> matrixOrCellColumns