Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4866 } else if (auto *OASE = dyn_cast_or_null<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
4867 Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
14890 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
14892 const Expr *Length = OASE->getLength(); in checkOMPArraySectionConstantForReduction()
14896 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
14913 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()
14922 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
15093 auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local
15096 } else if (OASE) { in actOnOMPReductionKindClause()
15098 OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in actOnOMPReductionKindClause()
[all …]
/external/clang/lib/Sema/
DSemaOpenMP.cpp8167 } else if (auto *OASE = dyn_cast_or_null<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
8168 auto *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
9132 auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr->IgnoreParens()); in ActOnOpenMPReductionClause() local
9135 else if (OASE) { in ActOnOpenMPReductionClause()
9136 auto BaseType = OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in ActOnOpenMPReductionClause()
9158 if (!ASE && !OASE) { in ActOnOpenMPReductionClause()
9171 if (!ASE && !OASE && VD) { in ActOnOpenMPReductionClause()
9266 if (!ASE && !OASE) { in ActOnOpenMPReductionClause()
9279 if (!ASE && !OASE) { in ActOnOpenMPReductionClause()
9297 if (OASE || in ActOnOpenMPReductionClause()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp758 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(E)) in emitSharedLValueUB() local
759 return CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()
975 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Ref)) { in getBaseDecl() local
976 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
4091 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize() local
4093 if (OASE) { in getPointerAndSize()
4094 const Expr *Base = OASE->getBase(); in getPointerAndSize()
4101 if (OASE) { in getPointerAndSize()
4102 SizeVal = CGF.getTypeSize(OASE->getBase()->getType()->getPointeeType()); in getPointerAndSize()
4103 for (const Expr *SE : OASE->getDimensions()) { in getPointerAndSize()
[all …]
DCGOpenMPRuntimeGPU.cpp126 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
127 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
DCGStmtOpenMP.cpp6067 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local
6068 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5090 auto *OASE = dyn_cast<OMPArraySectionExpr>(E); in isFinalArraySectionExpression() local
5093 if (!OASE) in isFinalArraySectionExpression()
5097 if (OASE->getColonLoc().isInvalid()) in isFinalArraySectionExpression()
5100 auto *Length = OASE->getLength(); in isFinalArraySectionExpression()
5107 OASE->getBase()->IgnoreParenImpCasts()) in isFinalArraySectionExpression()
5306 const auto *OASE = in generateInfoForComponentList() local
5309 (OASE && in generateInfoForComponentList()
5310 OMPArraySectionExpr::getBaseOriginalType(OASE) in generateInfoForComponentList()
DCGStmtOpenMP.cpp949 if (auto *OASE = dyn_cast<OMPArraySectionExpr>(IRef)) { in EmitOMPReductionClauseInit() local
950 auto *Base = OASE->getBase()->IgnoreParenImpCasts(); in EmitOMPReductionClauseInit()
957 auto OASELValueLB = EmitOMPArraySectionExpr(OASE); in EmitOMPReductionClauseInit()
959 EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in EmitOMPReductionClauseInit()
/external/clang/lib/AST/
DExpr.cpp3891 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local
3892 Base = OASE->getBase(); in getBaseOriginalType()
/external/llvm-project/clang/lib/AST/
DExpr.cpp4617 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local
4618 Base = OASE->getBase(); in getBaseOriginalType()