Searched refs:OASE (Results 1 – 4 of 4) sorted by relevance
10772 if (OASE->getColonLoc().isValid()) in checkOMPArraySectionConstantForReduction()10972 } else if (OASE) { in actOnOMPReductionKindClause()11002 if (!ASE && !OASE) { in actOnOMPReductionKindClause()11097 if (!ASE && !OASE) { in actOnOMPReductionKindClause()11110 if (!ASE && !OASE) { in actOnOMPReductionKindClause()11131 if (OASE) { in actOnOMPReductionKindClause()11146 (!OASE && !ASE && in actOnOMPReductionKindClause()11163 } else if (!ASE && !OASE && in actOnOMPReductionKindClause()11410 if (ASE || OASE) { in actOnOMPReductionKindClause()12302 if (isa<ArraySubscriptExpr>(E) || (OASE && OASE->getColonLoc().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()[all …]
909 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(E)) in emitSharedLValueUB() local1114 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Ref)) { in getBaseDecl() local1115 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()6788 const auto *OASE = dyn_cast<OMPArraySectionExpr>(E); in isFinalArraySectionExpression() local6791 if (!OASE) in isFinalArraySectionExpression()6795 if (OASE->getColonLoc().isInvalid()) in isFinalArraySectionExpression()6798 const Expr *Length = OASE->getLength(); in isFinalArraySectionExpression()7009 const auto *OASE = dyn_cast<OMPArraySectionExpr>(AssocExpr); in generateInfoForComponentList() local7016 (OASE && in generateInfoForComponentList()7096 const auto *OASE = in generateInfoForComponentList() local[all …]
203 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local204 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
4259 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local4260 Base = OASE->getBase(); in getBaseOriginalType()