Home
last modified time | relevance | path

Searched refs:unsiznum (Results 1 – 7 of 7) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src2.c2497 if (__itoksized) ndp->unsiznum = FALSE; else ndp->unsiznum = TRUE; in __bld_expnode()
2536 ndp->unsiznum = FALSE; in __bld_expnode()
3497 if (!ndp->unsiznum || ndp->ibase != BDEC || ndp3->unsiznum in parse_term()
4739 ndp->unsiznum = FALSE; in __init_xnd()
H A Dv_fx3.c1031 if (lop->unsiznum) in unwind_rhsconcats()
3236 if (fandp->lu.x->optyp == NUMBER && fandp->lu.x->unsiznum in chk_folded_fargs()
4745 if (xp->lu.x->optyp == NUMBER && xp->lu.x->unsiznum in __chk_tskenable()
H A Dv_dbg.c3337 if (!xp->unsiznum) strcat(s, " explicit width"); in bld_expr_telltale()
H A Dv.h1261 unsigned unsiznum : 1; /* T => constant is unsized */ member
H A Dv_cnv.c1915 if ((ndp->unsiznum || ndp->szu.xclen == WBITS) in numexpr_disp()
2034 if (xp->unsiznum) { base = BDEC; signv = TRUE; } in __xregab_tostr()
H A Dv_fx2.c7847 if (stp->st.spra.rhsx->optyp == NUMBER && stp->st.spra.rhsx->unsiznum in chk_1stmt()
7953 && stp->st.sqca->qcrhsx->unsiznum in chk_1stmt()
H A Dv_sdf.c3116 ndp->unsiznum = FALSE; in sdf_bld_expnode()