Searched refs:LocUsedForUniqueing (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSKeychainAPIChecker.cpp | 533 PathDiagnosticLocation LocUsedForUniqueing; in generateAllocatedDataNotReleasedReport() local 543 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in generateAllocatedDataNotReleasedReport() 548 llvm::make_unique<BugReport>(*BT, os.str(), N, LocUsedForUniqueing, in generateAllocatedDataNotReleasedReport()
|
D | MallocChecker.cpp | 2085 PathDiagnosticLocation LocUsedForUniqueing; in reportLeak() local 2097 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocationStmt, in reportLeak() 2111 *BT_Leak[*CheckKind], os.str(), N, LocUsedForUniqueing, in reportLeak()
|