Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h342 bool shouldAvoidSuppressingNullArgumentPaths();
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp168 bool AnalyzerOptions::shouldAvoidSuppressingNullArgumentPaths() { in shouldAvoidSuppressingNullArgumentPaths() function in AnalyzerOptions
DBugReporterVisitors.cpp231 return Options.shouldAvoidSuppressingNullArgumentPaths(); in hasCounterSuppression()