Home
last modified time | relevance | path

Searched refs:coerce (Results 1 – 5 of 5) sorted by relevance

/trunk/main/idlc/source/
H A Dastexpression.cxx721 AstExprValue* AstExpression::coerce(ExprType t, sal_Bool bAssign) in coerce() function in AstExpression
940 m_subExpr1->setExprValue(m_subExpr1->coerce(eType)); in eval_bin_op()
946 m_subExpr2->setExprValue(m_subExpr2->coerce(eType)); in eval_bin_op()
990 m_subExpr1->setExprValue(m_subExpr1->coerce(ET_long)); in eval_bit_op()
996 m_subExpr2->setExprValue(m_subExpr2->coerce(ET_long)); in eval_bit_op()
1039 m_subExpr1->setExprValue(m_subExpr1->coerce(ET_double)); in eval_un_op()
1055 m_subExpr1->setExprValue(m_subExpr1->coerce(ET_long)); in eval_un_op()
H A Dastunion.cxx169 AstExprValue* pLabelValue = pLabel->getLabelValue()->coerce( in lookupLabel()
323 pExprValue = pLabel->getLabelValue()->coerce(ET_hyper, sal_False); in dump()
H A Dparser.y1343 if ( !$9->coerce($3) )
1531 if ( !$1->coerce(ET_ulong) )
2315 if ( !$3 || !$3->coerce(ET_uhyper) )
2953 if ( $3->coerce(ET_long) )
/trunk/main/idlc/inc/idlc/
H A Dastexpression.hxx148 AstExprValue* coerce(ExprType type, sal_Bool bAssign=sal_True);
/trunk/main/oox/source/token/
H A Dtokens.txt1221 coerce

Completed in 45 milliseconds