Home
last modified time | relevance | path

Searched refs:emitDestroyClause (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1908 void emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal,
H A DCGStmtOpenMP.cpp5288 CGM.getOpenMPRuntime().emitDestroyClause(*this, DOLVal, DC->getBeginLoc()); in EmitOMPDepobjDirective()
H A DCGOpenMPRuntime.cpp4938 void CGOpenMPRuntime::emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitDestroyClause() function in CGOpenMPRuntime