Searched refs:OASE (Results 1 – 5 of 5) sorted by relevance
5371 } else if (auto *OASE = dyn_cast_or_null<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local5372 Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()6002 const auto *OASE = cast<OMPArraySectionExpr>(E->IgnoreParenImpCasts()); in processImplicitMapsWithDefaultMappers() local6004 OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in processImplicitMapsWithDefaultMappers()18990 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument18992 const Expr *Length = OASE->getLength(); in checkOMPArraySectionConstantForReduction()18996 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()19013 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()19022 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()19208 auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local[all …]
771 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(E)) in emitSharedLValueUB() local772 return CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()971 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Ref)) { in getBaseDecl() local972 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()3752 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize() local3754 if (OASE) { in getPointerAndSize()3755 const Expr *Base = OASE->getBase(); in getPointerAndSize()3762 if (OASE) { in getPointerAndSize()3763 SizeVal = CGF.getTypeSize(OASE->getBase()->getType()->getPointeeType()); in getPointerAndSize()3764 for (const Expr *SE : OASE->getDimensions()) { in getPointerAndSize()[all …]
107 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local108 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
7191 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local7192 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
4890 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local4891 Base = OASE->getBase(); in getBaseOriginalType()