Home
last modified time | relevance | path

Searched refs:getStmtForDiagnostics (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp295 if (const Stmt *S = getStmtForDiagnostics()) in getCFGBlock()
317 const Stmt *ExplodedNode::getStmtForDiagnostics() const { in getStmtForDiagnostics() function in ExplodedNode
352 if (const Stmt *S = N->getStmtForDiagnostics()) { in getNextStmtForDiagnostics()
379 if (const Stmt *S = N->getStmtForDiagnostics(); S && !isa<CompoundStmt>(S)) in getPreviousStmtForDiagnostics()
386 if (const Stmt *S = getStmtForDiagnostics()) in getCurrentOrPreviousStmtForDiagnostics()
H A DLoopUnrolling.cpp227 const Stmt *S = N->getStmtForDiagnostics(); in isPossiblyEscaped()
H A DBugReporter.cpp2426 S = ErrorNode->getStmtForDiagnostics(); in getStmt()
2466 const Stmt *S = ErrorNode->getStmtForDiagnostics(); in getLocation()
3271 } else if (const Stmt *S = N->getStmtForDiagnostics()) { in findExecutedLines()
H A DBugReporterVisitors.cpp869 const Stmt *S = N->getStmtForDiagnostics(); in matchAssignment()
2163 if (N->getStmtForDiagnostics() == Inner) in findNodeForExpression()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp286 if (const Stmt *StartCallStmt = StartNode->getStmtForDiagnostics()) in reportLeakedVALists()
382 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DDynamicTypeChecker.cpp98 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DCXXDeleteChecker.cpp183 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DMoveChecker.cpp295 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
403 if (const Stmt *MoveStmt = MoveNode->getStmtForDiagnostics()) in tryToReportBug()
H A DInnerPointerChecker.cpp302 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DMacOSKeychainAPIChecker.cpp477 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport()
H A DDynamicTypePropagation.cpp1061 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DStreamChecker.cpp1867 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
2035 if (const Stmt *StreamStmt = StreamOpenNode->getStmtForDiagnostics()) in reportLeaks()
H A DNullabilityChecker.cpp357 S = N->getStmtForDiagnostics(); in VisitNode()
H A DMallocChecker.cpp2992 const Stmt *AllocationStmt = AllocNode->getStmtForDiagnostics(); in HandleLeak()
3624 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h275 const Stmt *getStmtForDiagnostics() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp897 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()