Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16857 } else if (OASE) { in actOnOMPReductionKindClause()
16887 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
17027 if (OASE) { in actOnOMPReductionKindClause()
17043 (!OASE && !ASE && in actOnOMPReductionKindClause()
17371 if (ASE || OASE) { in actOnOMPReductionKindClause()
18313 if (OASE) { in ActOnOpenMPDependClause()
18469 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()
18526 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()
18915 if (!OASE) in checkMapClauseExpressionBase()
18917 if (OASE && OASE->getLength()) in checkMapClauseExpressionBase()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4143 if (OASE) { in getPointerAndSize()
4144 const Expr *Base = OASE->getBase(); in getPointerAndSize()
4151 if (OASE) { in getPointerAndSize()
7584 if (!OASE) in isFinalArraySectionExpression()
7591 const Expr *Length = OASE->getLength(); in isFinalArraySectionExpression()
7826 (OASE && in generateInfoForComponentList()
7948 const auto *OASE = in generateInfoForComponentList() local
7956 (OASE && OMPArraySectionExpr::getBaseOriginalType(OASE) in generateInfoForComponentList()
7965 if (OASE) in generateInfoForComponentList()
8235 if (!OASE) in generateInfoForComponentList()
[all …]
H A DCGOpenMPRuntimeGPU.cpp126 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local
127 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGStmtOpenMP.cpp6533 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local
6534 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4764 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local
4765 Base = OASE->getBase(); in getBaseOriginalType()