HomeSort by: relevance | last modified time | path
    Searched defs:isPoint (Results 1 - 2 of 2) 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) {}

Completed in 19 milliseconds