HomeSort by relevance Sort by last modified time
    Searched refs:shouldSuppressNullReturnPaths (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 229 /// \sa shouldSuppressNullReturnPaths
435 bool shouldSuppressNullReturnPaths();
440 /// This option has no effect when #shouldSuppressNullReturnPaths() is false.
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 193 bool AnalyzerOptions::shouldSuppressNullReturnPaths() {
BugReporterVisitors.cpp 216 if (InEnableNullFPSuppression && Options.shouldSuppressNullReturnPaths())
    [all...]

Completed in 71 milliseconds