Home
last modified time | relevance | path

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

/aoo42x/main/idlc/source/
H A Dastexpression.cxx177 if (ev->u.ulval > SAL_MAX_INT16) in coerce_value()
236 if (ev->u.ulval > SAL_MAX_UINT16) in coerce_value()
291 if (ev->u.ulval > SAL_MAX_INT32) in coerce_value()
556 ev->u.fval = (float)ev->u.ulval; in coerce_value()
564 if ((float)ev->u.ulval > FLT_MAX) in coerce_value()
566 ev->u.fval = (float)ev->u.ulval; in coerce_value()
605 ev->u.dval = (double)ev->u.ulval; in coerce_value()
658 if (ev->u.ulval > SAL_MAX_UINT8) in coerce_value()
758 copy->u.ulval = m_exprValue->u.ulval; in coerce()
817 return (m_exprValue->u.ulval == pExpr->getExprValue()->u.ulval) ? sal_True : sal_False; in operator ==()
[all …]
H A Dastconstant.cxx82 aConst.m_value.aULong = exprVal->u.ulval; in dumpBlob()
H A Dparser.y280 sal_uInt32 ulval; /* sal_uInt32 value */
398 %type <ulval> flag_header opt_attrflags opt_attrflag operation_head
399 %type <ulval> direction service_interface_header service_service_header
/aoo42x/main/idlc/inc/idlc/
H A Dastexpression.hxx85 sal_uInt32 ulval; // Contains unsigned long expr value member

Completed in 46 milliseconds