Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp743 if (const auto *OASE = dyn_cast<ArraySectionExpr>(E)) in emitSharedLValueUB() local
744 return CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()
942 if (const auto *OASE = dyn_cast<ArraySectionExpr>(Ref)) { in getBaseDecl() local
943 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
3540 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize() local
3542 if (OASE) { in getPointerAndSize()
3543 const Expr *Base = OASE->getBase(); in getPointerAndSize()
3550 if (OASE) { in getPointerAndSize()
3551 SizeVal = CGF.getTypeSize(OASE->getBase()->getType()->getPointeeType()); in getPointerAndSize()
3552 for (const Expr *SE : OASE->getDimensions()) { in getPointerAndSize()
[all …]
H A DCGOpenMPRuntimeGPU.cpp96 } else if (auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr)) { in getPrivateItem() local
97 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGStmtOpenMP.cpp7540 while (const auto *OASE = dyn_cast<ArraySectionExpr>(Base)) in getBaseDecl() local
7541 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5178 } else if (auto *OASE = dyn_cast_or_null<ArraySectionExpr>(RefExpr)) { in getPrivateItem() local
5179 Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
5813 const auto *OASE = cast<ArraySectionExpr>(E->IgnoreParenImpCasts()); in processImplicitMapsWithDefaultMappers() local
5815 ArraySectionExpr::getBaseOriginalType(OASE->getBase()); in processImplicitMapsWithDefaultMappers()
18763 ASTContext &Context, const ArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
18765 const Expr *Length = OASE->getLength(); in checkOMPArraySectionConstantForReduction()
18769 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
18786 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()
18795 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
18998 auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5183 while (auto *OASE = dyn_cast<ArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local
5184 Base = OASE->getBase(); in getBaseOriginalType()