Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp560 PathDiagnosticLocation LocUsedForUniqueing; in generateAllocatedDataNotReleasedReport() local
562 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in generateAllocatedDataNotReleasedReport()
565 BugReport *Report = new BugReport(*BT, os.str(), N, LocUsedForUniqueing); in generateAllocatedDataNotReleasedReport()
DMallocChecker.cpp1013 PathDiagnosticLocation LocUsedForUniqueing; in reportLeak() local
1018 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in reportLeak()
1030 BugReport *R = new BugReport(*BT_Leak, os.str(), N, LocUsedForUniqueing); in reportLeak()