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

/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h218 /// \sa shouldSuppressNullReturnPaths
331 bool shouldSuppressNullReturnPaths();
336 /// This option has no effect when #shouldSuppressNullReturnPaths() is false.
/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp162 bool AnalyzerOptions::shouldSuppressNullReturnPaths() { function in class:AnalyzerOptions
H A DBugReporterVisitors.cpp220 if (InEnableNullFPSuppression && Options.shouldSuppressNullReturnPaths())

Completed in 5174 milliseconds