Home
last modified time | relevance | path

Searched refs:LocUsedForUniqueing (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp533 PathDiagnosticLocation LocUsedForUniqueing; in generateAllocatedDataNotReleasedReport() local
543 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in generateAllocatedDataNotReleasedReport()
548 llvm::make_unique<BugReport>(*BT, os.str(), N, LocUsedForUniqueing, in generateAllocatedDataNotReleasedReport()
DMallocChecker.cpp2085 PathDiagnosticLocation LocUsedForUniqueing; in reportLeak() local
2097 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocationStmt, in reportLeak()
2111 *BT_Leak[*CheckKind], os.str(), N, LocUsedForUniqueing, in reportLeak()