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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 362 /// isPoint - Return true if the constraint is of kind Point.
363 bool isPoint() const { return Kind == Point; }
    [all...]
  /frameworks/base/libs/hwui/
Program.h 159 bool isPoint;
202 isPoint = false;
270 if (isPoint) key |= programid(0x1) << PROGRAM_IS_POINT_SHIFT;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 116 bool isPoint;
119 : SourceRange(R), isPoint(isP) {}
121 PathDiagnosticRange() : isPoint(false) {}

Completed in 1397 milliseconds