Home
last modified time | relevance | path

Searched refs:functionFinished (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h369 void functionFinished(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntime.h823 virtual void functionFinished(CodeGenFunction &CGF);
H A DCGOpenMPRuntimeNVPTX.cpp4293 void CGOpenMPRuntimeNVPTX::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntimeNVPTX
4295 CGOpenMPRuntime::functionFinished(CGF); in functionFinished()
H A DCodeGenFunction.cpp106 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
H A DCGOpenMPRuntime.cpp1641 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntime