Searched refs:OASE (Results 1 – 5 of 5) sorted by relevance
5000 } else if (auto *OASE = dyn_cast_or_null<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local5001 Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()5602 const auto *OASE = cast<OMPArraySectionExpr>(E->IgnoreParenImpCasts()); in processImplicitMapsWithDefaultMappers() local5604 OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in processImplicitMapsWithDefaultMappers()16253 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument16255 const Expr *Length = OASE->getLength(); in checkOMPArraySectionConstantForReduction()16259 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()16276 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()16285 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()16471 auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local[all …]
769 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(E)) in emitSharedLValueUB() local770 return CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()986 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Ref)) { in getBaseDecl() local987 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()4136 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize() local4138 if (OASE) { in getPointerAndSize()4139 const Expr *Base = OASE->getBase(); in getPointerAndSize()4146 if (OASE) { in getPointerAndSize()4147 SizeVal = CGF.getTypeSize(OASE->getBase()->getType()->getPointeeType()); in getPointerAndSize()4148 for (const Expr *SE : OASE->getDimensions()) { in getPointerAndSize()[all …]
126 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local127 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
6500 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local6501 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
4693 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local4694 Base = OASE->getBase(); in getBaseOriginalType()