Home
last modified time | relevance | path

Searched refs:AstExprValue (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/idlc/inc/idlc/
H A Dastexpression.hxx77 struct AstExprValue struct
130 AstExprValue* getExprValue() in getExprValue()
132 void setExprValue(AstExprValue *pEv) in setExprValue()
148 AstExprValue* coerce(ExprType type, sal_Bool bAssign=sal_True);
163 AstExprValue* eval_internal(EvalKind ek);
165 AstExprValue* eval_bin_op(EvalKind ek);
166 AstExprValue* eval_bit_op(EvalKind ek);
167 AstExprValue* eval_un_op(EvalKind ek);
168 AstExprValue* eval_symbol(EvalKind ek);
177 AstExprValue* m_exprValue;
/aoo42x/main/idlc/source/
H A Dastexpression.cxx63 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()
151 static AstExprValue *
710 static AstExprValue *
723 AstExprValue *copy; in coerce()
743 copy = new AstExprValue; in coerce()
950 std::auto_ptr< AstExprValue > retval(new AstExprValue()); in eval_bin_op()
1000 std::auto_ptr< AstExprValue > retval(new AstExprValue()); in eval_bit_op()
[all …]
H A Dastunion.cxx169 AstExprValue* pLabelValue = pLabel->getLabelValue()->coerce( in lookupLabel()
301 AstExprValue* pExprValue = NULL; in dump()
H A Dastconstant.cxx65 AstExprValue *exprVal = getConstValue()->getExprValue(); in dumpBlob()

Completed in 67 milliseconds