HomeSort by relevance Sort by last modified time
    Searched refs:isPoint (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 119 bool isPoint;
122 : SourceRange(R), isPoint(isP) {}
124 PathDiagnosticRange() : isPoint(false) {}
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 396 /// isPoint - Return true if the constraint is of kind Point.
397 bool isPoint() const { return Kind == Point; }
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 399 else if (isPoint())
425 assert(!Y->isPoint() && "Y must not be a Point");
458 // checks if (X->isPoint() && Y->isPoint()).
463 assert(!(X->isPoint() && Y->isPoint()) &&
464 "We shouldn't ever see X->isPoint() && Y->isPoint()");
548 // if (X->isLine() && Y->isPoint()) This case can't occur.
549 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur")
    [all...]

Completed in 192 milliseconds