Searched refs:shouldSuppressNullReturnPaths (Results 1 – 3 of 3) sorted by relevance
435 bool shouldSuppressNullReturnPaths();
193 bool AnalyzerOptions::shouldSuppressNullReturnPaths() { in shouldSuppressNullReturnPaths() function in AnalyzerOptions
216 if (InEnableNullFPSuppression && Options.shouldSuppressNullReturnPaths()) in addVisitorIfNecessary()