Home
last modified time | relevance | path

Searched refs:shouldPrunePaths (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h480 bool shouldPrunePaths();
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp328 bool AnalyzerOptions::shouldPrunePaths() { in shouldPrunePaths() function in AnalyzerOptions
DBugReporter.cpp3177 if (R->shouldPrunePath() && getAnalyzerOptions().shouldPrunePaths()) { in generatePathDiagnostic()