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

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

Completed in 942 milliseconds