Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h546 void setPrunable(bool isPrunable, bool override = false) {
549 IsPrunable = isPrunable;
553 bool isPrunable() const { return IsPrunable.value_or(false); } in isPrunable() function
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h798 bool isPrunable() const { return IsPrunable; } in isPrunable() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3341 Piece->setPrunable(T->isPrunable()); in VisitNode()
H A DBugReporter.cpp461 containsSomethingInteresting |= !event.isPrunable(); in removeUnneededCalls()