| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalysisOrderChecker.cpp | 32 check::PreStmt<CastExpr>, check::PostStmt<CastExpr>, 34 check::PostStmt<ArraySubscriptExpr>, check::PreStmt<CXXNewExpr>, 35 check::PostStmt<CXXNewExpr>, check::PreStmt<CXXDeleteExpr>, 36 check::PostStmt<CXXDeleteExpr>, check::PreStmt<CXXConstructExpr>, 37 check::PostStmt<CXXConstructExpr>, check::PreStmt<OffsetOfExpr>, 38 check::PostStmt<OffsetOfExpr>, check::PreCall, check::PostCall,
|
| H A D | UndefBranchChecker.cpp | 96 if (Optional<PostStmt> PS = P.getAs<PostStmt>()) in checkBranchCondition()
|
| H A D | PointerArithChecker.cpp | 47 check::PostStmt<CastExpr>, check::PostStmt<CXXNewExpr>, 48 check::PostStmt<CallExpr>, check::DeadSymbols> {
|
| H A D | TaintTesterChecker.cpp | 25 class TaintTesterChecker : public Checker<check::PostStmt<Expr>> {
|
| H A D | BasicObjCFoundationChecks.cpp | 98 check::PostStmt<ObjCDictionaryLiteral>, 99 check::PostStmt<ObjCArrayLiteral> > { 807 : public Checker<check::PostStmt<ObjCForCollectionStmt>, 1140 check::PostStmt<ObjCArrayLiteral>, 1141 check::PostStmt<ObjCDictionaryLiteral>, 1142 check::PostStmt<ObjCBoxedExpr> > {
|
| H A D | TestAfterDivZeroChecker.cpp | 103 if (Optional<PostStmt> P = Succ->getLocationAs<PostStmt>()) in REGISTER_SET_WITH_PROGRAMSTATE()
|
| H A D | UndefCapturedBlockVarChecker.cpp | 28 : public Checker< check::PostStmt<BlockExpr> > {
|
| H A D | CheckerDocumentation.cpp | 37 check::PostStmt<DeclStmt>,
|
| H A D | ObjCContainersChecker.cpp | 31 check::PostStmt<CallExpr>,
|
| H A D | UndefResultChecker.cpp | 29 : public Checker< check::PostStmt<BinaryOperator> > {
|
| H A D | DynamicTypeChecker.cpp | 32 class DynamicTypeChecker : public Checker<check::PostStmt<ImplicitCastExpr>> {
|
| H A D | IteratorModeling.cpp | 87 : public Checker<check::PostCall, check::PostStmt<UnaryOperator>, 88 check::PostStmt<BinaryOperator>, 89 check::PostStmt<MaterializeTemporaryExpr>,
|
| H A D | ObjCSelfInitChecker.cpp | 58 check::PostStmt<ObjCIvarRefExpr>,
|
| H A D | DynamicTypePropagation.cpp | 54 check::PostStmt<CastExpr>, 55 check::PostStmt<CXXNewExpr>,
|
| H A D | MacOSKeychainAPIChecker.cpp | 30 check::PostStmt<CallExpr>,
|
| H A D | NullabilityChecker.cpp | 82 check::PostCall, check::PostStmt<ExplicitCastExpr>,
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 310 class PostStmt : public StmtPoint { 312 PostStmt() = default; 322 explicit PostStmt(const Stmt *S, const LocationContext *L, 358 class PostCondition : public PostStmt { 362 : PostStmt(S, PostConditionKind, L, tag) {} in PostStmt() function 415 class PostLoad : public PostStmt { 419 : PostStmt(S, PostLoadKind, L, tag) {} in PostStmt() function 430 class PostStore : public PostStmt { 437 : PostStmt(S, PostStoreKind, L, tag) { in PostStmt() function 456 class PostLValue : public PostStmt { [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 243 check::PostStmt<BlockExpr>, 244 check::PostStmt<CastExpr>, 245 check::PostStmt<ObjCArrayLiteral>, 246 check::PostStmt<ObjCDictionaryLiteral>, 247 check::PostStmt<ObjCBoxedExpr>, 248 check::PostStmt<ObjCIvarRefExpr>,
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 31 return PostStmt(S, LC, tag); in getProgramPoint() 218 else if (getAs<PostStmt>()) in printJson()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 298 !N->getLocationAs<PostStmt>()) in wasRegionOfInterestModifiedAt() 302 if (auto PS = N->getLocationAs<PostStmt>()) in wasRegionOfInterestModifiedAt() 1244 Optional<PostStmt> P = N->getLocationAs<PostStmt>(); in isInitializationOfVar() 1319 cast<DeclStmt>(SI.StoreSite->getLocationAs<PostStmt>()->getStmt()); in showBRDiagnostics() 1461 if (Optional<PostStmt> P = Succ->getLocationAs<PostStmt>()) in VisitNode() 1593 if (Optional<PostStmt> PS = StoreSite->getLocationAs<PostStmt>()) { in VisitNode() 2282 while (ExprNode && ExprNode->getLocation().getAs<PostStmt>()) in handle() 2608 if (Optional<PostStmt> PS = ProgPoint.getAs<PostStmt>()) { in VisitNodeImpl()
|
| H A D | ExplodedGraph.cpp | 106 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect() 122 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()
|
| H A D | CoreEngine.cpp | 214 assert(Loc.getAs<PostStmt>() || in dispatchWorkItem() 576 PostStmt Loc(CS.getStmt(), N->getLocationContext()); in enqueueStmtNode()
|
| /llvm-project-15.0.7/clang/test/Analysis/exploded-graph-rewriter/ |
| H A D | program_points.dot | 113 "stmt_point_kind": "PostStmt",
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | blocks.m | 115 // PreStmtPurgeDeadSymbols point but only knew how to deal with PostStmt
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 101 class PostStmt {
|