Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp5000 } else if (auto *OASE = dyn_cast_or_null<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
5001 Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
5602 const auto *OASE = cast<OMPArraySectionExpr>(E->IgnoreParenImpCasts()); in processImplicitMapsWithDefaultMappers() local
5604 OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in processImplicitMapsWithDefaultMappers()
16253 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
16255 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp769 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(E)) in emitSharedLValueUB() local
770 return CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()
986 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Ref)) { in getBaseDecl() local
987 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
4136 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize() local
4138 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 …]
H A DCGOpenMPRuntimeGPU.cpp126 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
127 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGStmtOpenMP.cpp6500 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local
6501 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4693 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local
4694 Base = OASE->getBase(); in getBaseOriginalType()