Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx3.c2558 register struct expr_t *ctndp; in mark_constnd() local
2563 for (ctndp = ndp->ru.x; ctndp != NULL;) in mark_constnd()
2565 if (ctndp->optyp == CATCOM) in mark_constnd()
2567 if (!mark_constnd(ctndp->lu.x, &is1)) canfold = FALSE; in mark_constnd()
2569 ctndp = ctndp->ru.x; in mark_constnd()
2573 if (!mark_constnd(ctndp, &is1)) canfold = FALSE; in mark_constnd()
2843 register struct expr_t *ctndp; in fold_const() local
2845 for (ctndp = ndp->ru.x; ctndp != NULL; ctndp = ctndp->ru.x) in fold_const()
2854 fold_const(ctndp->lu.x); in fold_const()