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

  /external/skia/src/core/
SkLights.cpp 26 bool isPoint = buf.readBool();
47 if (isPoint) {
92 bool isPoint = Light::kPoint_LightType == light.type();
94 buf.writeBool(isPoint);
107 if (isPoint) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 123 bool isPoint;
126 : SourceRange(R), isPoint(isP) {}
128 PathDiagnosticRange() : isPoint(false) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 123 bool isPoint;
126 : SourceRange(R), isPoint(isP) {}
128 PathDiagnosticRange() : isPoint(false) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 123 bool isPoint;
126 : SourceRange(R), isPoint(isP) {}
128 PathDiagnosticRange() : isPoint(false) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 123 bool isPoint;
126 : SourceRange(R), isPoint(isP) {}
128 PathDiagnosticRange() : isPoint(false) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 123 bool isPoint;
126 : SourceRange(R), isPoint(isP) {}
128 PathDiagnosticRange() : isPoint(false) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 123 bool isPoint;
126 : SourceRange(R), isPoint(isP) {}
128 PathDiagnosticRange() : isPoint(false) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 123 bool isPoint;
126 : SourceRange(R), isPoint(isP) {}
128 PathDiagnosticRange() : isPoint(false) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 123 bool isPoint;
126 : SourceRange(R), isPoint(isP) {}
128 PathDiagnosticRange() : isPoint(false) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 123 bool isPoint;
126 : SourceRange(R), isPoint(isP) {}
128 PathDiagnosticRange() : isPoint(false) {}
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 403 /// isPoint - Return true if the constraint is of kind Point.
404 bool isPoint() const { return Kind == Point; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 393 /// isPoint - Return true if the constraint is of kind Point.
394 bool isPoint() const { return Kind == Point; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 393 /// isPoint - Return true if the constraint is of kind Point.
394 bool isPoint() const { return Kind == Point; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 393 /// isPoint - Return true if the constraint is of kind Point.
394 bool isPoint() const { return Kind == Point; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 393 /// isPoint - Return true if the constraint is of kind Point.
394 bool isPoint() const { return Kind == Point; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 393 /// isPoint - Return true if the constraint is of kind Point.
394 bool isPoint() const { return Kind == Point; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 393 /// isPoint - Return true if the constraint is of kind Point.
394 bool isPoint() const { return Kind == Point; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 393 /// isPoint - Return true if the constraint is of kind Point.
394 bool isPoint() const { return Kind == Point; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 393 /// isPoint - Return true if the constraint is of kind Point.
394 bool isPoint() const { return Kind == Point; }
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 395 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 1513 milliseconds