Home
last modified time | relevance | path

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

/trunk/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;
/trunk/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()
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()
[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()