Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h426 bool shouldSuppressNullReturnPaths();
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDAnalyzerOptions.cpp193 bool AnalyzerOptions::shouldSuppressNullReturnPaths() { in shouldSuppressNullReturnPaths() function in AnalyzerOptions
HDBugReporterVisitors.cpp215 if (InEnableNullFPSuppression && Options.shouldSuppressNullReturnPaths()) in addVisitorIfNecessary()