Home
last modified time | relevance | path

Searched refs:getStmtAs (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp104 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>()) { in REGISTER_SET_WITH_PROGRAMSTATE()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h281 const T* getStmtAs() const { return dyn_cast<T>(getStmt()); } in getStmtAs() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp303 if (auto *BO = PS->getStmtAs<BinaryOperator>()) in wasRegionOfInterestModifiedAt()
1248 const DeclStmt *DS = P->getStmtAs<DeclStmt>(); in isInitializationOfVar()
1462 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>()) in VisitNode()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp732 if (const ObjCMessageExpr *ME = SP->getStmtAs<ObjCMessageExpr>()) in GetAllocationSite()