Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp297 if (const Stmt *S = getStmtForDiagnostics()) in getCFGBlock()
319 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()) in getPreviousStmtForDiagnostics()
386 if (const Stmt *S = getStmtForDiagnostics()) in getCurrentOrPreviousStmtForDiagnostics()
H A DLoopUnrolling.cpp216 const Stmt *S = N->getStmtForDiagnostics(); in isPossiblyEscaped()
H A DBugReporter.cpp2394 S = ErrorNode->getStmtForDiagnostics(); in getStmt()
2412 const Stmt *S = ErrorNode->getStmtForDiagnostics(); in getLocation()
3182 } else if (const Stmt *S = N->getStmtForDiagnostics()) { in findExecutedLines()
H A DBugReporterVisitors.cpp958 const Stmt *S = N->getStmtForDiagnostics(); in matchAssignment()
2207 if (N->getStmtForDiagnostics() == Inner) in findNodeForExpression()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp287 if (const Stmt *StartCallStmt = StartNode->getStmtForDiagnostics()) in reportLeakedVALists()
383 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DDynamicTypeChecker.cpp100 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DCXXDeleteChecker.cpp187 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DMoveChecker.cpp293 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
401 if (const Stmt *MoveStmt = MoveNode->getStmtForDiagnostics()) in tryToReportBug()
H A DInnerPointerChecker.cpp312 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DMacOSKeychainAPIChecker.cpp478 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport()
H A DFuchsiaHandleChecker.cpp656 const Stmt *S = AcquireNode->getStmtForDiagnostics(); in reportBug()
H A DDynamicTypePropagation.cpp1060 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DNullabilityChecker.cpp360 S = N->getStmtForDiagnostics(); in VisitNode()
H A DMallocChecker.cpp2772 const Stmt *AllocationStmt = AllocNode->getStmtForDiagnostics(); in HandleLeak()
3376 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DStreamChecker.cpp1692 if (const Stmt *StreamStmt = StreamOpenNode->getStmtForDiagnostics()) in reportLeaks()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h275 const Stmt *getStmtForDiagnostics() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp896 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()