Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DAllocationDiagnostics.cpp19 bool shouldIncludeAllocationSiteInLeakDiagnostics(AnalyzerOptions &AOpts) { in shouldIncludeAllocationSiteInLeakDiagnostics() function
DAllocationDiagnostics.h26 bool shouldIncludeAllocationSiteInLeakDiagnostics(AnalyzerOptions &AOpts);
DRetainCountChecker.cpp2501 IncludeAllocationLine(shouldIncludeAllocationSiteInLeakDiagnostics(AO)) {} in RetainCountChecker()