Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7301 const auto *OAShE = dyn_cast<OMPArrayShapingExpr>(AssocExpr); local
7313 } else if (OAShE &&
7314 isa<CXXThisExpr>(OAShE->getBase()->IgnoreParenCasts())) {
7316 CGF.EmitScalarExpr(OAShE->getBase()),
7317 CGF.ConvertTypeForMem(OAShE->getBase()->getType()->getPointeeType()),
7318 CGF.getContext().getTypeAlignInChars(OAShE->getBase()->getType()));
7459 const auto *OAShE = local
7464 OAShE ||
7512 if (OAShE) {
7514 Address(CGF.EmitScalarExpr(OAShE->getBase()),
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21964 auto *OAShE = dyn_cast<OMPArrayShapingExpr>(VE->IgnoreParens()); local
21975 } else if (OAShE) {
21976 Type = OAShE->getBase()->getType()->getPointeeType();