Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7271 if (const auto *OAE = dyn_cast<OMPArrayShapingExpr>(E)) { in getExprTypeSize() local
7273 CGF.getTypeSize(OAE->getBase()->getType()->getPointeeType()); in getExprTypeSize()
7274 for (const Expr *SE : OAE->getDimensions()) { in getExprTypeSize()
7291 if (const auto *OAE = dyn_cast<OMPArraySectionExpr>(E)) { in getExprTypeSize() local
7293 OAE->getBase()->IgnoreParenImpCasts()) in getExprTypeSize()
7299 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
7300 !OAE->getLowerBound()) in getExprTypeSize()
7314 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()
7317 if (const Expr *LenExpr = OAE->getLength()) { in getExprTypeSize()
7324 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
[all …]