Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp525 PathDiagnosticLocation LocUsedForUniqueing; in generateAllocatedDataNotReleasedReport() local
535 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in generateAllocatedDataNotReleasedReport()
540 llvm::make_unique<BugReport>(*BT, os.str(), N, LocUsedForUniqueing, in generateAllocatedDataNotReleasedReport()
DMallocChecker.cpp2093 PathDiagnosticLocation LocUsedForUniqueing; in reportLeak() local
2105 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocationStmt, in reportLeak()
2119 *BT_Leak[*CheckKind], os.str(), N, LocUsedForUniqueing, in reportLeak()