Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5401 } else if (auto *OASE = dyn_cast_or_null<OMPArraySectionExpr>(RefExpr)) { getPrivateItem() local
6033 const auto *OASE = cast<OMPArraySectionExpr>(E->IgnoreParenImpCasts()); processImplicitMapsWithDefaultMappers() local
19329 checkOMPArraySectionConstantForReduction(ASTContext & Context,const OMPArraySectionExpr * OASE,bool & SingleElement,SmallVectorImpl<llvm::APSInt> & ArraySizes) checkOMPArraySectionConstantForReduction() argument
19561 auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr->IgnoreParens()); actOnOMPReductionKindClause() local
21086 const auto *OASE = dyn_cast<OMPArraySectionExpr>(SimpleExpr); ActOnOpenMPDependClause() local
21244 const auto *OASE = dyn_cast<OMPArraySectionExpr>(E); checkArrayExpressionDoesNotReferToWholeSize() local
21302 const auto *OASE = dyn_cast<OMPArraySectionExpr>(E); checkArrayExpressionDoesNotReferToUnitySize() local
21517 VisitOMPArraySectionExpr(OMPArraySectionExpr * OASE) VisitOMPArraySectionExpr() argument
21696 const auto *OASE = checkMapClauseExpressionBase() local
21798 } else if (const auto *OASE = dyn_cast<OMPArraySectionExpr>( checkMapConflicts() local
21803 } else if (const auto *OASE = dyn_cast<OMPArrayShapingExpr>( checkMapConflicts() local
22277 auto *OASE = dyn_cast<OMPArraySectionExpr>(VE->IgnoreParens()); checkMappableExpressionList() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp745 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(E)) emitSharedLValueUB() local
944 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Ref)) { getBaseDecl() local
3550 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); getPointerAndSize() local
6776 const auto *OASE = dyn_cast<OMPArraySectionExpr>(E); isFinalArraySectionExpression() local
7024 const auto *OASE = dyn_cast<OMPArraySectionExpr>(AssocExpr); generateInfoForComponentList() local
7175 const auto *OASE = generateInfoForComponentList() local
7503 const auto *OASE = dyn_cast<OMPArraySectionExpr>(AssocExpr); generateInfoForComponentList() local
7582 const auto *OASE = dyn_cast<OMPArraySectionExpr>(AssocExpr); generateInfoForComponentList() local
8773 if (const auto *OASE = dyn_cast<OMPArraySectionExpr>(E->IgnoreParenCasts())) getDeclFromThisExpr() local
[all...]
H A DCGOpenMPRuntimeGPU.cpp95 } else if (auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr)) { in getPrivateItem() local
H A DCGStmtOpenMP.cpp7248 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) getBaseDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4997 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { getBaseOriginalType() local