Searched refs:IntSizeExprASTNode (Results 1 – 4 of 4) sorted by relevance
815 #pragma mark = IntSizeExprASTNode =817 IntSizeExprASTNode::IntSizeExprASTNode(const IntSizeExprASTNode & other) in IntSizeExprASTNode() function in IntSizeExprASTNode823 void IntSizeExprASTNode::printTree(int indent) const in printTree()848 ExprASTNode * IntSizeExprASTNode::reduce(EvalContext & context) in reduce()
505 class IntSizeExprASTNode : public ExprASTNode508 …IntSizeExprASTNode(ExprASTNode * expr, int_size_t intSize) : ExprASTNode(), m_expr(expr), m_size(i… in IntSizeExprASTNode() function509 IntSizeExprASTNode(const IntSizeExprASTNode & other);511 virtual ASTNode * clone() const { return new IntSizeExprASTNode(*this); } in clone()
919 $$ = new IntSizeExprASTNode(dynamic_cast<ExprASTNode*>($1), $3->getWordSize());
2454 …(yyval.m_ast) = new IntSizeExprASTNode(dynamic_cast<ExprASTNode*>((yyvsp[-2].m_ast)), (yyvsp[0].m_…