Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5179 } else if (auto *OASE = dyn_cast_or_null<ArraySectionExpr>(RefExpr)) { getPrivateItem() local
5812 const auto *OASE = cast<ArraySectionExpr>(E->IgnoreParenImpCasts()); processImplicitMapsWithDefaultMappers() local
18616 checkOMPArraySectionConstantForReduction(ASTContext & Context,const ArraySectionExpr * OASE,bool & SingleElement,SmallVectorImpl<llvm::APSInt> & ArraySizes) checkOMPArraySectionConstantForReduction() argument
18848 auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr->IgnoreParens()); actOnOMPReductionKindClause() local
20387 const auto *OASE = dyn_cast<ArraySectionExpr>(SimpleExpr); ActOnOpenMPDependClause() local
20550 const auto *OASE = dyn_cast<ArraySectionExpr>(E); checkArrayExpressionDoesNotReferToWholeSize() local
20608 const auto *OASE = dyn_cast<ArraySectionExpr>(E); checkArrayExpressionDoesNotReferToUnitySize() local
20823 VisitArraySectionExpr(ArraySectionExpr * OASE) VisitArraySectionExpr() argument
21002 const auto *OASE = checkMapClauseExpressionBase() local
21104 } else if (const auto *OASE = dyn_cast<ArraySectionExpr>( checkMapConflicts() local
21108 } else if (const auto *OASE = dyn_cast<OMPArrayShapingExpr>( checkMapConflicts() local
21583 auto *OASE = dyn_cast<ArraySectionExpr>(VE->IgnoreParens()); checkMappableExpressionList() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp746 if (const auto *OASE = dyn_cast<ArraySectionExpr>(E)) emitSharedLValueUB() local
945 if (const auto *OASE = dyn_cast<ArraySectionExpr>(Ref)) { getBaseDecl() local
3563 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); getPointerAndSize() local
6786 const auto *OASE = dyn_cast<ArraySectionExpr>(E); isFinalArraySectionExpression() local
7039 const auto *OASE = dyn_cast<ArraySectionExpr>(AssocExpr); generateInfoForComponentList() local
7193 const auto *OASE = generateInfoForComponentList() local
7527 const auto *OASE = dyn_cast<ArraySectionExpr>(AssocExpr); generateInfoForComponentList() local
7606 const auto *OASE = dyn_cast<ArraySectionExpr>(AssocExpr); generateInfoForComponentList() local
8822 if (const auto *OASE = dyn_cast<ArraySectionExpr>(E->IgnoreParenCasts())) getDeclFromThisExpr() local
[all...]
H A DCGOpenMPRuntimeGPU.cpp95 } else if (auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr)) { in getPrivateItem() local
H A DCGStmtOpenMP.cpp7302 while (const auto *OASE = dyn_cast<ArraySectionExpr>(Base)) getBaseDecl() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp5088 while (auto *OASE = dyn_cast<ArraySectionExpr>(Base->IgnoreParens())) { getBaseOriginalType() local