Searched refs:NegativeExprASTNode (Results 1 – 4 of 4) sorted by relevance
341 #pragma mark = NegativeExprASTNode =343 NegativeExprASTNode::NegativeExprASTNode(const NegativeExprASTNode & other) in NegativeExprASTNode() function in NegativeExprASTNode349 void NegativeExprASTNode::printTree(int indent) const in printTree()355 ExprASTNode * NegativeExprASTNode::reduce(EvalContext & context) in reduce()
327 class NegativeExprASTNode : public ExprASTNode330 NegativeExprASTNode(ExprASTNode * expr) : ExprASTNode(), m_expr(expr) {} in NegativeExprASTNode() function331 NegativeExprASTNode(const NegativeExprASTNode & other);333 virtual ASTNode * clone() const { return new NegativeExprASTNode(*this); } in clone()
950 $$ = new NegativeExprASTNode(dynamic_cast<ExprASTNode*>($2));
2495 (yyval.m_ast) = new NegativeExprASTNode(dynamic_cast<ExprASTNode*>((yyvsp[0].m_ast)));