Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h311 void functionFinished(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntimeGPU.cpp2114 void CGOpenMPRuntimeGPU::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntimeGPU
2116 CGOpenMPRuntime::functionFinished(CGF); in functionFinished()
H A DCGOpenMPRuntime.h785 virtual void functionFinished(CodeGenFunction &CGF);
H A DCodeGenFunction.cpp98 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
H A DCGOpenMPRuntime.cpp1463 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntime