Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp10772 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 …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp909 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(E)) in emitSharedLValueUB() local
1114 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Ref)) { in getBaseDecl() local
1115 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
6788 const auto *OASE = dyn_cast<OMPArraySectionExpr>(E); in isFinalArraySectionExpression() local
6791 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() local
7016 (OASE && in generateInfoForComponentList()
7096 const auto *OASE = in generateInfoForComponentList() local
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp203 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
204 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp4259 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local
4260 Base = OASE->getBase(); in getBaseOriginalType()