Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h381 void functionFinished(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntime.h980 virtual void functionFinished(CodeGenFunction &CGF);
H A DCGOpenMPRuntimeGPU.cpp4295 void CGOpenMPRuntimeGPU::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntimeGPU
4297 CGOpenMPRuntime::functionFinished(CGF); in functionFinished()
H A DCodeGenFunction.cpp88 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
H A DCGOpenMPRuntime.cpp1523 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntime