Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3257 for (const Expr *CopyArrayElem : CopyArrayElems) { in emitScanBasedDirective() local
3265 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in emitScanBasedDirective()
3267 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
3276 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in emitScanBasedDirective()
3278 RHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
4551 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
4555 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
4557 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
4593 const Expr *CopyArrayElem = CopyArrayElems[I]; in EmitOMPScanDirective() local
4597 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()), in EmitOMPScanDirective()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp14869 Expr *CopyArrayElem) { in push()
14879 InscanCopyArrayElems.push_back(CopyArrayElem); in push()
14882 CopyArrayElem == nullptr && in push()