Home
last modified time | relevance | path

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

/freebsd/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.cpp227 const Stmt *S = N->getStmtForDiagnostics(); in isPossiblyEscaped()
H A DBugReporter.cpp2408 S = ErrorNode->getStmtForDiagnostics(); in getStmt()
2426 const Stmt *S = ErrorNode->getStmtForDiagnostics(); in getLocation()
3223 } else if (const Stmt *S = N->getStmtForDiagnostics()) { in findExecutedLines()
H A DBugReporterVisitors.cpp962 const Stmt *S = N->getStmtForDiagnostics(); in matchAssignment()
2211 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 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.cpp304 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DNullabilityChecker.cpp360 S = N->getStmtForDiagnostics(); in VisitNode()
H A DMallocChecker.cpp2820 const Stmt *AllocationStmt = AllocNode->getStmtForDiagnostics(); in HandleLeak()
3431 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
H A DStreamChecker.cpp1955 if (const Stmt *StreamStmt = StreamOpenNode->getStmtForDiagnostics()) in reportLeaks()
/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.cpp896 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()