Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c158 static int32 indir_widthdet_markparam(struct expr_t *);
5982 if (indir_widthdet_markparam(pxp)) split_inst = TRUE; in mark_poundparam_splitinsts()
6006 static int32 indir_widthdet_markparam(struct expr_t *xp) in indir_widthdet_markparam() function
6030 if (xp->lu.x != NULL) rv = indir_widthdet_markparam(xp->lu.x); in indir_widthdet_markparam()
6031 if (xp->ru.x != NULL) rv2 = indir_widthdet_markparam(xp->ru.x); in indir_widthdet_markparam()