Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp747 if (const auto *OASE = dyn_cast<ArraySectionExpr>(E)) in emitSharedLValueUB() local
946 if (const auto *OASE = dyn_cast<ArraySectionExpr>(Ref)) { in getBaseDecl() local
3564 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize() local
6791 const auto *OASE = dyn_cast<ArraySectionExpr>(E); in isFinalArraySectionExpression() local
7044 const auto *OASE = dyn_cast<ArraySectionExpr>(AssocExpr); in generateInfoForComponentList() local
7198 const auto *OASE = in generateInfoForComponentList() local
7532 const auto *OASE = dyn_cast<ArraySectionExpr>(AssocExpr); in generateInfoForComponentList() local
7611 const auto *OASE = dyn_cast<ArraySectionExpr>(AssocExpr); in generateInfoForComponentList() local
8833 if (const auto *OASE = dyn_cast<ArraySectionExpr>(E->IgnoreParenCasts())) in getDeclFromThisExpr() local
H A DCGOpenMPRuntimeGPU.cpp95 } else if (auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr)) { in getPrivateItem() local
H A DCGStmtOpenMP.cpp7320 while (const auto *OASE = dyn_cast<ArraySectionExpr>(Base)) in getBaseDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5175 } else if (auto *OASE = dyn_cast_or_null<ArraySectionExpr>(RefExpr)) { in getPrivateItem() local
5808 const auto *OASE = cast<ArraySectionExpr>(E->IgnoreParenImpCasts()); in processImplicitMapsWithDefaultMappers() local
18131 ASTContext &Context, const ArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction()
18363 auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local
19902 const auto *OASE = dyn_cast<ArraySectionExpr>(SimpleExpr); in ActOnOpenMPDependClause() local
20065 const auto *OASE = dyn_cast<ArraySectionExpr>(E); in checkArrayExpressionDoesNotReferToWholeSize() local
20123 const auto *OASE = dyn_cast<ArraySectionExpr>(E); in checkArrayExpressionDoesNotReferToUnitySize() local
20338 bool VisitArraySectionExpr(ArraySectionExpr *OASE) { in VisitArraySectionExpr()
20517 const auto *OASE = in checkMapClauseExpressionBase() local
20619 } else if (const auto *OASE = dyn_cast<ArraySectionExpr>( in checkMapConflicts() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5088 while (auto *OASE = dyn_cast<ArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local