Lines Matching defs:DepobjLVal
4049 CGOpenMPRuntime::getDepobjElements(CodeGenFunction &CGF, LValue DepobjLVal,
4058 DepobjLVal.getAddress().withElementType(
4162 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts());
4164 getDepobjElements(CGF, DepobjLVal, E->getExprLoc());
4201 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts());
4203 getDepobjElements(CGF, DepobjLVal, E->getExprLoc());
4437 void CGOpenMPRuntime::emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal,
4442 LValue Base = CGF.EmitLoadOfPointerLValue(DepobjLVal.getAddress(),
4464 void CGOpenMPRuntime::emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal,
4475 std::tie(NumDeps, Base) = getDepobjElements(CGF, DepobjLVal, Loc);