Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h547 void setPrunable(bool isPrunable, bool override = false) {
550 IsPrunable = isPrunable;
554 bool isPrunable() const { in isPrunable() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h762 bool isPrunable() const { return IsPrunable; } in isPrunable() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3038 Piece->setPrunable(T->isPrunable()); in VisitNode()
H A DBugReporter.cpp458 containsSomethingInteresting |= !event.isPrunable(); in removeUnneededCalls()