Home
last modified time | relevance | path

Searched refs:isPathSensitive (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h205 bool isPathSensitive() const { return ErrorNode != nullptr; } in isPathSensitive() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3077 if (!report->isPathSensitive()) { in generateDiagnosticForConsumerMap()