Searched refs:DepobjLVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 915 LValue DepobjLVal, 1906 void emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, 1912 void emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal,
|
| H A D | CGOpenMPRuntime.cpp | 4632 CGOpenMPRuntime::getDepobjElements(CodeGenFunction &CGF, LValue DepobjLVal, in getDepobjElements() argument 4640 DepobjLVal.getAddress(CGF), in getDepobjElements() 4740 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElementsSizes() local 4742 DepobjLVal.getAddress(CGF), in emitDepobjElementsSizes() 4799 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElements() local 4801 DepobjLVal.getAddress(CGF), in emitDepobjElements() 5044 void CGOpenMPRuntime::emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitDestroyClause() argument 5050 DepobjLVal.getAddress(CGF), in emitDestroyClause() 5071 void CGOpenMPRuntime::emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitUpdateClause() argument 5082 std::tie(NumDeps, Base) = getDepobjElements(CGF, DepobjLVal, Loc); in emitUpdateClause()
|