Home
last modified time | relevance | path

Searched refs:isPrunable (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h522 void setPrunable(bool isPrunable, bool override = false) {
525 IsPrunable = isPrunable;
529 bool isPrunable() const { in isPrunable() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp195 containsSomethingInteresting |= !event->isPrunable(); in removeUnneededCalls()