Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19564 } else if (OASE) { in actOnOMPReductionKindClause()
19594 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
19739 if (OASE) { in actOnOMPReductionKindClause()
19755 (!OASE && !ASE && in actOnOMPReductionKindClause()
20082 if (ASE || OASE) { in actOnOMPReductionKindClause()
21087 if (OASE) { in ActOnOpenMPDependClause()
21250 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()
21307 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()
21698 if (!OASE) in checkMapClauseExpressionBase()
21700 if (OASE && OASE->getLength()) in checkMapClauseExpressionBase()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3552 if (OASE) { in getPointerAndSize()
3553 const Expr *Base = OASE->getBase(); in getPointerAndSize()
3560 if (OASE) { in getPointerAndSize()
6779 if (!OASE) in isFinalArraySectionExpression()
6786 const Expr *Length = OASE->getLength(); in isFinalArraySectionExpression()
7032 (OASE && in generateInfoForComponentList()
7175 const auto *OASE = in generateInfoForComponentList() local
7183 (OASE && OMPArraySectionExpr::getBaseOriginalType(OASE) in generateInfoForComponentList()
7194 if (OASE) in generateInfoForComponentList()
7505 if (!OASE) in generateInfoForComponentList()
[all …]
H A DCGOpenMPRuntimeGPU.cpp95 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
96 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGStmtOpenMP.cpp7248 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local
7249 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4997 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local
4998 Base = OASE->getBase(); in getBaseOriginalType()