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

Completed in 2562 milliseconds