Searched refs:star_expr (Results 1 – 1 of 1) sorted by relevance
115 class star_expr : public unary_expr {117 star_expr(expression *e) : unary_expr(e) { } in star_expr() function361 { $$ = new star_expr($1); }660 void star_expr::evaluate(int tentative, const reference &ref, in evaluate()