Searched refs:new_ExprTree_array (Results 1 – 5 of 5) sorted by relevance
68 | tag '[' expression ']' { $$ = new_ExprTree_array($1,$3); }
170 ExprTree * new_ExprTree_array(ExprTree * tag,ExprTree * expr) ;
730 { yyval.tr = new_ExprTree_array(yypvt[-3].tr,yypvt[-1].tr); } /*NOTREACHED*/ break; in yyparse()
367 ExprTree * new_ExprTree_array(ExprTree * tag,ExprTree * expr) in new_ExprTree_array() function
444 ExprTree * new_ExprTree_array(ExprTree * tag,ExprTree * expr)