Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.h381 void functionFinished(CodeGenFunction &CGF) override;
DCGOpenMPRuntime.h980 virtual void functionFinished(CodeGenFunction &CGF);
DCodeGenFunction.cpp87 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
DCGOpenMPRuntimeGPU.cpp4459 void CGOpenMPRuntimeGPU::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntimeGPU
4461 CGOpenMPRuntime::functionFinished(CGF); in functionFinished()
DCGOpenMPRuntime.cpp1511 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntime
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h541 void functionFinished(CodeGenFunction &CGF);
DCodeGenFunction.cpp95 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
DCGOpenMPRuntime.cpp1027 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntime