Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h355 void functionFinished(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntime.h1005 virtual void functionFinished(CodeGenFunction &CGF);
H A DCGOpenMPRuntimeGPU.cpp3699 void CGOpenMPRuntimeGPU::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntimeGPU
3701 CGOpenMPRuntime::functionFinished(CGF); in functionFinished()
H A DCodeGenFunction.cpp88 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
H A DCGOpenMPRuntime.cpp1527 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntime