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