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

  /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/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 117 bool isPoint;
120 : SourceRange(R), isPoint(isP) {}
122 PathDiagnosticRange() : isPoint(false) {}

Completed in 56 milliseconds