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()
179 ev->u.sval = (sal_Int16)ev->u.ulval; in coerce_value()
236 if (ev->u.ulval > SAL_MAX_UINT16) in coerce_value()
238 ev->u.usval = (sal_uInt16)ev->u.ulval; in coerce_value()
291 if (ev->u.ulval > SAL_MAX_INT32) in coerce_value()
293 ev->u.lval = (sal_Int32)ev->u.ulval; in coerce_value()
338 ev->u.ulval = (sal_uInt32)ev->u.sval; in coerce_value()
342 ev->u.ulval = (sal_uInt32)ev->u.usval; in coerce_value()
348 ev->u.ulval = (sal_uInt32)ev->u.lval; in coerce_value()
362 ev->u.ulval = (sal_uInt32)ev->u.uhval; in coerce_value()
[all …]
H A Dastconstant.cxx82 aConst.m_value.aULong = exprVal->u.ulval; in dumpBlob()
H A Dparser.y280 sal_uInt32 ulval; /* sal_uInt32 value */ member
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