Lines Matching defs:DepobjLVal
4027 CGOpenMPRuntime::getDepobjElements(CodeGenFunction &CGF, LValue DepobjLVal,
4036 DepobjLVal.getAddress().withElementType(
4140 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts());
4142 getDepobjElements(CGF, DepobjLVal, E->getExprLoc());
4179 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts());
4181 getDepobjElements(CGF, DepobjLVal, E->getExprLoc());
4415 void CGOpenMPRuntime::emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal,
4420 LValue Base = CGF.EmitLoadOfPointerLValue(DepobjLVal.getAddress(),
4442 void CGOpenMPRuntime::emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal,
4453 std::tie(NumDeps, Base) = getDepobjElements(CGF, DepobjLVal, Loc);