Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DProgramPoint.h269 class StmtPoint : public ProgramPoint {
271 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function
283 StmtPoint() = default;
293 class PreStmt : public StmtPoint {
297 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function
309 class PostStmt : public StmtPoint {
314 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function
319 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function
323 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() function
371 class LocationCheck : public StmtPoint {
[all …]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp472 if (!N->getLocation().getAs<StmtPoint>()) in VisitNode()
502 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode()
554 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode()
588 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode()
733 if (std::optional<StmtPoint> SP = AllocPP.getAs<StmtPoint>()) in GetAllocationSite()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp142 if (std::optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect()
333 if (auto SP = P.getAs<StmtPoint>()) in getStmtForDiagnostics()
H A DBugReporterVisitors.cpp888 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1004 std::optional<StmtPoint> SP = N->getLocationAs<StmtPoint>(); in visitNodeInitial()
1922 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1931 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
2434 if (std::optional<StmtPoint> SP = ExprNode->getLocationAs<StmtPoint>()) in handle()
H A DExprEngineCallAndReturn.cpp89 if (std::optional<StmtPoint> SP = PP.getAs<StmtPoint>()) { in getLastStmt()
H A DBugReporter.cpp1035 std::optional<StmtPoint> SP = N->getLocation().getAs<StmtPoint>(); in getStmtBeforeCond()
H A DExprEngine.cpp2429 if (std::optional<StmtPoint> SP = L.getAs<StmtPoint>()) in replayWithoutInlining()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DProgramPoint.cpp187 const Stmt *S = castAs<StmtPoint>().getStmt(); in printJson()
H A DPathDiagnostic.cpp686 } else if (std::optional<StmtPoint> SP = P.getAs<StmtPoint>()) { in create()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp635 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt()); in VisitNode()
H A DLocalizationChecker.cpp1008 std::optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode()