Searched refs:DepobjLVal (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 890 LValue DepobjLVal, 1886 void emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, 1892 void emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal,
|
| H A D | CGOpenMPRuntime.cpp | 4625 CGOpenMPRuntime::getDepobjElements(CodeGenFunction &CGF, LValue DepobjLVal, in getDepobjElements() argument 4633 DepobjLVal.getAddress(CGF), in getDepobjElements() 4732 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElementsSizes() local 4734 DepobjLVal.getAddress(CGF), in emitDepobjElementsSizes() 4791 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElements() local 4793 DepobjLVal.getAddress(CGF), in emitDepobjElements() 5035 void CGOpenMPRuntime::emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitDestroyClause() argument 5041 DepobjLVal.getAddress(CGF), in emitDestroyClause() 5062 void CGOpenMPRuntime::emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitUpdateClause() argument 5073 std::tie(NumDeps, Base) = getDepobjElements(CGF, DepobjLVal, Loc); in emitUpdateClause()
|