Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h314 void functionFinished(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntime.h785 virtual void functionFinished(CodeGenFunction &CGF);
H A DCGOpenMPRuntimeGPU.cpp3320 void CGOpenMPRuntimeGPU::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntimeGPU
3322 CGOpenMPRuntime::functionFinished(CGF); in functionFinished()
H A DCodeGenFunction.cpp91 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
H A DCGOpenMPRuntime.cpp1461 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntime