HomeSort by: relevance | last modified time | path
    Searched refs:isPoint (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 397 /// isPoint - Return true if the constraint is of kind Point.
398 bool isPoint() const { return Kind == Point; }
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 186 bool isPoint = false;
189 : SourceRange(R), isPoint(isP) {}
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 415 else if (isPoint())
441 assert(!Y->isPoint() && "Y must not be a Point");
474 // checks if (X->isPoint() && Y->isPoint()).
479 assert(!(X->isPoint() && Y->isPoint()) &&
480 "We shouldn't ever see X->isPoint() && Y->isPoint()");
564 // if (X->isLine() && Y->isPoint()) This case can't occur.
565 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur")
    [all...]

Completed in 56 milliseconds