Searched refs:ctndp (Results 1 – 1 of 1) sorted by relevance
2558 register struct expr_t *ctndp; in mark_constnd() local2563 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() local2845 for (ctndp = ndp->ru.x; ctndp != NULL; ctndp = ctndp->ru.x) in fold_const()2854 fold_const(ctndp->lu.x); in fold_const()