Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isPoint

394   else if (isPoint())
420 assert(!Y->isPoint() && "Y must not be a Point");
453 // checks if (X->isPoint() && Y->isPoint()).
458 assert(!(X->isPoint() && Y->isPoint()) &&
459 "We shouldn't ever see X->isPoint() && Y->isPoint()");
543 // if (X->isLine() && Y->isPoint()) This case can't occur.
544 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur");
546 if (X->isPoint() && Y->isLine()) {
2985 else if (Constraints[LI].isPoint())
3144 else if (CurConstraint.isPoint()) {