Lines Matching refs:AstExprValue
63 m_exprValue = new AstExprValue(); in AstExpression()
77 m_exprValue = new AstExprValue(); in AstExpression()
91 m_exprValue = new AstExprValue(); in AstExpression()
105 m_exprValue = new AstExprValue(); in AstExpression()
119 m_exprValue = new AstExprValue(); in AstExpression()
151 static AstExprValue *
152 coerce_value(AstExprValue *ev, ExprType t) in coerce_value()
710 static AstExprValue *
711 eval_kind(AstExprValue *ev, EvalKind ek) in eval_kind()
721 AstExprValue* AstExpression::coerce(ExprType t, sal_Bool bAssign) in coerce()
723 AstExprValue *copy; in coerce()
743 copy = new AstExprValue; in coerce()
885 AstExprValue* AstExpression::eval_internal(EvalKind ek) in eval_internal()
926 AstExprValue* AstExpression::eval_bin_op(EvalKind ek) in eval_bin_op()
950 std::auto_ptr< AstExprValue > retval(new AstExprValue()); in eval_bin_op()
981 AstExprValue* AstExpression::eval_bit_op(EvalKind ek) in eval_bit_op()
1000 std::auto_ptr< AstExprValue > retval(new AstExprValue()); in eval_bit_op()
1027 AstExprValue* AstExpression::eval_un_op(EvalKind ek) in eval_un_op()
1043 std::auto_ptr< AstExprValue > retval(new AstExprValue()); in eval_un_op()
1067 AstExprValue* AstExpression::eval_symbol(EvalKind ek) in eval_symbol()