Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_sdf.c1282 struct sy_t *syp, *syp2; in rdset_sdf_cells() local
1423 if ((syp2 = __get_sym(ginam, syp->el.emdp->msymtab)) == NULL in rdset_sdf_cells()
1424 || (syp2->sytyp != SYM_PRIM && syp2->sytyp != SYM_UDP)) in rdset_sdf_cells()
1433 if (!rdset_prim_delay(f, syp, i1, inam, syp2)) goto skip_cell; in rdset_sdf_cells()
H A Dv_fx2.c8794 struct sy_t *syp, *syp2; in chk_disable() local
8821 if ((syp2 = __get_sym(syp->synam, sytp)) != NULL) in chk_disable()
8825 if (syp2->sytyp == SYM_TSK || syp2->sytyp != SYM_F in chk_disable()
8826 || syp2->sytyp != SYM_LB) in chk_disable()
8827 { syp = syp2; dsxp->lu.sy = syp; goto use_syp; } in chk_disable()
H A Dv_fx.c4925 struct sy_t *syp, *syp2, *modsyp, *scope_syp; in fill_gsymhead() local
5000 if ((syp2 = fnd_uprel_inst(ncmp, grp->gin_mdp->moditps[0])) != NULL in fill_gsymhead()
5001 && syp2->el.emdp->minstnum != 0) in fill_gsymhead()