Searched refs:isPoint (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h119 bool isPoint; member in class:clang::ento::PathDiagnosticRange
122 : SourceRange(R), isPoint(isP) {}
124 PathDiagnosticRange() : isPoint(false) {}
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h396 /// isPoint - Return true if the constraint is of kind Point.
397 bool isPoint() const { return Kind == Point; } function in class:llvm::DependenceAnalysis::Constraint
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp399 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())
[all...]

Completed in 164 milliseconds