Searched refs:StmtPoint (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 271 class StmtPoint : public ProgramPoint { 285 StmtPoint() = default; 295 class PreStmt : public StmtPoint { 299 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 311 class PostStmt : public StmtPoint { 316 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function 321 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function 373 class LocationCheck : public StmtPoint { 378 : StmtPoint(S, nullptr, K, L, tag) {} in LocationCheck() 473 class PreStmtPurgeDeadSymbols : public StmtPoint { [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 478 if (!N->getLocation().getAs<StmtPoint>()) in VisitNode() 508 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() 560 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() 594 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() 737 if (Optional<StmtPoint> SP = AllocPP.getAs<StmtPoint>()) in GetAllocationSite()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExplodedGraph.cpp | 143 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect() 334 if (auto SP = P.getAs<StmtPoint>()) in getStmtForDiagnostics()
|
| H A D | BugReporterVisitors.cpp | 831 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() 947 Optional<StmtPoint> SP = N->getLocationAs<StmtPoint>(); in visitNodeInitial() 1702 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() 1711 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode() 2192 if (Optional<StmtPoint> SP = ExprNode->getLocationAs<StmtPoint>()) in handle()
|
| H A D | ExprEngineCallAndReturn.cpp | 88 if (Optional<StmtPoint> SP = PP.getAs<StmtPoint>()) { in getLastStmt()
|
| H A D | BugReporter.cpp | 1033 Optional<StmtPoint> SP = N->getLocation().getAs<StmtPoint>(); in getStmtBeforeCond()
|
| H A D | ExprEngine.cpp | 1922 if (Optional<StmtPoint> SP = L.getAs<StmtPoint>()) in replayWithoutInlining()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 187 const Stmt *S = castAs<StmtPoint>().getStmt(); in printJson()
|
| H A D | PathDiagnostic.cpp | 688 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) { in create()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 1007 Optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode()
|
| H A D | MacOSKeychainAPIChecker.cpp | 635 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt()); in VisitNode()
|