Home
last modified time | relevance | path

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

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