Home
last modified time | relevance | path

Searched refs:LHS_DECL (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx3.c3810 if (lhs_is_decl(xp)) lhstyp = LHS_DECL; else lhstyp = LHS_PROC; in chk_pli_arglist()
3982 __chk_lhsexpr(fandp->lu.x, LHS_DECL); in chksf_count_drivers()
4207 if (lhstyp == LHS_DECL) in chksyn_lhsexpr()
4218 if (lhstyp == LHS_DECL) in chksyn_lhsexpr()
4247 if (lhstyp == LHS_DECL) in chksyn_lhsexpr()
H A Dv_fx2.c4752 __chk_lhsexpr(mpx, LHS_DECL); in __setchk_mpwidths()
6172 __chk_lhsexpr(pxp, LHS_DECL); in chk_inst_conns()
6807 __chk_lhsexpr(xp, LHS_DECL); in chk_pull_gate()
6892 rv = __chk_lhsexpr(xp, LHS_DECL); in chk_gate_source()
6981 lhs_gd = __chk_lhsexpr(lhsx, LHS_DECL); in chk_contas()
8647 else __chk_lhsexpr(ndp, LHS_DECL); in chk_qclvalue()
H A Dv.h284 #define LHS_DECL 1 macro