Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3563 const Expr *CopyArrayElem = CopyArrayElems[I]; in emitScanBasedDirectiveFinals() local
3567 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in emitScanBasedDirectiveFinals()
3570 LValue SrcLVal = CGF.EmitLValue(CopyArrayElem); in emitScanBasedDirectiveFinals()
3675 for (const Expr *CopyArrayElem : CopyArrayElems) { in emitScanBasedDirective() local
3685 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
5436 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
5440 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
5442 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
5478 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
5482 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp18686 Expr *CopyArrayElem) { in push()
18696 InscanCopyArrayElems.push_back(CopyArrayElem); in push()
18699 CopyArrayElem == nullptr && in push()