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

/freebsd-current/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) {
3322 CGOpenMPRuntime::functionFinished(CGF);
H A DCodeGenFunction.cpp91 CGM.getOpenMPRuntime().functionFinished(*this);
H A DCGOpenMPRuntime.cpp1461 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { function in class:CGOpenMPRuntime

Completed in 264 milliseconds