Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3487 for (const Expr *CopyArrayElem : CopyArrayElems) { in emitScanBasedDirective() local
3495 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in emitScanBasedDirective()
3497 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
3506 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in emitScanBasedDirective()
3508 RHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
4999 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
5003 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
5005 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
5041 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
5045 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16615 Expr *CopyArrayElem) { in push()
16625 InscanCopyArrayElems.push_back(CopyArrayElem); in push()
16628 CopyArrayElem == nullptr && in push()