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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 117 bool isPoint;
120 : SourceRange(R), isPoint(isP) {}
122 PathDiagnosticRange() : isPoint(false) {}
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 141 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, !R.isPoint);
  /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 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")
    [all...]

Completed in 871 milliseconds