Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h435 bool shouldSuppressNullReturnPaths();
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp193 bool AnalyzerOptions::shouldSuppressNullReturnPaths() { in shouldSuppressNullReturnPaths() function in AnalyzerOptions
DBugReporterVisitors.cpp216 if (InEnableNullFPSuppression && Options.shouldSuppressNullReturnPaths()) in addVisitorIfNecessary()