Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h273 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 DRetainCountDiagnostics.cpp365 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 DExplodedGraph.cpp144 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect()
H A DBugReporterVisitors.cpp680 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 DPathDiagnostic.cpp719 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) { in create()
779 if (auto SP = P.getAs<StmtPoint>()) in getStmt()
H A DExprEngineCallAndReturn.cpp85 if (Optional<StmtPoint> SP = PP.getAs<StmtPoint>()) { in getLastStmt()
H A DBugReporter.cpp923 Optional<StmtPoint> SP = N->getLocation().getAs<StmtPoint>(); in getStmtBeforeCond()
H A DExprEngine.cpp1814 if (Optional<StmtPoint> SP = L.getAs<StmtPoint>()) in replayWithoutInlining()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp196 const Stmt *S = castAs<StmtPoint>().getStmt(); in print()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1009 Optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode()
H A DMacOSKeychainAPIChecker.cpp631 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt()); in VisitNode()