Home
last modified time | relevance | path

Searched refs:StmtPoint (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h271 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 DRetainCountDiagnostics.cpp478 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 DExplodedGraph.cpp143 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect()
334 if (auto SP = P.getAs<StmtPoint>()) in getStmtForDiagnostics()
H A DBugReporterVisitors.cpp831 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 DExprEngineCallAndReturn.cpp88 if (Optional<StmtPoint> SP = PP.getAs<StmtPoint>()) { in getLastStmt()
H A DBugReporter.cpp1033 Optional<StmtPoint> SP = N->getLocation().getAs<StmtPoint>(); in getStmtBeforeCond()
H A DExprEngine.cpp1922 if (Optional<StmtPoint> SP = L.getAs<StmtPoint>()) in replayWithoutInlining()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp187 const Stmt *S = castAs<StmtPoint>().getStmt(); in printJson()
H A DPathDiagnostic.cpp688 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) { in create()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1007 Optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode()
H A DMacOSKeychainAPIChecker.cpp635 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt()); in VisitNode()