Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h798 bool isPrunable() const { return IsPrunable; } in isPrunable() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp460 containsSomethingInteresting |= !event.isPrunable(); in removeUnneededCalls()
H A DBugReporterVisitors.cpp3517 Piece->setPrunable(T->isPrunable()); in VisitNode()