Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp299 if (const Stmt *S = getStmtForDiagnostics()) in getCFGBlock()
321 const Stmt *ExplodedNode::getStmtForDiagnostics() const { in getStmtForDiagnostics() function in ExplodedNode
354 if (const Stmt *S = N->getStmtForDiagnostics()) { in getNextStmtForDiagnostics()
381 if (const Stmt *S = N->getStmtForDiagnostics()) in getPreviousStmtForDiagnostics()
388 if (const Stmt *S = getStmtForDiagnostics()) in getCurrentOrPreviousStmtForDiagnostics()
DLoopUnrolling.cpp175 const Stmt *S = N->getStmtForDiagnostics(); in isPossiblyEscaped()
DBugReporter.cpp2371 S = ErrorNode->getStmtForDiagnostics(); in getStmt()
2389 const Stmt *S = ErrorNode->getStmtForDiagnostics(); in getLocation()
3145 } else if (const Stmt *S = N->getStmtForDiagnostics()) { in findExecutedLines()
DBugReporterVisitors.cpp852 const Stmt *S = N->getStmtForDiagnostics(); in matchAssignment()
1920 if (N->getStmtForDiagnostics() == Inner) in findNodeForExpression()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeleteWithNonVirtualDtorChecker.cpp113 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
DValistChecker.cpp287 if (const Stmt *StartCallStmt = StartNode->getStmtForDiagnostics()) in reportLeakedVALists()
383 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
DDynamicTypeChecker.cpp106 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
DTaint.cpp241 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
DMoveChecker.cpp293 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
405 if (const Stmt *MoveStmt = MoveNode->getStmtForDiagnostics()) in reportBug()
DInnerPointerChecker.cpp287 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
DFuchsiaHandleChecker.cpp596 AcquireNode->getStmtForDiagnostics(), C.getSourceManager(), in reportBug()
DMacOSKeychainAPIChecker.cpp487 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport()
DDynamicTypePropagation.cpp1064 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
DStreamChecker.cpp989 StreamOpenNode->getStmtForDiagnostics(), C.getSourceManager(), in reportLeaks()
DNullabilityChecker.cpp316 S = N->getStmtForDiagnostics(); in VisitNode()
DMallocChecker.cpp2625 const Stmt *AllocationStmt = AllocNode->getStmtForDiagnostics(); in HandleLeak()
3230 const Stmt *S = N->getStmtForDiagnostics(); in VisitNode()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h276 const Stmt *getStmtForDiagnostics() const;
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.cpp870 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()