Searched refs:uhval (Results 1 – 3 of 3) sorted by relevance
107 m_exprValue->u.uhval = uh; in AstExpression()189 if (ev->u.uhval > SAL_MAX_INT16) in coerce_value()191 ev->u.sval = (sal_Int16)ev->u.uhval; in coerce_value()248 if (ev->u.uhval > SAL_MAX_UINT16) in coerce_value()303 if (ev->u.uhval > SAL_MAX_INT32) in coerce_value()360 if (ev->u.uhval > SAL_MAX_UINT32) in coerce_value()411 if (ev->u.uhval > SAL_MAX_INT64) in coerce_value()670 if (ev->u.uhval > SAL_MAX_UINT8) in coerce_value()764 copy->u.uhval = m_exprValue->u.uhval; in coerce()821 return (m_exprValue->u.uhval == pExpr->getExprValue()->u.uhval) ? sal_True : sal_False; in operator ==()[all …]
90 aConst.m_value.aUHyper = exprVal->u.uhval; in dumpBlob()
87 sal_uInt64 uhval; // Contains unsigned hyper expr value member
Completed in 22 milliseconds