Home
last modified time | relevance | path

Searched refs:maxselwid (Results 1 – 6 of 6) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx2.c8061 int32 xwid, maxselwid, nd_realcnv, nd_unsgn_widen; in chk_case() local
8067 for (maxselwid = 0; csip != NULL; csip = csip->csinxt) in chk_case()
8073 if (xwid > maxselwid) maxselwid = xwid; in chk_case()
8079 if (xwid > maxselwid) maxselwid = xwid; in chk_case()
8080 stp->st.scs.maxselwid = (word32) maxselwid; in chk_case()
8088 __chk_rhsexpr(xplp->xp, maxselwid); in chk_case()
8093 __chk_rhsexpr(stp->st.scs.csx, maxselwid); in chk_case()
H A Dv.h1859 unsigned maxselwid : 24; member
H A Dv_ex.c2017 selxlen = stp->st.scs.maxselwid; in exec_case()
2190 selxlen = stp->st.scs.maxselwid; in exec_casex()
2292 selxlen = stp->st.scs.maxselwid; in exec_casez()
H A Dv_fx.c7092 nstp->st.scs.maxselwid = ostp->st.scs.maxselwid; in copy_stmt()
H A Dv_prp2.c6379 nstp->st.scs.maxselwid = ostp->st.scs.maxselwid; in cmp_xform1_stmt()
H A Dv_src.c4088 stp->st.scs.maxselwid = 0; in __alloc_stmt()