Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp18928 } else if (OASE) { in actOnOMPReductionKindClause()
18958 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
19098 if (OASE) { in actOnOMPReductionKindClause()
19114 (!OASE && !ASE && in actOnOMPReductionKindClause()
19441 if (ASE || OASE) { in actOnOMPReductionKindClause()
20388 if (OASE) { in ActOnOpenMPDependClause()
20552 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()
20609 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()
21000 if (!OASE) in checkMapClauseExpressionBase()
21002 if (OASE && OASE->getLength()) in checkMapClauseExpressionBase()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4069 if (OASE) { in getPointerAndSize()
4070 const Expr *Base = OASE->getBase(); in getPointerAndSize()
4077 if (OASE) { in getPointerAndSize()
7526 if (!OASE) in isFinalArraySectionExpression()
7533 const Expr *Length = OASE->getLength(); in isFinalArraySectionExpression()
7768 (OASE && in generateInfoForComponentList()
7891 const auto *OASE = in generateInfoForComponentList() local
7899 (OASE && OMPArraySectionExpr::getBaseOriginalType(OASE) in generateInfoForComponentList()
7908 if (OASE) in generateInfoForComponentList()
8181 if (!OASE) in generateInfoForComponentList()
[all …]
H A DCGOpenMPRuntimeGPU.cpp124 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
125 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGStmtOpenMP.cpp7215 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local
7216 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4801 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local
4802 Base = OASE->getBase(); in getBaseOriginalType()