Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h679 LValue DepobjLVal,
1639 void emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal,
1645 void emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal,
H A DCGOpenMPRuntime.cpp4236 CGOpenMPRuntime::getDepobjElements(CodeGenFunction &CGF, LValue DepobjLVal, in getDepobjElements() argument
4246 DepobjLVal.getAddress(CGF), in getDepobjElements()
4350 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElementsSizes() local
4352 getDepobjElements(CGF, DepobjLVal, E->getExprLoc()); in emitDepobjElementsSizes()
4389 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElements() local
4391 getDepobjElements(CGF, DepobjLVal, E->getExprLoc()); in emitDepobjElements()
4621 void CGOpenMPRuntime::emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitDestroyClause() argument
4627 DepobjLVal.getAddress(CGF), C.VoidPtrTy.castAs<PointerType>()); in emitDestroyClause()
4648 void CGOpenMPRuntime::emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitUpdateClause() argument
4659 std::tie(NumDeps, Base) = getDepobjElements(CGF, DepobjLVal, Loc); in emitUpdateClause()