Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp105 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>()) { in REGISTER_SET_WITH_PROGRAMSTATE()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h375 Expr *getAllocator() const { return getStmtAs<Expr>(); } in getAllocator()
420 Expr *getAlignment() const { return getStmtAs<Expr>(); } in getAlignment()
658 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition()
705 Expr *getNumThreads() const { return getStmtAs<Expr>(); } in getNumThreads()
741 Expr *getSafelen() const { return getStmtAs<Expr>(); } in getSafelen()
776 Expr *getSimdlen() const { return getStmtAs<Expr>(); } in getSimdlen()
998 Expr *getNumForLoops() const { return getStmtAs<Expr>(); } in getNumForLoops()
8631 Expr *getThreadID() const { return getStmtAs<Expr>(); } in getThreadID()
8634 Expr *getThreadID() { return getStmtAs<Expr>(); } in getThreadID()
9043 Expr *getSize() { return getStmtAs<Expr>(); } in getSize()
[all …]
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp303 if (auto *BO = PS->getStmtAs<BinaryOperator>()) in wasRegionOfInterestModifiedAt()
1247 const DeclStmt *DS = P->getStmtAs<DeclStmt>(); in isInitializationOfVar()
1545 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>()) { in VisitNode()
1551 else if (const auto *DS = P->getStmtAs<DeclStmt>()) { in VisitNode()
1565 } else if (const auto *CE = P->getStmtAs<CXXConstructExpr>()) { in VisitNode()
1614 else if (const auto *ILE = P->getStmtAs<InitListExpr>()) { in VisitNode()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DProgramPoint.h280 const T* getStmtAs() const { return dyn_cast<T>(getStmt()); } in getStmtAs() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp734 if (const ObjCMessageExpr *ME = SP->getStmtAs<ObjCMessageExpr>()) in GetAllocationSite()