Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h549 void setPrunable(bool isPrunable, bool override = false) {
552 IsPrunable = isPrunable;
556 bool isPrunable() const { in isPrunable() function
/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/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h762 bool isPrunable() const { return IsPrunable; } in isPrunable() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp2910 Piece->setPrunable(T->isPrunable()); in VisitNode()
DBugReporter.cpp458 containsSomethingInteresting |= !event.isPrunable(); in removeUnneededCalls()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp195 containsSomethingInteresting |= !event->isPrunable(); in removeUnneededCalls()