Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntimeGPU.h311 void functionFinished(CodeGenFunction &CGF) override;
HDCGOpenMPRuntimeGPU.cpp2114 void CGOpenMPRuntimeGPU::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntimeGPU
2116 CGOpenMPRuntime::functionFinished(CGF); in functionFinished()
HDCGOpenMPRuntime.h785 virtual void functionFinished(CodeGenFunction &CGF);
HDCodeGenFunction.cpp98 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
HDCGOpenMPRuntime.cpp1463 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntime