Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp298 if (const Stmt *S = getStmtForDiagnostics()) in getCFGBlock()
320 const Stmt *ExplodedNode::getStmtForDiagnostics() const { in getStmtForDiagnostics() function in ExplodedNode
353 if (const Stmt *S = N->getStmtForDiagnostics()) { in getNextStmtForDiagnostics()
380 if (const Stmt *S = N->getStmtForDiagnostics()) in getPreviousStmtForDiagnostics()
387 if (const Stmt *S = getStmtForDiagnostics()) in getCurrentOrPreviousStmtForDiagnostics()
H A DLoopUnrolling.cpp213 const Stmt *S = N->getStmtForDiagnostics(); in isPossiblyEscaped()
H A DBugReporter.cpp2396 S = ErrorNode->getStmtForDiagnostics(); in getStmt()
2414 const Stmt *S = ErrorNode->getStmtForDiagnostics(); in getLocation()
3178 } else if (const Stmt *S = N->getStmtForDiagnostics()) { in findExecutedLines()
H A DBugReporterVisitors.cpp932 const Stmt *S = N->getStmtForDiagnostics(); in matchAssignment()
2031 if (N->getStmtForDiagnostics() == Inner) in findNodeForExpression()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp113 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DValistChecker.cpp288 if (const Stmt *StartCallStmt = StartNode->getStmtForDiagnostics()) in reportLeakedVALists()
384 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DDynamicTypeChecker.cpp106 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DMoveChecker.cpp292 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
399 if (const Stmt *MoveStmt = MoveNode->getStmtForDiagnostics()) in reportBug()
H A DTaint.cpp243 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DInnerPointerChecker.cpp312 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DMacOSKeychainAPIChecker.cpp486 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport()
H A DFuchsiaHandleChecker.cpp657 AcquireNode->getStmtForDiagnostics(), C.getSourceManager(), in reportBug()
H A DDynamicTypePropagation.cpp1061 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DNullabilityChecker.cpp316 S = N->getStmtForDiagnostics(); in VisitNode()
H A DStreamChecker.cpp1037 StreamOpenNode->getStmtForDiagnostics(), C.getSourceManager(), in reportLeaks()
H A DMallocChecker.cpp2776 const Stmt *AllocationStmt = AllocNode->getStmtForDiagnostics(); in HandleLeak()
3384 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h274 const Stmt *getStmtForDiagnostics() const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp897 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()