Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h344 void functionFinished(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntime.h779 virtual void functionFinished(CodeGenFunction &CGF);
H A DCGOpenMPRuntimeGPU.cpp3393 void CGOpenMPRuntimeGPU::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntimeGPU
3395 CGOpenMPRuntime::functionFinished(CGF); in functionFinished()
H A DCodeGenFunction.cpp90 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
H A DCGOpenMPRuntime.cpp1460 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntime