Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h453 bool shouldSuppressInlinedDefensiveChecks();
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp205 bool AnalyzerOptions::shouldSuppressInlinedDefensiveChecks() { in shouldSuppressInlinedDefensiveChecks() function in AnalyzerOptions
DBugReporterVisitors.cpp793 if (!Options.shouldSuppressInlinedDefensiveChecks()) in SuppressInlineDefensiveChecksVisitor()