Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp5371 } else if (auto *OASE = dyn_cast_or_null<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
5372 Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
6002 const auto *OASE = cast<OMPArraySectionExpr>(E->IgnoreParenImpCasts()); in processImplicitMapsWithDefaultMappers() local
6004 OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in processImplicitMapsWithDefaultMappers()
18990 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
18992 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 …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp771 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(E)) in emitSharedLValueUB() local
772 return CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()
971 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Ref)) { in getBaseDecl() local
972 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
3752 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize() local
3754 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 …]
H A DCGOpenMPRuntimeGPU.cpp107 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
108 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGStmtOpenMP.cpp7191 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local
7192 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4890 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local
4891 Base = OASE->getBase(); in getBaseOriginalType()