Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6664 if (const auto *OAE = dyn_cast<OMPArrayShapingExpr>(E)) { in getExprTypeSize() local
6666 CGF.getTypeSize(OAE->getBase()->getType()->getPointeeType()); in getExprTypeSize()
6667 for (const Expr *SE : OAE->getDimensions()) { in getExprTypeSize()
6684 if (const auto *OAE = dyn_cast<ArraySectionExpr>(E)) { in getExprTypeSize() local
6686 OAE->getBase()->IgnoreParenImpCasts()) in getExprTypeSize()
6692 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
6693 !OAE->getLowerBound()) in getExprTypeSize()
6707 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()
6710 if (const Expr *LenExpr = OAE->getLength()) { in getExprTypeSize()
6717 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
[all …]