Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
3743 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
5534 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
5538 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
5540 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
5576 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
5580 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19308 Expr *CopyArrayElem) { in push()
19318 InscanCopyArrayElems.push_back(CopyArrayElem); in push()
19321 CopyArrayElem == nullptr && in push()