Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_vpi.c4731 struct expr_t *xp, *xpcol, *xpid, *xp1, *xp2; in mk_pthterm_exprclass_handle() local
4761 xpcol = __sim_alloc_newxnd(); in mk_pthterm_exprclass_handle()
4762 xpcol->optyp = COLON; in mk_pthterm_exprclass_handle()
4763 xp->ru.x = xpcol; in mk_pthterm_exprclass_handle()
4764 xpcol->lu.x = xp1; in mk_pthterm_exprclass_handle()
4765 xpcol->ru.x = xp2; in mk_pthterm_exprclass_handle()
H A Dv_fx2.c5551 struct expr_t *xp, *xpid, *xp1, *xp2, *xpcol; in bld_psel_expr() local
5573 xpcol = __alloc_newxnd(); in bld_psel_expr()
5574 xpcol->optyp = COLON; in bld_psel_expr()
5575 xp->ru.x = xpcol; in bld_psel_expr()
5576 xpcol->lu.x = xp1; in bld_psel_expr()
5577 xpcol->ru.x = xp2; in bld_psel_expr()