Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp284 PathDiagnosticLocation LocUsedForUniqueing; in reportLeakedVALists() local
287 LocUsedForUniqueing = PathDiagnosticLocation::createBegin( in reportLeakedVALists()
299 *BT_leakedvalist, OS.str(), N, LocUsedForUniqueing, in reportLeakedVALists()
H A DMoveChecker.cpp398 PathDiagnosticLocation LocUsedForUniqueing; in tryToReportBug() local
402 LocUsedForUniqueing = PathDiagnosticLocation::createBegin( in tryToReportBug()
430 BT, OS.str(), N, LocUsedForUniqueing, in tryToReportBug()
H A DStreamChecker.cpp1954 PathDiagnosticLocation LocUsedForUniqueing; in reportLeaks() local
1956 LocUsedForUniqueing = PathDiagnosticLocation::createBegin( in reportLeaks()
1964 LocUsedForUniqueing, in reportLeaks()
H A DMallocChecker.cpp2815 PathDiagnosticLocation LocUsedForUniqueing; in HandleLeak() local
2822 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocationStmt, in HandleLeak()
2836 *BT_Leak[*CheckKind], os.str(), N, LocUsedForUniqueing, in HandleLeak()