Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3461 for (const Expr *CopyArrayElem : CopyArrayElems) { in emitScanBasedDirective() local
3469 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in emitScanBasedDirective()
3471 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
3480 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in emitScanBasedDirective()
3482 RHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
4973 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
4977 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
4979 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
5015 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
5019 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp16232 Expr *CopyArrayElem) { in push()
16242 InscanCopyArrayElems.push_back(CopyArrayElem); in push()
16245 CopyArrayElem == nullptr && in push()