Home | History | Annotate | Download | only in cp

Lines Matching defs:strict_p

3679    *ANY_VIABLE_P to true.  STRICT_P is true if a candidate should be
3684 bool strict_p,
3695 strict_p
3705 if (!strict_p
3711 strict_p = true;
3724 if (strict_p ? c->viable == 1 : c->viable)
6510 bool strict_p;
6608 strict_p = true;
6612 strict_p = false;
6616 candidates = splice_viable (candidates, strict_p, &any_viable_p);