Home
last modified time | relevance | path

Searched refs:n_onrhs (Results 1 – 5 of 5) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_prp.c1435 np->n_onrhs = FALSE; in set_optim_nflds()
1441 if (np->nu.ct->n_onrhs) np->n_onrhs = TRUE; in set_optim_nflds()
1477 if (ncmp->n_onrhs && ncmp->n_onlhs) return; in emit_varunused_informs()
1497 if (!ncmp->n_onrhs && !ncmp->n_onlhs) in emit_varunused_informs()
1499 else if (!ncmp->n_onrhs && ncmp->n_onlhs) in emit_varunused_informs()
1505 if (!ncmp->n_onrhs && !ncmp->n_onlhs) { strcpy(s3, "unused"); in emit_varunused_informs()
1507 else if (!ncmp->n_onrhs && ncmp->n_onlhs) in emit_varunused_informs()
H A Dv_fx3.c969 if (np->nrngrep == NX_CT) np->nu.ct->n_onrhs = TRUE; in chk_rhs_id()
2160 np->nu.ct->n_onrhs = TRUE; in chk_srcbsel()
2243 np->nu.ct->n_onrhs = TRUE; in chk_srcpsel()
4566 if (np->nrngrep == NX_CT) np->nu.ct->n_onrhs = TRUE; in __chk_evxpr()
4570 if (np->nrngrep == NX_CT) np->nu.ct->n_onrhs = TRUE; in __chk_evxpr()
6585 if (!np->n_isaparam || np->nu.ct->n_onrhs) continue; in __emit_param_informs()
6595 if (!np->n_isaparam || !np->nu.ct->p_locparam || np->nu.ct->n_onrhs) in __emit_param_informs()
6607 if (!np->n_isaparam || np->nu.ct->n_onrhs) continue; in __emit_param_informs()
6616 if (!np->n_isaparam || !np->nu.ct->p_locparam || np->nu.ct->n_onrhs) in __emit_param_informs()
6632 if (np->nu.ct->n_onrhs) continue; in __emit_param_informs()
H A Dv.h1528 unsigned n_onrhs : 1; /* appears on some rhs (also declarative) */ member
2454 unsigned n_onrhs : 1; /* appears on some rhs (also declarative) */ member
H A Dv_src.c2342 np->nu.ct->n_onrhs = FALSE; in __add_net()
2396 np->n_onrhs = FALSE; in __add_net()
H A Dv_fx2.c6026 np->nu.ct->n_onrhs = TRUE; in chk_1tsk()
6216 if (np->iotyp == NON_IO) np->nu.ct->n_onrhs = TRUE; in __set_expr_onrhs()
7289 if (np->nrngrep == NX_CT) np->nu.ct->n_onrhs = TRUE; in chk_fdef_args()