Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3621 const Expr *CopyArrayElem = CopyArrayElems[I]; in emitScanBasedDirectiveFinals() local
3625 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in emitScanBasedDirectiveFinals()
3628 LValue SrcLVal = CGF.EmitLValue(CopyArrayElem); in emitScanBasedDirectiveFinals()
3733 for (const Expr *CopyArrayElem : CopyArrayElems) { in emitScanBasedDirective() local
3741 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in emitScanBasedDirective()
3743 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
3752 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in emitScanBasedDirective()
3754 RHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
5500 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
5504 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp18969 Expr *CopyArrayElem) { in push()
18979 InscanCopyArrayElems.push_back(CopyArrayElem); in push()
18982 CopyArrayElem == nullptr && in push()