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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 499 Optional<bool> IsPrunable;
519 void setPrunable(bool isPrunable, bool override = false) {
520 if (IsPrunable.hasValue() && !override)
522 IsPrunable = isPrunable;
526 bool isPrunable() const {
527 return IsPrunable.hasValue() ? IsPrunable.getValue() : false;
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 195 containsSomethingInteresting |= !event->isPrunable();
    [all...]

Completed in 76 milliseconds