Searched refs:StmtPoint (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 273 class StmtPoint : public ProgramPoint { 287 StmtPoint() = default; 297 class PreStmt : public StmtPoint { 301 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 313 class PostStmt : public StmtPoint { 318 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function 323 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function 375 class LocationCheck : public StmtPoint { 380 : StmtPoint(S, nullptr, K, L, tag) {} in LocationCheck() 475 class PreStmtPurgeDeadSymbols : public StmtPoint { [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 365 if (!N->getLocation().getAs<StmtPoint>()) in VisitNode() 388 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() 436 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() 470 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() 578 if (Optional<StmtPoint> SP = AllocPP.getAs<StmtPoint>()) in GetAllocationSite()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExplodedGraph.cpp | 144 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect()
|
| H A D | BugReporterVisitors.cpp | 680 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() 802 if (auto SP = Node->getLocationAs<StmtPoint>()) in addVisitorIfNecessary() 855 Optional<StmtPoint> SP = N->getLocationAs<StmtPoint>(); in visitNodeInitial() 1461 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() 1470 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
|
| H A D | PathDiagnostic.cpp | 719 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) { in create() 779 if (auto SP = P.getAs<StmtPoint>()) in getStmt()
|
| H A D | ExprEngineCallAndReturn.cpp | 85 if (Optional<StmtPoint> SP = PP.getAs<StmtPoint>()) { in getLastStmt()
|
| H A D | BugReporter.cpp | 923 Optional<StmtPoint> SP = N->getLocation().getAs<StmtPoint>(); in getStmtBeforeCond()
|
| H A D | ExprEngine.cpp | 1814 if (Optional<StmtPoint> SP = L.getAs<StmtPoint>()) in replayWithoutInlining()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 196 const Stmt *S = castAs<StmtPoint>().getStmt(); in print()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 1009 Optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode()
|
| H A D | MacOSKeychainAPIChecker.cpp | 631 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt()); in VisitNode()
|