Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp167 PathDiagnosticLocation LocUsedForUniqueing; in checkEndFunction() local
170 LocUsedForUniqueing = PathDiagnosticLocation::createBegin( in checkEndFunction()
179 *BT_uninitField, Pair.second, Node, LocUsedForUniqueing, in checkEndFunction()
193 *BT_uninitField, WarningOS.str(), Node, LocUsedForUniqueing, in checkEndFunction()
/freebsd-12.1/contrib/llvm/tools/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.cpp384 PathDiagnosticLocation LocUsedForUniqueing; in reportBug() local
388 LocUsedForUniqueing = PathDiagnosticLocation::createBegin( in reportBug()
416 llvm::make_unique<BugReport>(*BT, OS.str(), N, LocUsedForUniqueing, in reportBug()
H A DMacOSKeychainAPIChecker.cpp482 PathDiagnosticLocation LocUsedForUniqueing; in generateAllocatedDataNotReleasedReport() local
487 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in generateAllocatedDataNotReleasedReport()
492 llvm::make_unique<BugReport>(*BT, os.str(), N, LocUsedForUniqueing, in generateAllocatedDataNotReleasedReport()
H A DMallocChecker.cpp2317 PathDiagnosticLocation LocUsedForUniqueing; in reportLeak() local
2324 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocationStmt, in reportLeak()
2338 *BT_Leak[*CheckKind], os.str(), N, LocUsedForUniqueing, in reportLeak()